/ThreadX-v6.2.1/common_smp/src/ |
D | tx_mutex_create.c | 76 UINT _tx_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit) in _tx_mutex_create() argument 90 mutex_ptr -> tx_mutex_inherit = inherit; in _tx_mutex_create() 134 TX_TRACE_OBJECT_REGISTER(TX_TRACE_OBJECT_TYPE_MUTEX, mutex_ptr, name_ptr, inherit, 0) in _tx_mutex_create() 137 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_MUTEX_CREATE, mutex_ptr, inherit, TX_POINTER_TO_ULONG_CONVERT(&ne… in _tx_mutex_create()
|
D | txe_mutex_create.c | 82 UINT _txe_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit, UINT mutex_control_block… in _txe_mutex_create() argument 167 if (inherit != TX_INHERIT) in _txe_mutex_create() 170 if (inherit != TX_NO_INHERIT) in _txe_mutex_create() 217 status = _tx_mutex_create(mutex_ptr, name_ptr, inherit); in _txe_mutex_create()
|
/ThreadX-v6.2.1/common/src/ |
D | tx_mutex_create.c | 76 UINT _tx_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit) in _tx_mutex_create() argument 90 mutex_ptr -> tx_mutex_inherit = inherit; in _tx_mutex_create() 134 TX_TRACE_OBJECT_REGISTER(TX_TRACE_OBJECT_TYPE_MUTEX, mutex_ptr, name_ptr, inherit, 0) in _tx_mutex_create() 137 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_MUTEX_CREATE, mutex_ptr, inherit, TX_POINTER_TO_ULONG_CONVERT(&ne… in _tx_mutex_create()
|
D | txe_mutex_create.c | 82 UINT _txe_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit, UINT mutex_control_block… in _txe_mutex_create() argument 167 if (inherit != TX_INHERIT) in _txe_mutex_create() 170 if (inherit != TX_NO_INHERIT) in _txe_mutex_create() 217 status = _tx_mutex_create(mutex_ptr, name_ptr, inherit); in _txe_mutex_create()
|
/ThreadX-v6.2.1/common_modules/module_lib/src/ |
D | txm_mutex_create.c | 73 UINT _txe_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit, UINT mutex_control_block_… in _txe_mutex_create() argument 79 extra_parameters[0] = (ALIGN_TYPE) inherit; in _txe_mutex_create()
|
/ThreadX-v6.2.1/ |
D | LICENSED-HARDWARE.txt | 9 microcontroller(s) (“hardware”) listed below you inherit the “Distribution and
|
/ThreadX-v6.2.1/common/inc/ |
D | tx_api.h | 1597 UINT _tx_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit); 1614 UINT _txe_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit, UINT mutex_control… 1623 UINT _txr_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit, UINT mutex_control…
|
/ThreadX-v6.2.1/ports_smp/mips32_interaptiv_smp/green/inc/ |
D | tx_el.h | 415 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
|
/ThreadX-v6.2.1/ports_smp/cortex_a5x_smp/green/inc/ |
D | tx_el.h | 415 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
|
/ThreadX-v6.2.1/ports/cortex_a8/ghs/inc/ |
D | tx_el.h | 416 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
|
/ThreadX-v6.2.1/ports/cortex_a5/ghs/inc/ |
D | tx_el.h | 416 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
|
/ThreadX-v6.2.1/ports/cortex_r4/ghs/inc/ |
D | tx_el.h | 416 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
|
/ThreadX-v6.2.1/ports/cortex_a9/ghs/inc/ |
D | tx_el.h | 416 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
|
/ThreadX-v6.2.1/ports/cortex_r7/ghs/inc/ |
D | tx_el.h | 416 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
|
/ThreadX-v6.2.1/ports/cortex_m3/ghs/inc/ |
D | tx_el.h | 416 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
|
/ThreadX-v6.2.1/ports/cortex_m7/ghs/inc/ |
D | tx_el.h | 416 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
|
/ThreadX-v6.2.1/ports/cortex_a7/ghs/inc/ |
D | tx_el.h | 416 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
|
/ThreadX-v6.2.1/ports/cortex_m4/ghs/inc/ |
D | tx_el.h | 416 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
|
/ThreadX-v6.2.1/ports/cortex_r5/ghs/inc/ |
D | tx_el.h | 416 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
|
/ThreadX-v6.2.1/common_smp/inc/ |
D | tx_api.h | 1659 UINT _tx_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit); 1676 UINT _txe_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit, UINT mutex_control…
|