Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_utility_semaphore_get.c89 UX_THREAD *next_thread; in _ux_utility_semaphore_get() local
98 &time_slice, &next_thread,&suspended_thread); in _ux_utility_semaphore_get()
/USBX-v6.2.1/test/regression/
Dux_test_utility_sim.c377 TX_THREAD *next_thread; in _tx_semaphore_get() local
474next_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() local
885 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 …]