Searched refs:initial_count (Results 1 – 4 of 4) sorted by relevance
| /USBX-v6.2.1/common/core/src/ |
| D | ux_utility_semaphore_create.c | 78 …NT _ux_utility_semaphore_create(UX_SEMAPHORE *semaphore, CHAR *semaphore_name, UINT initial_count) in _ux_utility_semaphore_create() argument 84 status = tx_semaphore_create(semaphore, (CHAR *) semaphore_name, initial_count); in _ux_utility_semaphore_create()
|
| /USBX-v6.2.1/test/regression/ |
| D | ux_test_utility_sim.c | 200 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count) in _tx_semaphore_create() argument 207 …OVERRIDE_TX_SEMAPHORE_CREATE_PARAMS action_params = { semaphore_ptr, name_ptr, initial_count }; in _tx_semaphore_create() 244 semaphore_ptr -> tx_semaphore_count = initial_count; in _tx_semaphore_create() 285 …TX_TRACE_OBJECT_REGISTER(TX_TRACE_OBJECT_TYPE_SEMAPHORE, semaphore_ptr, name_ptr, initial_count, 0) in _tx_semaphore_create() 288 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_SEMAPHORE_CREATE, semaphore_ptr, initial_count, TX_POINTER_TO_ULO… in _tx_semaphore_create()
|
| D | ux_test.h | 341 UINT initial_count; member
|
| /USBX-v6.2.1/common/core/inc/ |
| D | ux_utility.h | 116 … _ux_utility_semaphore_create(UX_SEMAPHORE *semaphore, CHAR *semaphore_name, UINT initial_count);
|