Home
last modified time | relevance | path

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

12345678910>>...13

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_semaphore_non_preemption_test.c152 status = tx_semaphore_put(&semaphore_0); in thread_0_entry()
178 status = tx_semaphore_put(&semaphore_0); in thread_0_entry()
207 status = tx_semaphore_put(&semaphore_0); in thread_0_entry()
208 status += tx_semaphore_put(&semaphore_0); in thread_0_entry()
Dthreadx_semaphore_basic_test.c353 status = tx_semaphore_put(TX_NULL); in thread_0_entry()
366 status = tx_semaphore_put(&semaphore_2); in thread_0_entry()
440 status = tx_semaphore_put(&semaphore_1); in thread_0_entry()
Dthreadx_semaphore_preemption_test.c144 status = tx_semaphore_put(&semaphore_0); in thread_0_entry()
Dthreadx_thread_wait_abort_and_isr_test.c81 status = tx_semaphore_put(&semaphore_0); in isr_entry()
Dthreadx_thread_delayed_suspension_test.c240 tx_semaphore_put(&semaphore_0); in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_semaphore_non_preemption_test.c152 status = tx_semaphore_put(&semaphore_0); in thread_0_entry()
178 status = tx_semaphore_put(&semaphore_0); in thread_0_entry()
207 status = tx_semaphore_put(&semaphore_0); in thread_0_entry()
208 status += tx_semaphore_put(&semaphore_0); in thread_0_entry()
Dthreadx_semaphore_basic_test.c353 status = tx_semaphore_put(TX_NULL); in thread_0_entry()
366 status = tx_semaphore_put(&semaphore_2); in thread_0_entry()
440 status = tx_semaphore_put(&semaphore_1); in thread_0_entry()
Dthreadx_semaphore_preemption_test.c144 status = tx_semaphore_put(&semaphore_0); in thread_0_entry()
Dthreadx_thread_wait_abort_and_isr_test.c82 status = tx_semaphore_put(&semaphore_0); in isr_entry()
Dthreadx_thread_delayed_suspension_test.c240 tx_semaphore_put(&semaphore_0); in thread_0_entry()
/ThreadX-v6.3.0/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.3.0/ports/cortex_m3/keil/example_build/
Dsample_threadx.c231 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.3.0/ports/cortex_m4/keil/example_build/
Ddemo_threadx.c231 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.3.0/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.3.0/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.3.0/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.3.0/ports_module/cortex_m7/ac5/example_build/
Dsample_threadx.c284 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.3.0/ports_module/cortex_m7/ac6/example_build/sample_threadx/
Dsample_threadx.c285 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.3.0/ports_module/cortex_m7/iar/example_build/
Dsample_threadx.c296 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.3.0/ports_module/cortex_r4/ac6/example_build/sample_threadx/
Dsample_threadx.c289 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.3.0/ports/cortex_a9/gnu/example_build/
Dsample_threadx.c284 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.3.0/ports/cortex_a9/iar/example_build/
Dsample_threadx.c287 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.3.0/ports/cortex_m0/ac5/example_build/
Dsample_threadx.c284 status = tx_semaphore_put(&semaphore_0); in thread_3_and_4_entry()

12345678910>>...13