Home
last modified time | relevance | path

Searched refs:task_handle_ (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Did_native.h28 : task_handle_(task_handle) {} in task_handle_() function
31 return task_handle_ == other.task_handle_;
34 return task_handle_ != other.task_handle_;
37 return task_handle_ < other.task_handle_;
40 return task_handle_ <= other.task_handle_;
43 return task_handle_ > other.task_handle_;
46 return task_handle_ >= other.task_handle_;
50 TaskHandle_t task_handle_;
Dcontext.h52 TaskHandle_t task_handle() const { return task_handle_; } in task_handle()
54 task_handle_ = task_handle; in set_task_handle()
81 TaskHandle_t task_handle_ = nullptr; variable