Home
last modified time | relevance | path

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

/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Did_native.h27 : thread_ptr_(thread_ptr) {} in thread_ptr_() function
30 return thread_ptr_ == other.thread_ptr_;
33 return thread_ptr_ != other.thread_ptr_;
36 return thread_ptr_ < other.thread_ptr_;
39 return thread_ptr_ <= other.thread_ptr_;
42 return thread_ptr_ > other.thread_ptr_;
45 return thread_ptr_ >= other.thread_ptr_;
49 TX_THREAD* thread_ptr_;