Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c1347 TX_THREAD *this_thread; in GetTaskState() local
1387 this_thread = (TX_THREAD *)tcb_ptr; in GetTaskState()
1395 if(this_thread == p_thread) in GetTaskState()
1481 TX_THREAD *this_thread; in Schedule() local
1498 this_thread = tx_thread_identify(); in Schedule()
1499 tcb_ptr = osek_thread2tcb(this_thread); in Schedule()
1545 request[1] = (ULONG)this_thread; /* Self ID. */ in Schedule()
1793 TX_THREAD *this_thread; in GetResource() local
1823 this_thread = tx_thread_identify(); in GetResource()
1824 if(this_thread == NULL) in GetResource()
[all …]