Searched refs:semaphore_control_block_size (Results 1 – 7 of 7) sorted by relevance
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_semaphore_create.c | 71 …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/ |
D | txe_semaphore_create.c | 80 …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/ |
D | txe_semaphore_create.c | 80 …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/ |
D | threadx_semaphore_basic_test.c | 54 …_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT semaphore_control_block_size);
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_semaphore_basic_test.c | 54 …_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT semaphore_control_block_size);
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1722 …_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/ |
D | tx_api.h | 1761 …_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT semaphore_control_block_size);
|