Home
last modified time | relevance | path

Searched refs:task_handle (Results 1 – 6 of 6) sorted by relevance

/external/pigweed/pw_thread_freertos/
Dthread.cc88 PW_DCHECK_NOTNULL(context.task_handle(), "We shall not delete ourselves!"); in TerminateThread()
89 vTaskDelete(context.task_handle()); in TerminateThread()
119 PW_DCHECK_PTR_EQ(native_type_->task_handle(), nullptr); in Thread()
135 const TaskHandle_t task_handle = in Thread() local
143 PW_CHECK_NOTNULL(task_handle); // Ensure it succeeded. in Thread()
144 native_type_->set_task_handle(task_handle); in Thread()
166 TaskHandle_t task_handle; in Thread()
172 &task_handle); in Thread()
176 native_type_->set_task_handle(task_handle); in Thread()
186 vTaskSuspend(native_type_->task_handle()); in detach()
[all …]
/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() argument
54 task_handle_ = task_handle; in set_task_handle()
Did_native.h27 constexpr NativeId(TaskHandle_t task_handle = nullptr)
28 : task_handle_(task_handle) {} in task_handle_() argument
Dthread_inline.h41 return Id(native_type_->task_handle()); in get_id()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_cs_tpool.c147 struct lp_cs_tpool_task **task_handle) in lp_cs_tpool_wait_for_task() argument
149 struct lp_cs_tpool_task *task = *task_handle; in lp_cs_tpool_wait_for_task()
161 *task_handle = NULL; in lp_cs_tpool_wait_for_task()
/external/mesa3d/src/gallium/frontends/nine/
Dthreadpool.c185 struct threadpool_task **task_handle) in _mesa_threadpool_wait_for_task() argument
187 struct threadpool_task *task = *task_handle; in _mesa_threadpool_wait_for_task()
199 *task_handle = NULL; in _mesa_threadpool_wait_for_task()