Searched refs:this_thread (Results 1 – 1 of 1) sorted by relevance
1346 TX_THREAD *this_thread; in GetTaskState() local1386 this_thread = (TX_THREAD *)tcb_ptr; in GetTaskState()1394 if(this_thread == p_thread) in GetTaskState()1480 TX_THREAD *this_thread; in Schedule() local1497 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() local1822 this_thread = tx_thread_identify(); in GetResource()1823 if(this_thread == NULL) in GetResource()[all …]