Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_semaphore_create.c71 …X_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT semaphore_control_block_size) in _txe_semaphore_create() argument
78 extra_parameters[1] = (ALIGN_TYPE) semaphore_control_block_size; in _txe_semaphore_create()
/ThreadX-v6.4.1/common/src/
Dtxe_semaphore_create.c80 …X_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT semaphore_control_block_size) in _txe_semaphore_create() argument
105 else if (semaphore_control_block_size != (sizeof(TX_SEMAPHORE))) in _txe_semaphore_create()
/ThreadX-v6.4.1/common_smp/src/
Dtxe_semaphore_create.c80 …X_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT semaphore_control_block_size) in _txe_semaphore_create() argument
105 else if (semaphore_control_block_size != (sizeof(TX_SEMAPHORE))) in _txe_semaphore_create()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_semaphore_basic_test.c54 …_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT semaphore_control_block_size);
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_semaphore_basic_test.c54 …_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT semaphore_control_block_size);
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1722 …_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT semaphore_control_block_size);
1733 …_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT semaphore_control_block_size);
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1761 …_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT semaphore_control_block_size);