Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c1346 TX_THREAD *this_thread; in GetTaskState() local
1386 this_thread = (TX_THREAD *)tcb_ptr; in GetTaskState()
1394 if(this_thread == p_thread) in GetTaskState()
1480 TX_THREAD *this_thread; in Schedule() local
1497 this_thread = tx_thread_identify(); in Schedule()
1498 tcb_ptr = osek_thread2tcb(this_thread); in Schedule()
1544 request[1] = (ULONG)this_thread; /* Self ID. */ in Schedule()
1792 TX_THREAD *this_thread; in GetResource() local
1822 this_thread = tx_thread_identify(); in GetResource()
1823 if(this_thread == NULL) in GetResource()
[all …]