Searched refs:dummy (Results 1 – 5 of 5) sorted by relevance
/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/ |
D | px_cond_broadcast.c | 96 UINT old_threshold,dummy; in pthread_cond_broadcast() local 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_cond_wait.c | 98 UINT old_threshold,dummy; in pthread_cond_wait() local 114 tx_thread_preemption_change(thread, old_threshold, &dummy); in pthread_cond_wait()
|
D | px_cond_timedwait.c | 104 UINT old_threshold,dummy; in pthread_cond_timedwait() local 121 tx_thread_preemption_change(thread, old_threshold, &dummy); in pthread_cond_timedwait()
|
/ThreadX-v6.2.1/ports/cortex_m55/ac6/example_build/demo_threadx_non-secure_zone/RTE/Device/SSE-300-MPS3/ |
D | fvp_sse300_mps3_s.sct | 41 * This dummy region ensures that the next one will be aligned on a 32 bytes
|
/ThreadX-v6.2.1/ports/cortex_m55/ac6/example_build/demo_secure_zone/RTE/Device/SSE-300-MPS3/ |
D | fvp_sse300_mps3_s.sct | 41 * This dummy region ensures that the next one will be aligned on a 32 bytes
|