Home
last modified time | relevance | path

Searched refs:tx_semaphore_count (Results 1 – 25 of 35) sorted by relevance

12

/ThreadX-v6.4.1/common/src/
Dtx_semaphore_ceiling_put.c108 …RT(TX_TRACE_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, semaphore_p… in _tx_semaphore_ceiling_put()
121 if (semaphore_ptr -> tx_semaphore_count >= ceiling) in _tx_semaphore_ceiling_put()
134 semaphore_ptr -> tx_semaphore_count++; in _tx_semaphore_ceiling_put()
Dtx_semaphore_get.c102 …_TRACE_SEMAPHORE_GET, semaphore_ptr, wait_option, semaphore_ptr -> tx_semaphore_count, TX_POINTER_… in _tx_semaphore_get()
108 if (semaphore_ptr -> tx_semaphore_count != ((ULONG) 0)) in _tx_semaphore_get()
112 semaphore_ptr -> tx_semaphore_count--; in _tx_semaphore_get()
Dtx_semaphore_put.c102 …INE_INSERT(TX_TRACE_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, semaphore_p… in _tx_semaphore_put()
115 semaphore_ptr -> tx_semaphore_count++; in _tx_semaphore_put()
Dtx_semaphore_info_get.c110 *current_value = semaphore_ptr -> tx_semaphore_count; in _tx_semaphore_info_get()
Dtx_semaphore_create.c88 semaphore_ptr -> tx_semaphore_count = initial_count; in _tx_semaphore_create()
/ThreadX-v6.4.1/common_smp/src/
Dtx_semaphore_ceiling_put.c108 …RT(TX_TRACE_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, semaphore_p… in _tx_semaphore_ceiling_put()
121 if (semaphore_ptr -> tx_semaphore_count >= ceiling) in _tx_semaphore_ceiling_put()
134 semaphore_ptr -> tx_semaphore_count++; in _tx_semaphore_ceiling_put()
Dtx_semaphore_get.c102 …_TRACE_SEMAPHORE_GET, semaphore_ptr, wait_option, semaphore_ptr -> tx_semaphore_count, TX_POINTER_… in _tx_semaphore_get()
108 if (semaphore_ptr -> tx_semaphore_count != ((ULONG) 0)) in _tx_semaphore_get()
112 semaphore_ptr -> tx_semaphore_count--; in _tx_semaphore_get()
Dtx_semaphore_put.c102 …INE_INSERT(TX_TRACE_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, semaphore_p… in _tx_semaphore_put()
115 semaphore_ptr -> tx_semaphore_count++; in _tx_semaphore_put()
Dtx_semaphore_info_get.c110 *current_value = semaphore_ptr -> tx_semaphore_count; in _tx_semaphore_info_get()
Dtx_semaphore_create.c88 semaphore_ptr -> tx_semaphore_count = initial_count; in _tx_semaphore_create()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_sem_getvalue.c93 * sval = TheSem ->tx_semaphore_count; in sem_getvalue()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_wait_abort_and_isr_test.c225 if ((thread_0_counter != (semaphore_put_counter - semaphore_0.tx_semaphore_count)) || in thread_0_entry()
229 if (thread_0_counter != (semaphore_put_counter - semaphore_0.tx_semaphore_count)) in thread_0_entry()
Dthreadx_semaphore_information_test.c165 if ((status != TX_SUCCESS) || (semaphore_1.tx_semaphore_count != 2)) in thread_0_entry()
203 if ((status != TX_SUCCESS) || (current_value != semaphore_0.tx_semaphore_count) || in thread_0_entry()
Dthreadx_semaphore_basic_test.c443 if ((status != TX_SUCCESS) || (semaphore_1.tx_semaphore_count != 2)) in thread_0_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_wait_abort_and_isr_test.c226 if ((thread_0_counter != (semaphore_put_counter - semaphore_0.tx_semaphore_count)) || in thread_0_entry()
230 if (thread_0_counter != (semaphore_put_counter - semaphore_0.tx_semaphore_count)) in thread_0_entry()
Dthreadx_semaphore_information_test.c165 if ((status != TX_SUCCESS) || (semaphore_1.tx_semaphore_count != 2)) in thread_0_entry()
203 if ((status != TX_SUCCESS) || (current_value != semaphore_0.tx_semaphore_count) || in thread_0_entry()
Dthreadx_semaphore_basic_test.c443 if ((status != TX_SUCCESS) || (semaphore_1.tx_semaphore_count != 2)) in thread_0_entry()
/ThreadX-v6.4.1/ports/cortex_r4/ghs/inc/
Dtx_el.h371 …_INSERT_INFO2(TX_EL_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
372 …_INSERT_INFO2(TX_EL_SEMAPHORE_GET, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
377 …INFO3(TX_EL_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); T…
/ThreadX-v6.4.1/ports/cortex_m7/ghs/inc/
Dtx_el.h371 …_INSERT_INFO2(TX_EL_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
372 …_INSERT_INFO2(TX_EL_SEMAPHORE_GET, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
377 …INFO3(TX_EL_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); T…
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/inc/
Dtx_el.h370 …_INSERT_INFO2(TX_EL_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
371 …_INSERT_INFO2(TX_EL_SEMAPHORE_GET, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
376 …INFO3(TX_EL_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); T…
/ThreadX-v6.4.1/ports/cortex_a9/ghs/inc/
Dtx_el.h371 …_INSERT_INFO2(TX_EL_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
372 …_INSERT_INFO2(TX_EL_SEMAPHORE_GET, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
377 …INFO3(TX_EL_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); T…
/ThreadX-v6.4.1/ports/cortex_m4/ghs/inc/
Dtx_el.h371 …_INSERT_INFO2(TX_EL_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
372 …_INSERT_INFO2(TX_EL_SEMAPHORE_GET, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
377 …INFO3(TX_EL_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); T…
/ThreadX-v6.4.1/ports/cortex_m3/ghs/inc/
Dtx_el.h371 …_INSERT_INFO2(TX_EL_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
372 …_INSERT_INFO2(TX_EL_SEMAPHORE_GET, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
377 …INFO3(TX_EL_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); T…
/ThreadX-v6.4.1/ports/cortex_a8/ghs/inc/
Dtx_el.h371 …_INSERT_INFO2(TX_EL_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
372 …_INSERT_INFO2(TX_EL_SEMAPHORE_GET, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
377 …INFO3(TX_EL_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); T…
/ThreadX-v6.4.1/ports/cortex_a7/ghs/inc/
Dtx_el.h371 …_INSERT_INFO2(TX_EL_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
372 …_INSERT_INFO2(TX_EL_SEMAPHORE_GET, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
377 …INFO3(TX_EL_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); T…

12