Searched refs:semaphore_control_block_size (Results 1 – 7 of 7) sorted by relevance
| /ThreadX-v6.3.0/common_modules/module_lib/src/ |
| D | txm_semaphore_create.c | 72 …X_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT semaphore_control_block_size) in _txe_semaphore_create() argument 79 extra_parameters[1] = (ALIGN_TYPE) semaphore_control_block_size; in _txe_semaphore_create()
|
| /ThreadX-v6.3.0/common/src/ |
| D | txe_semaphore_create.c | 81 …X_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT semaphore_control_block_size) in _txe_semaphore_create() argument 106 else if (semaphore_control_block_size != (sizeof(TX_SEMAPHORE))) in _txe_semaphore_create()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | txe_semaphore_create.c | 81 …X_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT semaphore_control_block_size) in _txe_semaphore_create() argument 106 else if (semaphore_control_block_size != (sizeof(TX_SEMAPHORE))) in _txe_semaphore_create()
|
| /ThreadX-v6.3.0/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.3.0/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.3.0/common/inc/ |
| D | tx_api.h | 1717 …_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT semaphore_control_block_size); 1728 …_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT semaphore_control_block_size);
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1756 …_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT semaphore_control_block_size);
|