Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_semaphore_create.c72 …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/
Dtxe_semaphore_create.c81 …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/
Dtxe_semaphore_create.c81 …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/
Dthreadx_semaphore_basic_test.c54 …_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT semaphore_control_block_size);
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_semaphore_basic_test.c54 …_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT semaphore_control_block_size);
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1717 …_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/
Dtx_api.h1756 …_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT semaphore_control_block_size);