Home
last modified time | relevance | path

Searched refs:_tx_thread_sleep (Results 1 – 7 of 7) sorted by relevance

/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_thread_sleep.c67 UINT _tx_thread_sleep(ULONG timer_ticks) in _tx_thread_sleep() function
/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_sleep.c74 UINT _tx_thread_sleep(ULONG timer_ticks) in _tx_thread_sleep() function
/ThreadX-v6.2.1/common/src/
Dtx_thread_sleep.c74 UINT _tx_thread_sleep(ULONG timer_ticks) in _tx_thread_sleep() function
/ThreadX-v6.2.1/common_modules/module_manager/src/
Dtxm_module_manager_stop.c248 _tx_thread_sleep(1); in _txm_module_manager_stop()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1263 #define tx_thread_sleep _tx_thread_sleep
1391 #define tx_thread_sleep _tx_thread_sleep
1508 #define tx_thread_sleep _tx_thread_sleep
1783 UINT _tx_thread_sleep(ULONG timer_ticks);
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1183 #define tx_thread_sleep _tx_thread_sleep
1306 #define tx_thread_sleep _tx_thread_sleep
1417 #define tx_thread_sleep _tx_thread_sleep
1756 UINT _tx_thread_sleep(ULONG timer_ticks);
/ThreadX-v6.2.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h2503 return_value = (ALIGN_TYPE) _tx_thread_sleep( in _txm_module_manager_tx_thread_sleep_dispatch()