Home
last modified time | relevance | path

Searched refs:ceiling (Results 1 – 20 of 20) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtxe_semaphore_ceiling_put.c76 UINT _txe_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling) in _txe_semaphore_ceiling_put() argument
99 else if (ceiling == ((ULONG) 0)) in _txe_semaphore_ceiling_put()
109 status = _tx_semaphore_ceiling_put(semaphore_ptr, ceiling); in _txe_semaphore_ceiling_put()
Dtx_semaphore_ceiling_put.c77 UINT _tx_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling) in _tx_semaphore_ceiling_put() argument
109 …tr -> tx_semaphore_count, semaphore_ptr -> tx_semaphore_suspended_count, ceiling, TX_TRACE_SEMAPHO… in _tx_semaphore_ceiling_put()
122 if (semaphore_ptr -> tx_semaphore_count >= ceiling) in _tx_semaphore_ceiling_put()
/ThreadX-v6.3.0/common_smp/src/
Dtxe_semaphore_ceiling_put.c76 UINT _txe_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling) in _txe_semaphore_ceiling_put() argument
99 else if (ceiling == ((ULONG) 0)) in _txe_semaphore_ceiling_put()
109 status = _tx_semaphore_ceiling_put(semaphore_ptr, ceiling); in _txe_semaphore_ceiling_put()
Dtx_semaphore_ceiling_put.c77 UINT _tx_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling) in _tx_semaphore_ceiling_put() argument
109 …tr -> tx_semaphore_count, semaphore_ptr -> tx_semaphore_suspended_count, ceiling, TX_TRACE_SEMAPHO… in _tx_semaphore_ceiling_put()
122 if (semaphore_ptr -> tx_semaphore_count >= ceiling) in _tx_semaphore_ceiling_put()
/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_semaphore_ceiling_put.c70 UINT _txe_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling) in _txe_semaphore_ceiling_put() argument
76 …l_dispatcher)(TXM_SEMAPHORE_CEILING_PUT_CALL, (ALIGN_TYPE) semaphore_ptr, (ALIGN_TYPE) ceiling, 0); in _txe_semaphore_ceiling_put()
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1698 UINT _tx_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling);
1716 UINT _txe_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling);
1727 UINT _txr_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling);
/ThreadX-v6.3.0/ports/cortex_m3/ghs/inc/
Dtx_el.h378 …MAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports/cortex_r4/ghs/inc/
Dtx_el.h378 …MAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports/cortex_m7/ghs/inc/
Dtx_el.h378 …MAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports/cortex_m4/ghs/inc/
Dtx_el.h378 …MAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports/cortex_a8/ghs/inc/
Dtx_el.h378 …MAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports/cortex_a9/ghs/inc/
Dtx_el.h378 …MAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports/cortex_r5/ghs/inc/
Dtx_el.h378 …MAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports/cortex_r7/ghs/inc/
Dtx_el.h378 …MAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/inc/
Dtx_el.h377 …MAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ghs/inc/
Dtx_el.h378 …MAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/inc/
Dtx_el.h377 …MAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports/cortex_a7/ghs/inc/
Dtx_el.h378 …MAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); TX_EL_END_FILTER
/ThreadX-v6.3.0/ports/cortex_a5/ghs/inc/
Dtx_el.h378 …MAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); TX_EL_END_FILTER
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1737 UINT _tx_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling);
1755 UINT _txe_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling);