| /ThreadX-v6.4.1/common/src/ |
| D | tx_semaphore_ceiling_put.c | 108 …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()
|
| D | tx_semaphore_get.c | 102 …_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()
|
| D | tx_semaphore_put.c | 102 …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()
|
| D | tx_semaphore_info_get.c | 110 *current_value = semaphore_ptr -> tx_semaphore_count; in _tx_semaphore_info_get()
|
| D | tx_semaphore_create.c | 88 semaphore_ptr -> tx_semaphore_count = initial_count; in _tx_semaphore_create()
|
| /ThreadX-v6.4.1/common_smp/src/ |
| D | tx_semaphore_ceiling_put.c | 108 …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()
|
| D | tx_semaphore_get.c | 102 …_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()
|
| D | tx_semaphore_put.c | 102 …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()
|
| D | tx_semaphore_info_get.c | 110 *current_value = semaphore_ptr -> tx_semaphore_count; in _tx_semaphore_info_get()
|
| D | tx_semaphore_create.c | 88 semaphore_ptr -> tx_semaphore_count = initial_count; in _tx_semaphore_create()
|
| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
| D | px_sem_getvalue.c | 93 * sval = TheSem ->tx_semaphore_count; in sem_getvalue()
|
| /ThreadX-v6.4.1/test/tx/regression/ |
| D | threadx_thread_wait_abort_and_isr_test.c | 225 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()
|
| D | threadx_semaphore_information_test.c | 165 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()
|
| D | threadx_semaphore_basic_test.c | 443 if ((status != TX_SUCCESS) || (semaphore_1.tx_semaphore_count != 2)) in thread_0_entry()
|
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_thread_wait_abort_and_isr_test.c | 226 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()
|
| D | threadx_semaphore_information_test.c | 165 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()
|
| D | threadx_semaphore_basic_test.c | 443 if ((status != TX_SUCCESS) || (semaphore_1.tx_semaphore_count != 2)) in thread_0_entry()
|
| /ThreadX-v6.4.1/ports/cortex_r4/ghs/inc/ |
| D | tx_el.h | 371 …_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/ |
| D | tx_el.h | 371 …_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/ |
| D | tx_el.h | 370 …_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/ |
| D | tx_el.h | 371 …_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/ |
| D | tx_el.h | 371 …_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/ |
| D | tx_el.h | 371 …_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/ |
| D | tx_el.h | 371 …_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/ |
| D | tx_el.h | 371 …_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…
|