Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dux_test_utility_sim.c205 TX_SEMAPHORE *next_semaphore; in _tx_semaphore_create() local
266 next_semaphore = _tx_semaphore_created_ptr; in _tx_semaphore_create()
267 previous_semaphore = next_semaphore -> tx_semaphore_created_previous; in _tx_semaphore_create()
270 next_semaphore -> tx_semaphore_created_previous = semaphore_ptr; in _tx_semaphore_create()
275 semaphore_ptr -> tx_semaphore_created_next = next_semaphore; in _tx_semaphore_create()
288 …E_CREATE, semaphore_ptr, initial_count, TX_POINTER_TO_ULONG_CONVERT(&next_semaphore), 0, TX_TRACE_… in _tx_semaphore_create()