/ThreadX-v6.4.1/common_smp/src/ |
D | tx_semaphore_create.c | 74 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count) in _tx_semaphore_create() argument 88 semaphore_ptr -> tx_semaphore_count = initial_count; in _tx_semaphore_create() 129 …TX_TRACE_OBJECT_REGISTER(TX_TRACE_OBJECT_TYPE_SEMAPHORE, semaphore_ptr, name_ptr, initial_count, 0) in _tx_semaphore_create() 132 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_SEMAPHORE_CREATE, semaphore_ptr, initial_count, TX_POINTER_TO_ULO… in _tx_semaphore_create()
|
D | txe_semaphore_create.c | 80 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT … in _txe_semaphore_create() argument 203 status = _tx_semaphore_create(semaphore_ptr, name_ptr, initial_count); in _txe_semaphore_create()
|
/ThreadX-v6.4.1/common/src/ |
D | tx_semaphore_create.c | 74 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count) in _tx_semaphore_create() argument 88 semaphore_ptr -> tx_semaphore_count = initial_count; in _tx_semaphore_create() 129 …TX_TRACE_OBJECT_REGISTER(TX_TRACE_OBJECT_TYPE_SEMAPHORE, semaphore_ptr, name_ptr, initial_count, 0) in _tx_semaphore_create() 132 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_SEMAPHORE_CREATE, semaphore_ptr, initial_count, TX_POINTER_TO_ULO… in _tx_semaphore_create()
|
D | txe_semaphore_create.c | 80 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT … in _txe_semaphore_create() argument 203 status = _tx_semaphore_create(semaphore_ptr, name_ptr, initial_count); in _txe_semaphore_create()
|
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_semaphore_create.c | 71 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT s… in _txe_semaphore_create() argument 77 extra_parameters[0] = (ALIGN_TYPE) initial_count; in _txe_semaphore_create()
|
/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_semaphore_basic_test.c | 54 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count,…
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_semaphore_basic_test.c | 54 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count,…
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1704 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count); 1722 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count,… 1733 UINT _txr_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count,…
|
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/inc/ |
D | tx_el.h | 373 …KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_CREATE, semaphore_ptr, initial_count); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_m4/ghs/inc/ |
D | tx_el.h | 374 …KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_CREATE, semaphore_ptr, initial_count); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_m3/ghs/inc/ |
D | tx_el.h | 374 …KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_CREATE, semaphore_ptr, initial_count); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_r5/ghs/inc/ |
D | tx_el.h | 374 …KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_CREATE, semaphore_ptr, initial_count); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_a7/ghs/inc/ |
D | tx_el.h | 374 …KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_CREATE, semaphore_ptr, initial_count); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/inc/ |
D | tx_el.h | 373 …KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_CREATE, semaphore_ptr, initial_count); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_r4/ghs/inc/ |
D | tx_el.h | 374 …KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_CREATE, semaphore_ptr, initial_count); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_r7/ghs/inc/ |
D | tx_el.h | 374 …KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_CREATE, semaphore_ptr, initial_count); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/inc/ |
D | tx_el.h | 374 …KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_CREATE, semaphore_ptr, initial_count); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_a8/ghs/inc/ |
D | tx_el.h | 374 …KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_CREATE, semaphore_ptr, initial_count); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_a5/ghs/inc/ |
D | tx_el.h | 374 …KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_CREATE, semaphore_ptr, initial_count); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_a9/ghs/inc/ |
D | tx_el.h | 374 …KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_CREATE, semaphore_ptr, initial_count); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_m7/ghs/inc/ |
D | tx_el.h | 374 …KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_CREATE, semaphore_ptr, initial_count); TX_EL_END_FI…
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 1743 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count); 1761 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count,…
|