/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
D | px_nanosleep.c | 83 ULONG timer_ticks; in nanosleep() local 87 …if ( (!req) || (req->tv_nsec > 999999999) || ((timer_ticks = (req->tv_sec * CPU_TICKS_PER_SECOND +… in nanosleep() 96 if(timer_ticks != ULONG_MAX) in nanosleep() 98 timer_ticks = timer_ticks + 1; in nanosleep() 102 tx_thread_sleep(timer_ticks); in nanosleep()
|
/ThreadX-v6.4.1/common_smp/src/ |
D | tx_thread_sleep.c | 73 UINT _tx_thread_sleep(ULONG timer_ticks) in _tx_thread_sleep() argument 127 else if (timer_ticks == ((ULONG) 0)) in _tx_thread_sleep() 153 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_THREAD_SLEEP, TX_ULONG_TO_POINTER_CONVERT(timer_ticks), thread_pt… in _tx_thread_sleep() 166 _tx_thread_system_ni_suspend(thread_ptr, timer_ticks); in _tx_thread_sleep() 179 thread_ptr -> tx_thread_timer.tx_timer_internal_remaining_ticks = timer_ticks; in _tx_thread_sleep()
|
/ThreadX-v6.4.1/common/src/ |
D | tx_thread_sleep.c | 73 UINT _tx_thread_sleep(ULONG timer_ticks) in _tx_thread_sleep() argument 127 else if (timer_ticks == ((ULONG) 0)) in _tx_thread_sleep() 153 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_THREAD_SLEEP, TX_ULONG_TO_POINTER_CONVERT(timer_ticks), thread_pt… in _tx_thread_sleep() 166 _tx_thread_system_ni_suspend(thread_ptr, timer_ticks); in _tx_thread_sleep() 179 thread_ptr -> tx_thread_timer.tx_timer_internal_remaining_ticks = timer_ticks; in _tx_thread_sleep()
|
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_thread_sleep.c | 66 UINT _tx_thread_sleep(ULONG timer_ticks) in _tx_thread_sleep() argument 72 …(UINT) (_txm_module_kernel_call_dispatcher)(TXM_THREAD_SLEEP_CALL, (ALIGN_TYPE) timer_ticks, 0, 0); in _tx_thread_sleep()
|
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/inc/ |
D | tx_el.h | 347 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
/ThreadX-v6.4.1/ports/cortex_m4/ghs/inc/ |
D | tx_el.h | 348 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
/ThreadX-v6.4.1/ports/cortex_m3/ghs/inc/ |
D | tx_el.h | 348 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
/ThreadX-v6.4.1/ports/cortex_r5/ghs/inc/ |
D | tx_el.h | 348 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
/ThreadX-v6.4.1/ports/cortex_a7/ghs/inc/ |
D | tx_el.h | 348 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
/ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/inc/ |
D | tx_el.h | 347 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
/ThreadX-v6.4.1/ports/cortex_r4/ghs/inc/ |
D | tx_el.h | 348 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
/ThreadX-v6.4.1/ports/cortex_r7/ghs/inc/ |
D | tx_el.h | 348 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/inc/ |
D | tx_el.h | 348 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
/ThreadX-v6.4.1/ports/cortex_a8/ghs/inc/ |
D | tx_el.h | 348 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
/ThreadX-v6.4.1/ports/cortex_a5/ghs/inc/ |
D | tx_el.h | 348 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
/ThreadX-v6.4.1/ports/cortex_a9/ghs/inc/ |
D | tx_el.h | 348 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
/ThreadX-v6.4.1/ports/cortex_m7/ghs/inc/ |
D | tx_el.h | 348 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 1802 UINT _tx_thread_sleep(ULONG timer_ticks);
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1775 UINT _tx_thread_sleep(ULONG timer_ticks);
|