Searched refs:this_thread (Results 1 – 1 of 1) sorted by relevance
1347 TX_THREAD *this_thread; in GetTaskState() local1387 this_thread = (TX_THREAD *)tcb_ptr; in GetTaskState()1395 if(this_thread == p_thread) in GetTaskState()1481 TX_THREAD *this_thread; in Schedule() local1498 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() local1823 this_thread = tx_thread_identify(); in GetResource()1824 if(this_thread == NULL) in GetResource()[all …]