Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/ports/linux/gnu/src/
Dtx_thread_system_return.c111 …((!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()
Dtx_thread_interrupt_control.c114 ((!thread_ptr) || (!pthread_equal(thread_ptr -> tx_thread_linux_thread_id, thread_id)))) in _tx_thread_interrupt_control()
Dtx_initialize_low_level.c394 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/
Dpx_pth_equal.c73 INT pthread_equal(pthread_t thread1, pthread_t thread2) in pthread_equal() function
Dtx_posix.h505 INT pthread_equal(pthread_t thread1, pthread_t thread2);
Dreadme_threadx_posix.txt127 INT pthread_equal(pthread_t thread1, pthread_t thread2);
/ThreadX-v6.3.0/ports_smp/linux/gnu/src/
Dtx_thread_system_return.c115 … ((!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()
Dtx_thread_interrupt_control.c136 ((!thread_ptr) || (!pthread_equal(thread_ptr -> tx_thread_linux_thread_id, thread_id)))) in _tx_thread_interrupt_control()
Dtx_initialize_low_level.c386 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()