Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dposix_signal_nested_test.c101 if (pthread_self() != pthread_0) in pthread_0_signal_handler13()
126 if (pthread_self() != pthread_0) in pthread_0_signal_handler14()
154 if (pthread_self() != pthread_0) in pthread_0_signal_handler15()
Dposix_signal_suspended_thread_test.c124 if (pthread_self() != pthread_0) in pthread_0_signal_handler13()
149 if (pthread_self() != pthread_0) in pthread_0_signal_handler14()
177 if (pthread_self() != pthread_0) in pthread_0_signal_handler15()
Dposix_signal_resume_thread_test.c125 if (pthread_self() != pthread_0) in pthread_0_signal_handler13()
153 if (pthread_self() != pthread_0) in pthread_0_signal_handler14()
181 if (pthread_self() != pthread_0) in pthread_0_signal_handler15()
Dposix_signal_sigmask_test.c119 if (pthread_self() != pthread_0) in pthread_0_signal_handler13()
162 if (pthread_self() != pthread_0) in pthread_0_signal_handler14()
205 if (pthread_self() != pthread_0) in pthread_0_signal_handler15()
243 if (pthread_self() != pthread_0) in pthread_0_signal_handler16()
Dpx_pth_testcancel.c80 pthread_ptr = posix_tid2tcb(pthread_self()); in pthread_testcancel()
Dposix_signal_sigwait_test.c117 if (pthread_self() != pthread_0) in pthread_0_signal_handler13()
160 if (pthread_self() != pthread_0) in pthread_0_signal_handler14()
203 if (pthread_self() != pthread_0) in pthread_0_signal_handler15()
Dpx_pth_self.c70 pthread_t pthread_self(VOID) in pthread_self() function
Dpx_pth_create.c163 current_thread_ptr=posix_tid2tcb(pthread_self()); in pthread_create()
Dposix_signal_self_send_test.c214 if (pthread_self() != pthread_0) in pthread_0_signal_handler()
Dtx_posix.h507 pthread_t pthread_self(VOID);
Dreadme_threadx_posix.txt129 pthread_t pthread_self(VOID);
/ThreadX-v6.3.0/ports_smp/linux/gnu/src/
Dtx_thread_schedule.c303 current_thread_id = pthread_self(); in _tx_linux_mutex_obtain()
369 mutex -> tx_linux_mutex_owner = pthread_self(); in _tx_linux_mutex_obtain()
381 current_thread_id = pthread_self(); in _tx_linux_mutex_release()
435 if (mutex -> tx_linux_mutex_owner == pthread_self()) in _tx_linux_mutex_release_all()
Dtx_thread_smp_core_get.c89 thread_id = pthread_self(); in _tx_thread_smp_core_get()
Dtx_thread_smp_current_state_get.c90 thread_id = pthread_self(); in _tx_thread_smp_current_state_get()
Dtx_thread_smp_current_thread_get.c89 thread_id = pthread_self(); in _tx_thread_smp_current_thread_get()
Dtx_initialize_low_level.c134 …_entry_array[_tx_linux_debug_entry_index].tx_linux_debug_entry_running_id = pthread_self(); in _tx_linux_debug_entry_insert()
262 _tx_linux_scheduler_id = pthread_self(); in _tx_initialize_low_level()
269 pthread_setschedparam(pthread_self(), SCHED_FIFO, &sp); in _tx_initialize_low_level()
386 if(pthread_equal(pthread_self(), _tx_linux_timer_id)) in _tx_linux_thread_suspend_handler()
Dtx_thread_smp_unprotect.c83 current_thread_id = pthread_self(); in _tx_thread_smp_unprotect()
Dtx_thread_interrupt_control.c125 thread_id = pthread_self(); in _tx_thread_interrupt_control()
Dtx_thread_smp_protect.c100 current_thread_id = pthread_self(); in _tx_thread_smp_protect()
Dtx_thread_system_return.c107 thread_id = pthread_self(); in _tx_thread_system_return()
/ThreadX-v6.3.0/ports/linux/gnu/src/
Dtx_initialize_low_level.c235 srand((ULONG)pthread_self()); in _tx_initialize_low_level()
262 pthread_setschedparam(pthread_self(), SCHED_FIFO, &sp); in _tx_initialize_low_level()
394 if(pthread_equal(pthread_self(), _tx_linux_timer_id)) in _tx_linux_thread_suspend_handler()
Dtx_thread_interrupt_control.c106 thread_id = pthread_self(); in _tx_thread_interrupt_control()
Dtx_thread_system_return.c103 thread_id = pthread_self(); in _tx_thread_system_return()