Home
last modified time | relevance | path

Searched refs:inherit (Results 1 – 23 of 23) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_mutex_create.c76 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()
Dtxe_mutex_create.c82 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.3.0/common_smp/src/
Dtx_mutex_create.c76 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()
Dtxe_mutex_create.c82 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.3.0/common_modules/module_lib/src/
Dtxm_mutex_create.c73 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.3.0/
DLICENSED-HARDWARE.txt9 microcontroller(s) (“hardware”) listed below you inherit the “Distribution and
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_mutex_basic_test.c61 UINT _txe_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit, UINT mutex_control…
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_mutex_basic_test.c61 UINT _txe_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit, UINT mutex_control…
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1611 UINT _tx_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit);
1628 UINT _txe_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit, UINT mutex_control…
1637 UINT _txr_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit, UINT mutex_control…
/ThreadX-v6.3.0/ports/cortex_m3/ghs/inc/
Dtx_el.h416 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports/cortex_r4/ghs/inc/
Dtx_el.h416 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports/cortex_m7/ghs/inc/
Dtx_el.h416 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports/cortex_m4/ghs/inc/
Dtx_el.h416 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports/cortex_a8/ghs/inc/
Dtx_el.h416 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports/cortex_a9/ghs/inc/
Dtx_el.h416 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports/cortex_r5/ghs/inc/
Dtx_el.h416 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports/cortex_r7/ghs/inc/
Dtx_el.h416 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/inc/
Dtx_el.h415 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ghs/inc/
Dtx_el.h416 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/inc/
Dtx_el.h415 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports/cortex_a7/ghs/inc/
Dtx_el.h416 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports/cortex_a5/ghs/inc/
Dtx_el.h416 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_MUTEX_CREATE, mutex_ptr, inherit); TX_EL_END_FILTER
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1673 UINT _tx_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit);
1690 UINT _txe_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit, UINT mutex_control…