Home
last modified time | relevance | path

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

/external/pigweed/pw_thread_embos/public/pw_thread_embos/
Did_native.h26 constexpr NativeId(OS_TASK* task_ptr = nullptr) : task_ptr_(task_ptr) {} in task_ptr_() function
29 return task_ptr_ == other.task_ptr_;
32 return task_ptr_ != other.task_ptr_;
35 return task_ptr_ < other.task_ptr_;
38 return task_ptr_ <= other.task_ptr_;
41 return task_ptr_ > other.task_ptr_;
44 return task_ptr_ >= other.task_ptr_;
48 OS_TASK* task_ptr_;