Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/ports/linux/gnu/src/
Dtx_thread_system_return.c110 …((!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()
Dtx_thread_interrupt_control.c113 ((!thread_ptr) || (!pthread_equal(thread_ptr -> tx_thread_linux_thread_id, thread_id)))) in _tx_thread_interrupt_control()
Dtx_initialize_low_level.c393 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/
Dpx_pth_equal.c72 INT pthread_equal(pthread_t thread1, pthread_t thread2) in pthread_equal() function
Dtx_posix.h504 INT pthread_equal(pthread_t thread1, pthread_t thread2);
Dreadme_threadx_posix.txt127 INT pthread_equal(pthread_t thread1, pthread_t thread2);
/ThreadX-v6.4.1/ports_smp/linux/gnu/src/
Dtx_thread_system_return.c114 … ((!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()
Dtx_thread_interrupt_control.c135 ((!thread_ptr) || (!pthread_equal(thread_ptr -> tx_thread_linux_thread_id, thread_id)))) in _tx_thread_interrupt_control()
Dtx_initialize_low_level.c385 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()