Home
last modified time | relevance | path

Searched refs:tx_semaphore_info_get (Results 1 – 25 of 78) sorted by relevance

1234

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_semaphore_information_test.c112 status = tx_semaphore_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
125 status = tx_semaphore_info_get(&semaphore_2, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
199 status = tx_semaphore_info_get(&semaphore_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
200 …status += tx_semaphore_info_get(&semaphore_0, &name, &current_value, &first_suspended, &suspended… in thread_0_entry()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_semaphore_information_test.c112 status = tx_semaphore_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
125 status = tx_semaphore_info_get(&semaphore_2, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
199 status = tx_semaphore_info_get(&semaphore_0, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
200 …status += tx_semaphore_info_get(&semaphore_0, &name, &current_value, &first_suspended, &suspended… in thread_0_entry()
/ThreadX-v6.4.1/ports/c667x/ccs/example_build/tx/Release/
Dsubdir_vars.mk81 ../tx_semaphore_info_get.c \
267 ./tx_semaphore_info_get.d \
453 ./tx_semaphore_info_get.obj \
DccsObjs.opt1 …eate.obj" "./tx_semaphore_delete.obj" "./tx_semaphore_get.obj" "./tx_semaphore_info_get.obj" "./tx…
/ThreadX-v6.4.1/ports/linux/gnu/example_build/
Dfile_list.mk139 tx_semaphore_info_get.c \
/ThreadX-v6.4.1/ports_smp/linux/gnu/example_build/
Dfile_list.mk148 tx_semaphore_info_get.c \
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/example_build/
Dtx.gpj99 tx_semaphore_info_get.c
Dtxe.gpj100 tx_semaphore_info_get.c
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c1439 ret = tx_semaphore_info_get(&xSemaphore->sem, NULL, &count, NULL, NULL, NULL); in uxSemaphoreGetCount()
1879 ret = tx_semaphore_info_get(&xQueue->read_sem, NULL, &count, NULL, NULL, NULL); in uxQueueMessagesWaiting()
1902 ret = tx_semaphore_info_get(&xQueue->write_sem, NULL, &count, NULL, NULL, NULL); in uxQueueSpacesAvailable()
1918 ret = tx_semaphore_info_get(&xQueue->read_sem, NULL, &count, NULL, NULL, NULL); in xQueueIsQueueEmptyFromISR()
1938 ret = tx_semaphore_info_get(&xQueue->write_sem, NULL, &count, NULL, NULL, NULL); in xQueueIsQueueFullFromISR()
/ThreadX-v6.4.1/ports/cortex_m4/ghs/example_build/
Dtxe.gpj96 ..\..\..\..\common\src\tx_semaphore_info_get.c
Dtx.gpj95 ..\..\..\..\common\src\tx_semaphore_info_get.c
/ThreadX-v6.4.1/ports/cortex_a8/ghs/example_build/
Dtxe.gpj103 ..\..\..\..\common\src\tx_semaphore_info_get.c
Dtx.gpj102 ..\..\..\..\common\src\tx_semaphore_info_get.c
/ThreadX-v6.4.1/ports/cortex_m3/ghs/example_build/
Dtx.gpj95 ..\..\..\..\common\src\tx_semaphore_info_get.c
Dtxe.gpj96 ..\..\..\..\common\src\tx_semaphore_info_get.c
/ThreadX-v6.4.1/ports/cortex_r4/ghs/example_build/
Dtx.gpj102 ..\..\..\..\common\src\tx_semaphore_info_get.c
Dtxe.gpj103 ..\..\..\..\common\src\tx_semaphore_info_get.c
/ThreadX-v6.4.1/common/
DCMakeLists.txt80 ${CMAKE_CURRENT_LIST_DIR}/src/tx_semaphore_info_get.c
/ThreadX-v6.4.1/test/smp/cmake/threadx_smp/common_smp/
DCMakeLists.txt143 ${CURRENT_DIR}/src/tx_semaphore_info_get.c
/ThreadX-v6.4.1/ports/cortex_r5/ghs/example_build/
Dtx.gpj102 ..\..\..\..\common\src\tx_semaphore_info_get.c
Dtxe.gpj103 ..\..\..\..\common\src\tx_semaphore_info_get.c
/ThreadX-v6.4.1/ports/cortex_r7/ghs/example_build/
Dtx.gpj102 ..\..\..\..\common\src\tx_semaphore_info_get.c
Dtxe.gpj103 ..\..\..\..\common\src\tx_semaphore_info_get.c
/ThreadX-v6.4.1/ports/cortex_a5/ghs/example_build/
Dtx.gpj102 ..\..\..\..\common\src\tx_semaphore_info_get.c
Dtxe.gpj103 ..\..\..\..\common\src\tx_semaphore_info_get.c

1234