Searched refs:next_thread (Results 1 – 2 of 2) sorted by relevance
89 UX_THREAD *next_thread; in _ux_utility_semaphore_get() local98 &time_slice, &next_thread,&suspended_thread); in _ux_utility_semaphore_get()
377 TX_THREAD *next_thread; in _tx_semaphore_get() local474 … next_thread = semaphore_ptr -> tx_semaphore_suspension_list; in _tx_semaphore_get()475 thread_ptr -> tx_thread_suspended_next = next_thread; in _tx_semaphore_get()476 … previous_thread = next_thread -> tx_thread_suspended_previous; in _tx_semaphore_get()479 next_thread -> tx_thread_suspended_previous = thread_ptr; in _tx_semaphore_get()723 TX_THREAD *next_thread; in _tx_thread_create() local885 next_thread = _tx_thread_created_ptr; in _tx_thread_create()886 previous_thread = next_thread -> tx_thread_created_previous; in _tx_thread_create()889 next_thread -> tx_thread_created_previous = thread_ptr; in _tx_thread_create()894 thread_ptr -> tx_thread_created_next = next_thread; in _tx_thread_create()[all …]