Home
last modified time | relevance | path

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

1234

/ThreadX-v6.2.1/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_sem_trywait.c79 if (!tx_thread_identify() ) in sem_trywait()
Dpx_cond_wait.c102 thread = tx_thread_identify(); in pthread_cond_wait()
Dpx_mq_close.c95 if (!(tx_thread_identify())) in mq_close()
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()
Dpx_sig_wait.c89 base_thread = (POSIX_TCB *) tx_thread_identify(); in sigwait()
Dpx_pth_sigmask.c111 base_thread = (POSIX_TCB *) tx_thread_identify(); in pthread_sigmask()
Dpx_mq_send.c110 if (!(tx_thread_identify())) in mq_send()
Dpx_mq_receive.c130 if (!(tx_thread_identify())) in mq_receive()
/ThreadX-v6.2.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c223 p_thread = tx_thread_identify(); in txfr_thread_wrapper()
534 p_thread = tx_thread_identify(); in xTaskGetCurrentTaskHandle()
546 p_thread = tx_thread_identify(); in vTaskSuspend()
608 p_thread = tx_thread_identify(); in uxTaskPriorityGet()
642 p_thread = tx_thread_identify(); in vTaskPrioritySet()
666 p_thread = tx_thread_identify(); in pcTaskGetName()
698 if(p_thread == tx_thread_identify()) { in eTaskGetState()
784 p_thread = tx_thread_identify(); in ulTaskNotifyTake()
843 p_thread = tx_thread_identify(); in xTaskNotifyWait()
1016 p_thread = tx_thread_identify(); in xTaskNotifyStateClear()
[all …]
/ThreadX-v6.2.1/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c775 p_thread = tx_thread_identify(); in ActivateTask()
923 p_thread = tx_thread_identify(); in TerminateTask()
1097 p_thread = tx_thread_identify(); in ChainTask()
1267 thread_ptr = tx_thread_identify(); in GetTaskID()
1394 p_thread = tx_thread_identify(); in GetTaskState()
1498 this_thread = tx_thread_identify(); in Schedule()
1823 this_thread = tx_thread_identify(); in GetResource()
2110 this_thread = tx_thread_identify(); in ReleaseResource()
2790 this_thread = tx_thread_identify(); in SetEvent()
2903 this_thread = tx_thread_identify(); in ClearEvent()
[all …]
/ThreadX-v6.2.1/ports/c667x/ccs/example_build/tx/Release/
Dsubdir_vars.mk91 ../tx_thread_identify.c \
277 ./tx_thread_identify.d \
465 ./tx_thread_identify.obj \

1234