Home
last modified time | relevance | path

Searched defs:task_function (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
H A Dprotocol_lws_minimal_threadpool.c103 task_function(void *user, enum lws_threadpool_task_status s) in task_function() function
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dmulti_worker_test_base.py201 def task_function(start_events, finish_events): function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dconv_ops_fused_image_transform.cc81 const std::function<void(int64_t, int64_t)>& task_function) { in FusedConvParallelFor() argument