Searched refs:pthread_equal (Results 1 – 9 of 9) sorted by relevance
| /ThreadX-v6.4.1/ports/linux/gnu/src/ |
| D | tx_thread_system_return.c | 110 …((!temp_thread_ptr) || (!pthread_equal(temp_thread_ptr -> tx_thread_linux_thread_id, thread_id)))) in _tx_thread_system_return() 182 …((!temp_thread_ptr) || (!pthread_equal(temp_thread_ptr -> tx_thread_linux_thread_id, thread_id)))) in _tx_thread_system_return()
|
| D | tx_thread_interrupt_control.c | 113 ((!thread_ptr) || (!pthread_equal(thread_ptr -> tx_thread_linux_thread_id, thread_id)))) in _tx_thread_interrupt_control()
|
| D | tx_initialize_low_level.c | 393 if(pthread_equal(pthread_self(), _tx_linux_timer_id)) in _tx_linux_thread_suspend_handler() 415 if(pthread_equal(thread_id, _tx_linux_timer_id)) in _tx_linux_thread_suspend()
|
| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
| D | px_pth_equal.c | 72 INT pthread_equal(pthread_t thread1, pthread_t thread2) in pthread_equal() function
|
| D | tx_posix.h | 504 INT pthread_equal(pthread_t thread1, pthread_t thread2);
|
| D | readme_threadx_posix.txt | 127 INT pthread_equal(pthread_t thread1, pthread_t thread2);
|
| /ThreadX-v6.4.1/ports_smp/linux/gnu/src/ |
| D | tx_thread_system_return.c | 114 … ((!temp_thread_ptr) || (!pthread_equal(temp_thread_ptr -> tx_thread_linux_thread_id, thread_id)))) in _tx_thread_system_return() 217 … ((!temp_thread_ptr) || (!pthread_equal(temp_thread_ptr -> tx_thread_linux_thread_id, thread_id)))) in _tx_thread_system_return()
|
| D | tx_thread_interrupt_control.c | 135 ((!thread_ptr) || (!pthread_equal(thread_ptr -> tx_thread_linux_thread_id, thread_id)))) in _tx_thread_interrupt_control()
|
| D | tx_initialize_low_level.c | 385 if(pthread_equal(pthread_self(), _tx_linux_timer_id)) in _tx_linux_thread_suspend_handler() 407 if(pthread_equal(thread_id, _tx_linux_timer_id)) in _tx_linux_thread_suspend()
|