Home
last modified time | relevance | path

Searched refs:tx_semaphore_get (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_sem_wait.c102 if(tx_semaphore_get(TheSem,TX_WAIT_FOREVER)) in sem_wait()
Dpx_sem_trywait.c100 retval = tx_semaphore_get(TheSem,TX_NO_WAIT); in sem_trywait()
Dpx_cond_wait.c111 status = tx_semaphore_get(semaphore_ptr, TX_WAIT_FOREVER); in pthread_cond_wait()
Dpx_cond_timedwait.c118 status = tx_semaphore_get(semaphore_ptr, wait_option); in pthread_cond_timedwait()
/ThreadX-v6.2.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c115 ret = tx_semaphore_get(&txfr_idle_sem, TX_WAIT_FOREVER); in txfr_idle_task_entry()
791 ret = tx_semaphore_get(&p_task->notification_sem, 0u); in ulTaskNotifyTake()
810 ret = tx_semaphore_get(&p_task->notification_sem, timeout); in ulTaskNotifyTake()
848 ret = tx_semaphore_get(&p_task->notification_sem, 0u); in xTaskNotifyWait()
865 ret = tx_semaphore_get(&p_task->notification_sem, timeout); in xTaskNotifyWait()
1031 ret = tx_semaphore_get(&p_task->notification_sem, 0u); in xTaskNotifyStateClear()
1302 ret = tx_semaphore_get(&xSemaphore->sem, timeout); in xSemaphoreTake()
1321 ret = tx_semaphore_get(&xSemaphore->sem, 0u); in xSemaphoreTakeFromISR()
1350 ret = tx_semaphore_get(&xMutex->sem, timeout); in xSemaphoreTakeRecursive()
1606 ret = tx_semaphore_get(&xQueue->write_sem, timeout); in xQueueSend()
[all …]
/ThreadX-v6.2.1/ports/cortex_m4/keil/example_build/
Ddemo_threadx.c221 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_m3/keil/example_build/
Dsample_threadx.c221 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
/ThreadX-v6.2.1/utility/benchmarks/thread_metric/threadx_example/
Dtm_porting_layer_threadx.c297 status = tx_semaphore_get(&tm_semaphore_array[semaphore_id], TX_NO_WAIT); in tm_semaphore_get()
/ThreadX-v6.2.1/ports/c667x/ccs/example_build/tx/Release/
Dsubdir_vars.mk80 ../tx_semaphore_get.c \
266 ./tx_semaphore_get.d \
452 ./tx_semaphore_get.obj \
/ThreadX-v6.2.1/ports/arm11/ac5/example_build/
Dsample_threadx.c274 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/arm11/gnu/example_build/
Dsample_threadx.c274 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_a7/ac5/example_build/
Dsample_threadx.c274 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_a12/gnu/example_build/
Dsample_threadx.c274 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_a7/ac6/example_build/sample_threadx/
Dsample_threadx.c274 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_a7/ac6/example_build/
Dsample_threadx.c274 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_a7/ghs/example_build/
Dsample_threadx.c274 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_m4/ac6/example_build/sample_threadx/
Dsample_threadx.c275 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_a12/ac6/example_build/sample_threadx/
Dsample_threadx.c274 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_a17/ac6/example_build/
Dsample_threadx.c274 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_a17/gnu/example_build/
Dsample_threadx.c274 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_a5/ac5/example_build/
Dsample_threadx.c274 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_a35/gnu/example_build/sample_threadx/
Dsample_threadx.c282 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_a8/ac5/example_build/
Dsample_threadx.c274 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_a35/ac6/example_build/sample_threadx/
Dsample_threadx.c282 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_m7/ghs/example_build/
Dsample_threadx.c274 status = tx_semaphore_get(&semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()

12345678910>>...12