Searched refs:tx_thread_preemption_change (Results 1 – 25 of 75) sorted by relevance
123
| /ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/ |
| D | px_cond_broadcast.c | 122 tx_thread_preemption_change(thread,0,&old_threshold); in pthread_cond_broadcast() 132 tx_thread_preemption_change(thread,old_threshold,&dummy); in pthread_cond_broadcast() 145 tx_thread_preemption_change(thread,old_threshold,&dummy); in pthread_cond_broadcast()
|
| D | px_pth_once.c | 94 tx_thread_preemption_change( tx_thread_identify(), 0, &old_treshold); in pthread_once() 102 tx_thread_preemption_change( tx_thread_identify(),old_treshold, &temp); in pthread_once() 111 tx_thread_preemption_change( tx_thread_identify(),old_treshold, &temp); in pthread_once()
|
| D | px_cond_wait.c | 105 tx_thread_preemption_change(thread,0,&old_threshold); in pthread_cond_wait() 114 tx_thread_preemption_change(thread, old_threshold, &dummy); in pthread_cond_wait()
|
| D | px_cond_timedwait.c | 111 tx_thread_preemption_change(thread,0,&old_threshold); in pthread_cond_timedwait() 121 tx_thread_preemption_change(thread, old_threshold, &dummy); in pthread_cond_timedwait()
|
| /ThreadX-v6.2.1/ports/c667x/ccs/example_build/tx/Release/ |
| D | subdir_vars.mk | 96 ../tx_thread_preemption_change.c \ 282 ./tx_thread_preemption_change.d \ 471 ./tx_thread_preemption_change.obj \
|
| D | ccsObjs.opt | 1 …info_get.obj" "./tx_thread_performance_system_info_get.obj" "./tx_thread_preemption_change.obj" ".…
|
| /ThreadX-v6.2.1/ports/linux/gnu/example_build/ |
| D | file_list.mk | 154 tx_thread_preemption_change.c \
|
| /ThreadX-v6.2.1/ports_smp/linux/gnu/example_build/ |
| D | file_list.mk | 163 tx_thread_preemption_change.c \
|
| /ThreadX-v6.2.1/ports_smp/mips32_interaptiv_smp/green/example_build/ |
| D | tx.gpj | 114 tx_thread_preemption_change.c
|
| D | txe.gpj | 115 tx_thread_preemption_change.c
|
| /ThreadX-v6.2.1/ports/cortex_m3/ghs/example_build/ |
| D | tx.gpj | 110 ..\..\..\..\common\src\tx_thread_preemption_change.c
|
| /ThreadX-v6.2.1/common/ |
| D | CMakeLists.txt | 94 ${CMAKE_CURRENT_LIST_DIR}/src/tx_thread_preemption_change.c
|
| /ThreadX-v6.2.1/ports/cortex_m7/ghs/example_build/ |
| D | tx.gpj | 110 ..\..\..\..\common\src\tx_thread_preemption_change.c
|
| D | txe.gpj | 111 ..\..\..\..\common\src\tx_thread_preemption_change.c
|
| /ThreadX-v6.2.1/ports/cortex_r4/ghs/example_build/ |
| D | tx.gpj | 117 ..\..\..\..\common\src\tx_thread_preemption_change.c
|
| D | txe.gpj | 118 ..\..\..\..\common\src\tx_thread_preemption_change.c
|
| /ThreadX-v6.2.1/ports/cortex_r7/ghs/example_build/ |
| D | tx.gpj | 117 ..\..\..\..\common\src\tx_thread_preemption_change.c
|
| D | txe.gpj | 118 ..\..\..\..\common\src\tx_thread_preemption_change.c
|
| /ThreadX-v6.2.1/ports/cortex_a8/ghs/example_build/ |
| D | txe.gpj | 118 ..\..\..\..\common\src\tx_thread_preemption_change.c
|
| /ThreadX-v6.2.1/ports/cortex_a9/ghs/example_build/ |
| D | txe.gpj | 118 ..\..\..\..\common\src\tx_thread_preemption_change.c
|
| /ThreadX-v6.2.1/ports/cortex_r5/ghs/example_build/ |
| D | txe.gpj | 118 ..\..\..\..\common\src\tx_thread_preemption_change.c
|
| /ThreadX-v6.2.1/ports/cortex_m4/ghs/example_build/ |
| D | tx.gpj | 110 ..\..\..\..\common\src\tx_thread_preemption_change.c
|
| D | txe.gpj | 111 ..\..\..\..\common\src\tx_thread_preemption_change.c
|
| /ThreadX-v6.2.1/ports/cortex_a5/ghs/example_build/ |
| D | tx.gpj | 117 ..\..\..\..\common\src\tx_thread_preemption_change.c
|
| D | txe.gpj | 118 ..\..\..\..\common\src\tx_thread_preemption_change.c
|
123