Home
last modified time | relevance | path

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

12345678910>>...12

/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_cond_init.c84 status = tx_semaphore_create(semaphore_ptr,"csem",0); in pthread_cond_init()
Dpx_sem_init.c82 if(tx_semaphore_create(&(sem->sem),"",value)) result = EINVAL; in sem_init()
Dpx_sem_open.c188 retval = tx_semaphore_create(TheSem, ( CHAR * ) posix_sem->sem_name , value); in sem_open()
/ThreadX-v6.2.1/ports/cortex_m4/keil/example_build/
Ddemo_threadx.c115 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_m3/keil/example_build/
Dsample_threadx.c115 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
/ThreadX-v6.2.1/utility/benchmarks/thread_metric/threadx_example/
Dtm_porting_layer_threadx.c278 status = tx_semaphore_create(&tm_semaphore_array[semaphore_id], "Thread-Metric test", 1); in tm_semaphore_create()
/ThreadX-v6.2.1/ports/c667x/ccs/example_build/tx/Release/
Dsubdir_vars.mk78 ../tx_semaphore_create.c \
264 ./tx_semaphore_create.d \
450 ./tx_semaphore_create.obj \
/ThreadX-v6.2.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c203 ret = tx_semaphore_create(&txfr_idle_sem, "txfr_idle_semaphore", 0u); in tx_freertos_init()
356 ret = tx_semaphore_create(&pxTaskBuffer->notification_sem, "", 0u); in xTaskCreateStatic()
436 ret = tx_semaphore_create(&p_task->notification_sem, "", 0u); in xTaskCreate()
1097 ret = tx_semaphore_create(&p_sem->sem, "", uxInitialCount); in xSemaphoreCreateCounting()
1127 ret = tx_semaphore_create(&pxSemaphoreBuffer->sem, "", uxInitialCount); in xSemaphoreCreateCountingStatic()
1499 ret = tx_semaphore_create(&pxQueueBuffer->read_sem, "", 0u); in xQueueCreateStatic()
1504 ret = tx_semaphore_create(&pxQueueBuffer->write_sem, "", uxQueueLength); in xQueueCreateStatic()
1553 ret = tx_semaphore_create(&p_queue->read_sem, "", 0u); in xQueueCreate()
1558 ret = tx_semaphore_create(&p_queue->write_sem, "", uxQueueLength); in xQueueCreate()
/ThreadX-v6.2.1/ports/arm11/ac5/example_build/
Dsample_threadx.c152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
/ThreadX-v6.2.1/ports/arm11/gnu/example_build/
Dsample_threadx.c152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_a7/ac5/example_build/
Dsample_threadx.c152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_a12/gnu/example_build/
Dsample_threadx.c152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_a7/ac6/example_build/sample_threadx/
Dsample_threadx.c152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_a7/ac6/example_build/
Dsample_threadx.c152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_a7/ghs/example_build/
Dsample_threadx.c152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_m4/ac6/example_build/sample_threadx/
Dsample_threadx.c153 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_a12/ac6/example_build/sample_threadx/
Dsample_threadx.c152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_a17/ac6/example_build/
Dsample_threadx.c152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_a17/gnu/example_build/
Dsample_threadx.c152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_a5/ac5/example_build/
Dsample_threadx.c152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
/ThreadX-v6.2.1/ports_module/cortex_a35/gnu/example_build/sample_threadx/
Dsample_threadx.c159 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_a8/ac5/example_build/
Dsample_threadx.c152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
/ThreadX-v6.2.1/ports_module/cortex_a35/ac6/example_build/sample_threadx/
Dsample_threadx.c159 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_m7/ghs/example_build/
Dsample_threadx.c152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
/ThreadX-v6.2.1/ports_module/cortex_r4/ac6/example_build/sample_threadx/
Dsample_threadx.c157 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()

12345678910>>...12