| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | posix_signal_nested_test.c | 101 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()
|
| D | posix_signal_suspended_thread_test.c | 124 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()
|
| D | posix_signal_resume_thread_test.c | 125 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()
|
| D | posix_signal_sigmask_test.c | 119 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()
|
| D | px_pth_testcancel.c | 80 pthread_ptr = posix_tid2tcb(pthread_self()); in pthread_testcancel()
|
| D | posix_signal_sigwait_test.c | 117 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()
|
| D | px_pth_self.c | 70 pthread_t pthread_self(VOID) in pthread_self() function
|
| D | px_pth_create.c | 163 current_thread_ptr=posix_tid2tcb(pthread_self()); in pthread_create()
|
| D | posix_signal_self_send_test.c | 214 if (pthread_self() != pthread_0) in pthread_0_signal_handler()
|
| D | tx_posix.h | 507 pthread_t pthread_self(VOID);
|
| D | readme_threadx_posix.txt | 129 pthread_t pthread_self(VOID);
|
| /ThreadX-v6.3.0/ports_smp/linux/gnu/src/ |
| D | tx_thread_schedule.c | 303 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()
|
| D | tx_thread_smp_core_get.c | 89 thread_id = pthread_self(); in _tx_thread_smp_core_get()
|
| D | tx_thread_smp_current_state_get.c | 90 thread_id = pthread_self(); in _tx_thread_smp_current_state_get()
|
| D | tx_thread_smp_current_thread_get.c | 89 thread_id = pthread_self(); in _tx_thread_smp_current_thread_get()
|
| D | tx_initialize_low_level.c | 134 …_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()
|
| D | tx_thread_smp_unprotect.c | 83 current_thread_id = pthread_self(); in _tx_thread_smp_unprotect()
|
| D | tx_thread_interrupt_control.c | 125 thread_id = pthread_self(); in _tx_thread_interrupt_control()
|
| D | tx_thread_smp_protect.c | 100 current_thread_id = pthread_self(); in _tx_thread_smp_protect()
|
| D | tx_thread_system_return.c | 107 thread_id = pthread_self(); in _tx_thread_system_return()
|
| /ThreadX-v6.3.0/ports/linux/gnu/src/ |
| D | tx_initialize_low_level.c | 235 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()
|
| D | tx_thread_interrupt_control.c | 106 thread_id = pthread_self(); in _tx_thread_interrupt_control()
|
| D | tx_thread_system_return.c | 103 thread_id = pthread_self(); in _tx_thread_system_return()
|