| /ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/ |
| D | px_cond_init.c | 84 status = tx_semaphore_create(semaphore_ptr,"csem",0); in pthread_cond_init()
|
| D | px_sem_init.c | 82 if(tx_semaphore_create(&(sem->sem),"",value)) result = EINVAL; in sem_init()
|
| D | px_sem_open.c | 188 retval = tx_semaphore_create(TheSem, ( CHAR * ) posix_sem->sem_name , value); in sem_open()
|
| /ThreadX-v6.2.1/ports/cortex_m4/keil/example_build/ |
| D | demo_threadx.c | 115 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
|
| /ThreadX-v6.2.1/ports/cortex_m3/keil/example_build/ |
| D | sample_threadx.c | 115 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
|
| /ThreadX-v6.2.1/utility/benchmarks/thread_metric/threadx_example/ |
| D | tm_porting_layer_threadx.c | 278 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/ |
| D | subdir_vars.mk | 78 ../tx_semaphore_create.c \ 264 ./tx_semaphore_create.d \ 450 ./tx_semaphore_create.obj \
|
| /ThreadX-v6.2.1/utility/rtos_compatibility_layers/FreeRTOS/ |
| D | tx_freertos.c | 203 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/ |
| D | sample_threadx.c | 152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
|
| /ThreadX-v6.2.1/ports/arm11/gnu/example_build/ |
| D | sample_threadx.c | 152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
|
| /ThreadX-v6.2.1/ports/cortex_a7/ac5/example_build/ |
| D | sample_threadx.c | 152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
|
| /ThreadX-v6.2.1/ports/cortex_a12/gnu/example_build/ |
| D | sample_threadx.c | 152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
|
| /ThreadX-v6.2.1/ports/cortex_a7/ac6/example_build/sample_threadx/ |
| D | sample_threadx.c | 152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
|
| /ThreadX-v6.2.1/ports/cortex_a7/ac6/example_build/ |
| D | sample_threadx.c | 152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
|
| /ThreadX-v6.2.1/ports/cortex_a7/ghs/example_build/ |
| D | sample_threadx.c | 152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
|
| /ThreadX-v6.2.1/ports/cortex_m4/ac6/example_build/sample_threadx/ |
| D | sample_threadx.c | 153 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
|
| /ThreadX-v6.2.1/ports/cortex_a12/ac6/example_build/sample_threadx/ |
| D | sample_threadx.c | 152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
|
| /ThreadX-v6.2.1/ports/cortex_a17/ac6/example_build/ |
| D | sample_threadx.c | 152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
|
| /ThreadX-v6.2.1/ports/cortex_a17/gnu/example_build/ |
| D | sample_threadx.c | 152 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
|
| /ThreadX-v6.2.1/ports/cortex_a5/ac5/example_build/ |
| D | sample_threadx.c | 152 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/ |
| D | sample_threadx.c | 159 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
|
| /ThreadX-v6.2.1/ports/cortex_a8/ac5/example_build/ |
| D | sample_threadx.c | 152 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/ |
| D | sample_threadx.c | 159 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
|
| /ThreadX-v6.2.1/ports/cortex_m7/ghs/example_build/ |
| D | sample_threadx.c | 152 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/ |
| D | sample_threadx.c | 157 tx_semaphore_create(&semaphore_0, "semaphore 0", 1); in tx_application_define()
|