Searched refs:pthread_equal (Results 1 – 9 of 9) sorted by relevance
| /ThreadX-v6.3.0/ports/linux/gnu/src/ |
| D | tx_thread_system_return.c | 111 …((!temp_thread_ptr) || (!pthread_equal(temp_thread_ptr -> tx_thread_linux_thread_id, thread_id)))) in _tx_thread_system_return() 183 …((!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 | 114 ((!thread_ptr) || (!pthread_equal(thread_ptr -> tx_thread_linux_thread_id, thread_id)))) in _tx_thread_interrupt_control()
|
| D | tx_initialize_low_level.c | 394 if(pthread_equal(pthread_self(), _tx_linux_timer_id)) in _tx_linux_thread_suspend_handler() 416 if(pthread_equal(thread_id, _tx_linux_timer_id)) in _tx_linux_thread_suspend()
|
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | px_pth_equal.c | 73 INT pthread_equal(pthread_t thread1, pthread_t thread2) in pthread_equal() function
|
| D | tx_posix.h | 505 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.3.0/ports_smp/linux/gnu/src/ |
| D | tx_thread_system_return.c | 115 … ((!temp_thread_ptr) || (!pthread_equal(temp_thread_ptr -> tx_thread_linux_thread_id, thread_id)))) in _tx_thread_system_return() 218 … ((!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 | 136 ((!thread_ptr) || (!pthread_equal(thread_ptr -> tx_thread_linux_thread_id, thread_id)))) in _tx_thread_interrupt_control()
|
| D | tx_initialize_low_level.c | 386 if(pthread_equal(pthread_self(), _tx_linux_timer_id)) in _tx_linux_thread_suspend_handler() 408 if(pthread_equal(thread_id, _tx_linux_timer_id)) in _tx_linux_thread_suspend()
|