Home
last modified time | relevance | path

Searched refs:tx_thread_identify (Results 1 – 25 of 114) sorted by relevance

12345

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_once.c94 tx_thread_preemption_change( tx_thread_identify(), 0, &old_treshold); in pthread_once()
102 tx_thread_preemption_change( tx_thread_identify(),old_treshold, &temp); in pthread_once()
111 tx_thread_preemption_change( tx_thread_identify(),old_treshold, &temp); in pthread_once()
Dpx_pth_exit.c84 thread_ptr = tx_thread_identify(); in pthread_exit()
Dpx_sig_signal.c96 current_thread = (POSIX_TCB *) tx_thread_identify(); in signal()
Dpx_pth_self.c77 thread_ptr = tx_thread_identify(); in pthread_self()
Dpx_sem_wait.c77 if (! tx_thread_identify()) in sem_wait()
Dpx_pth_getcanceltype.c84 thread_ptr = tx_thread_identify(); in pthread_getcanceltype()
Dpx_pth_setcancelstate.c87 thread_ptr = tx_thread_identify(); in pthread_setcancelstate()
Dpx_pth_setcanceltype.c86 thread_ptr = tx_thread_identify(); in pthread_setcanceltype()
Dpx_sem_close.c78 Thethread = tx_thread_identify(); in sem_close()
Dpx_mx_lock.c82 thread_ptr = tx_thread_identify(); in pthread_mutex_lock()
Dpx_cond_wait.c102 thread = tx_thread_identify(); in pthread_cond_wait()
Dpx_mq_close.c95 if (!(tx_thread_identify())) in mq_close()
Dpx_sem_trywait.c79 if (!tx_thread_identify() ) in sem_trywait()
Dpx_mx_timedlock.c89 thread_ptr = tx_thread_identify(); in pthread_mutex_timedlock()
Dpx_cond_broadcast.c117 thread = tx_thread_identify(); in pthread_cond_broadcast()
Dpx_cond_timedwait.c108 thread = tx_thread_identify(); in pthread_cond_timedwait()
Dpx_internal_signal_dispatch.c92 signal_thread = (POSIX_TCB *) tx_thread_identify(); in internal_signal_dispatch()
Dpx_pth_join.c98 current_ptr = posix_thread2tcb(tx_thread_identify()); in pthread_join()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_smp_time_slice_test.c273 tx_thread_identify(); in thread_31a_entry()
285 tx_thread_identify(); in thread_31b_entry()
297 tx_thread_identify(); in thread_31c_entry()
309 tx_thread_identify(); in thread_31d_entry()
321 tx_thread_identify(); in thread_31e_entry()
333 tx_thread_identify(); in thread_31f_entry()
345 tx_thread_identify(); in thread_31g_entry()
357 tx_thread_identify(); in thread_31h_entry()
Dthreadx_thread_multiple_time_slice_test.c140 tx_thread_identify(); in thread_0_entry()
157 tx_thread_identify(); in thread_1_entry()
246 tx_thread_identify(); in thread_3_entry()
265 tx_thread_identify(); in thread_4_entry()
Dthreadx_smp_non_trivial_scheduling_test.c325 tx_thread_identify(); in thread_1_entry()
336 tx_thread_identify(); in thread_2_entry()
346 tx_thread_identify(); in thread_3_entry()
Dthreadx_thread_terminate_delete_test.c307 if (tx_thread_identify() != &thread_1) in thread_1_entry()
321 if (tx_thread_identify() != &thread_2) in thread_2_entry()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_multiple_time_slice_test.c140 tx_thread_identify(); in thread_0_entry()
157 tx_thread_identify(); in thread_1_entry()
246 tx_thread_identify(); in thread_3_entry()
265 tx_thread_identify(); in thread_4_entry()
Dthreadx_thread_terminate_delete_test.c307 if (tx_thread_identify() != &thread_1) in thread_1_entry()
321 if (tx_thread_identify() != &thread_2) in thread_2_entry()
Dthreadx_thread_time_slice_change_test.c143 tx_thread_identify(); in thread_1_entry()

12345