Home
last modified time | relevance | path

Searched refs:tx_semaphore_put (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_sem_post.c88 temp1 = tx_semaphore_put(TheSem); in sem_post()
Dpx_cond_signal.c104 status = tx_semaphore_put(semaphore_ptr); in pthread_cond_signal()
Dpx_cond_broadcast.c127 status = tx_semaphore_put(semaphore_ptr); in pthread_cond_broadcast()
/ThreadX-v6.2.1/ports/cortex_m4/keil/example_build/
Ddemo_threadx.c231 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_m3/keil/example_build/
Dsample_threadx.c231 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/utility/benchmarks/thread_metric/threadx_example/
Dtm_porting_layer_threadx.c316 status = tx_semaphore_put(&tm_semaphore_array[semaphore_id]); in tm_semaphore_put()
/ThreadX-v6.2.1/ports/c667x/ccs/example_build/tx/Release/
Dsubdir_vars.mk86 ../tx_semaphore_put.c \
272 ./tx_semaphore_put.d \
458 ./tx_semaphore_put.obj \
/ThreadX-v6.2.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c506 ret = tx_semaphore_put(&txfr_idle_sem); in vTaskDelete()
931 ret = tx_semaphore_put(&xTaskToNotify->notification_sem); in xTaskNotifyAndQuery()
1386 ret = tx_semaphore_put(&xSemaphore->sem); in xSemaphoreGive()
1622 ret = tx_semaphore_put(&xQueue->read_sem); in xQueueSend()
1714 ret = tx_semaphore_put(&xQueue->read_sem); in xQueueSendToFront()
1788 ret = tx_semaphore_put(&xQueue->write_sem); in xQueueReceive()
1841 ret = tx_semaphore_put(&xQueue->read_sem); in xQueuePeek()
1972 ret = tx_semaphore_put(&xQueue->write_sem); in xQueueReset()
2023 ret = tx_semaphore_put(&xQueue->read_sem); in xQueueOverwrite()
/ThreadX-v6.2.1/ports/arm11/ac5/example_build/
Dsample_threadx.c284 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/arm11/gnu/example_build/
Dsample_threadx.c284 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_a7/ac5/example_build/
Dsample_threadx.c284 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_a12/gnu/example_build/
Dsample_threadx.c284 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_a7/ac6/example_build/sample_threadx/
Dsample_threadx.c284 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_a7/ac6/example_build/
Dsample_threadx.c284 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_a7/ghs/example_build/
Dsample_threadx.c284 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_m4/ac6/example_build/sample_threadx/
Dsample_threadx.c285 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_a12/ac6/example_build/sample_threadx/
Dsample_threadx.c284 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_a17/ac6/example_build/
Dsample_threadx.c284 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_a17/gnu/example_build/
Dsample_threadx.c284 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_a5/ac5/example_build/
Dsample_threadx.c284 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_a35/gnu/example_build/sample_threadx/
Dsample_threadx.c292 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_a8/ac5/example_build/
Dsample_threadx.c284 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_a35/ac6/example_build/sample_threadx/
Dsample_threadx.c292 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports/cortex_m7/ghs/example_build/
Dsample_threadx.c284 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_r4/ac6/example_build/sample_threadx/
Dsample_threadx.c289 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()

12345678910>>...12