Home
last modified time | relevance | path

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

12

/ThreadX-v6.2.1/common_smp/src/
Dtx_semaphore_ceiling_put.c109 …RT(TX_TRACE_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, semaphore_p… in _tx_semaphore_ceiling_put()
122 if (semaphore_ptr -> tx_semaphore_count >= ceiling) in _tx_semaphore_ceiling_put()
135 semaphore_ptr -> tx_semaphore_count++; in _tx_semaphore_ceiling_put()
Dtx_semaphore_get.c103 …_TRACE_SEMAPHORE_GET, semaphore_ptr, wait_option, semaphore_ptr -> tx_semaphore_count, TX_POINTER_… in _tx_semaphore_get()
109 if (semaphore_ptr -> tx_semaphore_count != ((ULONG) 0)) in _tx_semaphore_get()
113 semaphore_ptr -> tx_semaphore_count--; in _tx_semaphore_get()
Dtx_semaphore_put.c103 …INE_INSERT(TX_TRACE_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, semaphore_p… in _tx_semaphore_put()
116 semaphore_ptr -> tx_semaphore_count++; in _tx_semaphore_put()
Dtx_semaphore_info_get.c111 *current_value = semaphore_ptr -> tx_semaphore_count; in _tx_semaphore_info_get()
Dtx_semaphore_create.c89 semaphore_ptr -> tx_semaphore_count = initial_count; in _tx_semaphore_create()
/ThreadX-v6.2.1/common/src/
Dtx_semaphore_ceiling_put.c109 …RT(TX_TRACE_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, semaphore_p… in _tx_semaphore_ceiling_put()
122 if (semaphore_ptr -> tx_semaphore_count >= ceiling) in _tx_semaphore_ceiling_put()
135 semaphore_ptr -> tx_semaphore_count++; in _tx_semaphore_ceiling_put()
Dtx_semaphore_get.c103 …_TRACE_SEMAPHORE_GET, semaphore_ptr, wait_option, semaphore_ptr -> tx_semaphore_count, TX_POINTER_… in _tx_semaphore_get()
109 if (semaphore_ptr -> tx_semaphore_count != ((ULONG) 0)) in _tx_semaphore_get()
113 semaphore_ptr -> tx_semaphore_count--; in _tx_semaphore_get()
Dtx_semaphore_put.c103 …INE_INSERT(TX_TRACE_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, semaphore_p… in _tx_semaphore_put()
116 semaphore_ptr -> tx_semaphore_count++; in _tx_semaphore_put()
Dtx_semaphore_info_get.c111 *current_value = semaphore_ptr -> tx_semaphore_count; in _tx_semaphore_info_get()
Dtx_semaphore_create.c89 semaphore_ptr -> tx_semaphore_count = initial_count; in _tx_semaphore_create()
/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_sem_getvalue.c94 * sval = TheSem ->tx_semaphore_count; in sem_getvalue()
/ThreadX-v6.2.1/ports/cortex_m7/ghs/inc/
Dtx_el.h372 …_INSERT_INFO2(TX_EL_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
373 …_INSERT_INFO2(TX_EL_SEMAPHORE_GET, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
378 …INFO3(TX_EL_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); T…
/ThreadX-v6.2.1/ports/cortex_r4/ghs/inc/
Dtx_el.h372 …_INSERT_INFO2(TX_EL_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
373 …_INSERT_INFO2(TX_EL_SEMAPHORE_GET, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
378 …INFO3(TX_EL_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); T…
/ThreadX-v6.2.1/ports/cortex_r7/ghs/inc/
Dtx_el.h372 …_INSERT_INFO2(TX_EL_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
373 …_INSERT_INFO2(TX_EL_SEMAPHORE_GET, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
378 …INFO3(TX_EL_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); T…
/ThreadX-v6.2.1/ports/cortex_a8/ghs/inc/
Dtx_el.h372 …_INSERT_INFO2(TX_EL_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
373 …_INSERT_INFO2(TX_EL_SEMAPHORE_GET, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
378 …INFO3(TX_EL_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); T…
/ThreadX-v6.2.1/ports_smp/mips32_interaptiv_smp/green/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.2.1/ports/cortex_r5/ghs/inc/
Dtx_el.h372 …_INSERT_INFO2(TX_EL_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
373 …_INSERT_INFO2(TX_EL_SEMAPHORE_GET, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
378 …INFO3(TX_EL_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); T…
/ThreadX-v6.2.1/ports/cortex_m4/ghs/inc/
Dtx_el.h372 …_INSERT_INFO2(TX_EL_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
373 …_INSERT_INFO2(TX_EL_SEMAPHORE_GET, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
378 …INFO3(TX_EL_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); T…
/ThreadX-v6.2.1/ports_smp/cortex_a5x_smp/green/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.2.1/ports/cortex_a5/ghs/inc/
Dtx_el.h372 …_INSERT_INFO2(TX_EL_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
373 …_INSERT_INFO2(TX_EL_SEMAPHORE_GET, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
378 …INFO3(TX_EL_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); T…
/ThreadX-v6.2.1/ports/cortex_m3/ghs/inc/
Dtx_el.h372 …_INSERT_INFO2(TX_EL_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
373 …_INSERT_INFO2(TX_EL_SEMAPHORE_GET, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
378 …INFO3(TX_EL_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); T…
/ThreadX-v6.2.1/ports/cortex_a7/ghs/inc/
Dtx_el.h372 …_INSERT_INFO2(TX_EL_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
373 …_INSERT_INFO2(TX_EL_SEMAPHORE_GET, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
378 …INFO3(TX_EL_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); T…
/ThreadX-v6.2.1/ports/cortex_a9/ghs/inc/
Dtx_el.h372 …_INSERT_INFO2(TX_EL_SEMAPHORE_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
373 …_INSERT_INFO2(TX_EL_SEMAPHORE_GET, semaphore_ptr, semaphore_ptr -> tx_semaphore_count); TX_EL_END_…
378 …INFO3(TX_EL_SEMAPHORE_CEILING_PUT, semaphore_ptr, semaphore_ptr -> tx_semaphore_count, ceiling); T…
/ThreadX-v6.2.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c928 if(xTaskToNotify->notification_sem.tx_semaphore_count == 0u) { in xTaskNotifyAndQuery()
1379 if(xSemaphore->sem.tx_semaphore_count >= xSemaphore->max_count) { in xSemaphoreGive()
1959 xQueue->read_sem.tx_semaphore_count = 0u; in xQueueReset()
1962 if(xQueue->write_sem.tx_semaphore_count != xQueue->queue_length) { in xQueueReset()
1964 xQueue->write_sem.tx_semaphore_count = xQueue->queue_length - 1u; in xQueueReset()
1999 if(xQueue->read_sem.tx_semaphore_count != 0u) { in xQueueOverwrite()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1059 ULONG tx_semaphore_count; member

12