Home
last modified time | relevance | path

Searched refs:timer_ticks (Results 1 – 19 of 19) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_nanosleep.c83 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/
Dtx_thread_sleep.c73 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/
Dtx_thread_sleep.c73 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/
Dtxm_thread_sleep.c66 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/
Dtx_el.h347 …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/
Dtx_el.h348 …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/
Dtx_el.h348 …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/
Dtx_el.h348 …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/
Dtx_el.h348 …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/
Dtx_el.h347 …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/
Dtx_el.h348 …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/
Dtx_el.h348 …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/
Dtx_el.h348 …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/
Dtx_el.h348 …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/
Dtx_el.h348 …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/
Dtx_el.h348 …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/
Dtx_el.h348 …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/
Dtx_api.h1802 UINT _tx_thread_sleep(ULONG timer_ticks);
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1775 UINT _tx_thread_sleep(ULONG timer_ticks);