Home
last modified time | relevance | path

Searched defs:task_handle (Results 1 – 8 of 8) sorted by relevance

/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dcontext.h52 TaskHandle_t task_handle() const { return task_handle_; } in task_handle() function
53 void set_task_handle(const TaskHandle_t task_handle) { in set_task_handle()
Did_native.h28 : task_handle_(task_handle) {} in task_handle_() argument
/external/pigweed/pw_thread_freertos/
Dthread.cc142 const TaskHandle_t task_handle = in Thread() local
/external/mesa3d/src/gallium/frontends/nine/
Dthreadpool.c185 struct threadpool_task **task_handle) in _mesa_threadpool_wait_for_task()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_cs_tpool.c147 struct lp_cs_tpool_task **task_handle) in lp_cs_tpool_wait_for_task()
/external/ComputeLibrary/src/graph/detail/
DCrossLayerMemoryManagerHelpers.cpp211 for(auto &task_handle : tasks_handles) in configure_handle_lifetime() local
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
Dcorert_converter.cc274 mlir::Value task_handle = GetTaskHandle(op, remote_host, rewriter); in GetRemoteSideEffectChain() local
Dtf_to_tfrt.cc463 mlir::Value task_handle = corert_converter_.GetTaskHandle( in matchAndRewrite() local