Home
last modified time | relevance | path

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

12345

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_once.c93 tx_thread_preemption_change( tx_thread_identify(), 0, &old_treshold); in pthread_once()
101 tx_thread_preemption_change( tx_thread_identify(),old_treshold, &temp); in pthread_once()
110 tx_thread_preemption_change( tx_thread_identify(),old_treshold, &temp); in pthread_once()
Dpx_pth_exit.c83 thread_ptr = tx_thread_identify(); in pthread_exit()
Dpx_sig_signal.c95 current_thread = (POSIX_TCB *) tx_thread_identify(); in signal()
Dpx_pth_self.c76 thread_ptr = tx_thread_identify(); in pthread_self()
Dpx_sem_wait.c76 if (! tx_thread_identify()) in sem_wait()
Dpx_pth_setcancelstate.c86 thread_ptr = tx_thread_identify(); in pthread_setcancelstate()
Dpx_pth_setcanceltype.c85 thread_ptr = tx_thread_identify(); in pthread_setcanceltype()
Dpx_pth_getcanceltype.c83 thread_ptr = tx_thread_identify(); in pthread_getcanceltype()
Dpx_sem_close.c77 Thethread = tx_thread_identify(); in sem_close()
Dpx_mx_lock.c81 thread_ptr = tx_thread_identify(); in pthread_mutex_lock()
Dpx_cond_wait.c101 thread = tx_thread_identify(); in pthread_cond_wait()
Dpx_mq_close.c94 if (!(tx_thread_identify())) in mq_close()
Dpx_sem_trywait.c78 if (!tx_thread_identify() ) in sem_trywait()
Dpx_mx_timedlock.c88 thread_ptr = tx_thread_identify(); in pthread_mutex_timedlock()
Dpx_cond_broadcast.c116 thread = tx_thread_identify(); in pthread_cond_broadcast()
Dpx_cond_timedwait.c107 thread = tx_thread_identify(); in pthread_cond_timedwait()
Dpx_internal_signal_dispatch.c91 signal_thread = (POSIX_TCB *) tx_thread_identify(); in internal_signal_dispatch()
Dpx_pth_join.c97 current_ptr = posix_thread2tcb(tx_thread_identify()); in pthread_join()
/ThreadX-v6.4.1/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()
Dthreadx_thread_time_slice_change_test.c143 tx_thread_identify(); in thread_1_entry()
/ThreadX-v6.4.1/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()

12345