Searched refs:tx_semaphore_info_get (Results 1 – 25 of 78) sorted by relevance
1234
/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_semaphore_information_test.c | 112 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, ¤t_value, &first_suspended, &suspended… in thread_0_entry()
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_semaphore_information_test.c | 112 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, ¤t_value, &first_suspended, &suspended… in thread_0_entry()
|
/ThreadX-v6.4.1/ports/c667x/ccs/example_build/tx/Release/ |
D | subdir_vars.mk | 81 ../tx_semaphore_info_get.c \ 267 ./tx_semaphore_info_get.d \ 453 ./tx_semaphore_info_get.obj \
|
D | ccsObjs.opt | 1 …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/ |
D | file_list.mk | 139 tx_semaphore_info_get.c \
|
/ThreadX-v6.4.1/ports_smp/linux/gnu/example_build/ |
D | file_list.mk | 148 tx_semaphore_info_get.c \
|
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/example_build/ |
D | tx.gpj | 99 tx_semaphore_info_get.c
|
D | txe.gpj | 100 tx_semaphore_info_get.c
|
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/ |
D | tx_freertos.c | 1439 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/ |
D | txe.gpj | 96 ..\..\..\..\common\src\tx_semaphore_info_get.c
|
D | tx.gpj | 95 ..\..\..\..\common\src\tx_semaphore_info_get.c
|
/ThreadX-v6.4.1/ports/cortex_a8/ghs/example_build/ |
D | txe.gpj | 103 ..\..\..\..\common\src\tx_semaphore_info_get.c
|
D | tx.gpj | 102 ..\..\..\..\common\src\tx_semaphore_info_get.c
|
/ThreadX-v6.4.1/ports/cortex_m3/ghs/example_build/ |
D | tx.gpj | 95 ..\..\..\..\common\src\tx_semaphore_info_get.c
|
D | txe.gpj | 96 ..\..\..\..\common\src\tx_semaphore_info_get.c
|
/ThreadX-v6.4.1/ports/cortex_r4/ghs/example_build/ |
D | tx.gpj | 102 ..\..\..\..\common\src\tx_semaphore_info_get.c
|
D | txe.gpj | 103 ..\..\..\..\common\src\tx_semaphore_info_get.c
|
/ThreadX-v6.4.1/common/ |
D | CMakeLists.txt | 80 ${CMAKE_CURRENT_LIST_DIR}/src/tx_semaphore_info_get.c
|
/ThreadX-v6.4.1/test/smp/cmake/threadx_smp/common_smp/ |
D | CMakeLists.txt | 143 ${CURRENT_DIR}/src/tx_semaphore_info_get.c
|
/ThreadX-v6.4.1/ports/cortex_r5/ghs/example_build/ |
D | tx.gpj | 102 ..\..\..\..\common\src\tx_semaphore_info_get.c
|
D | txe.gpj | 103 ..\..\..\..\common\src\tx_semaphore_info_get.c
|
/ThreadX-v6.4.1/ports/cortex_r7/ghs/example_build/ |
D | tx.gpj | 102 ..\..\..\..\common\src\tx_semaphore_info_get.c
|
D | txe.gpj | 103 ..\..\..\..\common\src\tx_semaphore_info_get.c
|
/ThreadX-v6.4.1/ports/cortex_a5/ghs/example_build/ |
D | tx.gpj | 102 ..\..\..\..\common\src\tx_semaphore_info_get.c
|
D | txe.gpj | 103 ..\..\..\..\common\src\tx_semaphore_info_get.c
|
1234