Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_thread_sleep.c67 UINT _tx_thread_sleep(ULONG timer_ticks) in _tx_thread_sleep() function
/ThreadX-v6.3.0/common/src/
Dtx_thread_sleep.c74 UINT _tx_thread_sleep(ULONG timer_ticks) in _tx_thread_sleep() function
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_sleep.c74 UINT _tx_thread_sleep(ULONG timer_ticks) in _tx_thread_sleep() function
/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_stop.c248 _tx_thread_sleep(1); in _txm_module_manager_stop()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1277 #define tx_thread_sleep _tx_thread_sleep
1405 #define tx_thread_sleep _tx_thread_sleep
1522 #define tx_thread_sleep _tx_thread_sleep
1797 UINT _tx_thread_sleep(ULONG timer_ticks);
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1197 #define tx_thread_sleep _tx_thread_sleep
1320 #define tx_thread_sleep _tx_thread_sleep
1431 #define tx_thread_sleep _tx_thread_sleep
1770 UINT _tx_thread_sleep(ULONG timer_ticks);
/ThreadX-v6.3.0/test/tx/regression/
Dtestcontrol.c1117 status = _tx_thread_sleep(10); in tx_application_define()
/ThreadX-v6.3.0/test/smp/regression/
Dtestcontrol.c1243 status = _tx_thread_sleep(10); in tx_application_define()
/ThreadX-v6.3.0/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()