| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | px_nanosleep.c | 84 ULONG timer_ticks; in nanosleep() local 88 …if ( (!req) || (req->tv_nsec > 999999999) || ((timer_ticks = (req->tv_sec * CPU_TICKS_PER_SECOND +… in nanosleep() 97 if(timer_ticks != ULONG_MAX) in nanosleep() 99 timer_ticks = timer_ticks + 1; in nanosleep() 103 tx_thread_sleep(timer_ticks); in nanosleep()
|
| /ThreadX-v6.3.0/common/src/ |
| D | tx_thread_sleep.c | 74 UINT _tx_thread_sleep(ULONG timer_ticks) in _tx_thread_sleep() argument 128 else if (timer_ticks == ((ULONG) 0)) in _tx_thread_sleep() 154 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_THREAD_SLEEP, TX_ULONG_TO_POINTER_CONVERT(timer_ticks), thread_pt… in _tx_thread_sleep() 167 _tx_thread_system_ni_suspend(thread_ptr, timer_ticks); in _tx_thread_sleep() 180 thread_ptr -> tx_thread_timer.tx_timer_internal_remaining_ticks = timer_ticks; in _tx_thread_sleep()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_thread_sleep.c | 74 UINT _tx_thread_sleep(ULONG timer_ticks) in _tx_thread_sleep() argument 128 else if (timer_ticks == ((ULONG) 0)) in _tx_thread_sleep() 154 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_THREAD_SLEEP, TX_ULONG_TO_POINTER_CONVERT(timer_ticks), thread_pt… in _tx_thread_sleep() 167 _tx_thread_system_ni_suspend(thread_ptr, timer_ticks); in _tx_thread_sleep() 180 thread_ptr -> tx_thread_timer.tx_timer_internal_remaining_ticks = timer_ticks; in _tx_thread_sleep()
|
| /ThreadX-v6.3.0/common_modules/module_lib/src/ |
| D | txm_thread_sleep.c | 67 UINT _tx_thread_sleep(ULONG timer_ticks) in _tx_thread_sleep() argument 73 …(UINT) (_txm_module_kernel_call_dispatcher)(TXM_THREAD_SLEEP_CALL, (ALIGN_TYPE) timer_ticks, 0, 0); in _tx_thread_sleep()
|
| /ThreadX-v6.3.0/ports/cortex_m3/ghs/inc/ |
| D | tx_el.h | 349 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports/cortex_r4/ghs/inc/ |
| D | tx_el.h | 349 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports/cortex_m7/ghs/inc/ |
| D | tx_el.h | 349 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports/cortex_m4/ghs/inc/ |
| D | tx_el.h | 349 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports/cortex_a8/ghs/inc/ |
| D | tx_el.h | 349 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports/cortex_a9/ghs/inc/ |
| D | tx_el.h | 349 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports/cortex_r5/ghs/inc/ |
| D | tx_el.h | 349 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports/cortex_r7/ghs/inc/ |
| D | tx_el.h | 349 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/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.3.0/ports_arch/ARMv7-M/threadx/ghs/inc/ |
| D | tx_el.h | 349 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/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.3.0/ports/cortex_a7/ghs/inc/ |
| D | tx_el.h | 349 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports/cortex_a5/ghs/inc/ |
| D | tx_el.h | 349 …D_EVENTS TX_EL_KERNEL_CALL_EVENT_INSERT_INFO1(TX_EL_THREAD_SLEEP, timer_ticks); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1797 UINT _tx_thread_sleep(ULONG timer_ticks);
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1770 UINT _tx_thread_sleep(ULONG timer_ticks);
|