Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_thread_sleep.c66 UINT _tx_thread_sleep(ULONG timer_ticks) in _tx_thread_sleep() function
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_sleep.c73 UINT _tx_thread_sleep(ULONG timer_ticks) in _tx_thread_sleep() function
/ThreadX-v6.4.1/common/src/
Dtx_thread_sleep.c73 UINT _tx_thread_sleep(ULONG timer_ticks) in _tx_thread_sleep() function
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_stop.c247 _tx_thread_sleep(1); in _txm_module_manager_stop()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1282 #define tx_thread_sleep _tx_thread_sleep
1410 #define tx_thread_sleep _tx_thread_sleep
1527 #define tx_thread_sleep _tx_thread_sleep
1802 UINT _tx_thread_sleep(ULONG timer_ticks);
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1202 #define tx_thread_sleep _tx_thread_sleep
1325 #define tx_thread_sleep _tx_thread_sleep
1436 #define tx_thread_sleep _tx_thread_sleep
1775 UINT _tx_thread_sleep(ULONG timer_ticks);
/ThreadX-v6.4.1/test/tx/regression/
Dtestcontrol.c1117 status = _tx_thread_sleep(10); in tx_application_define()
/ThreadX-v6.4.1/test/smp/regression/
Dtestcontrol.c1243 status = _tx_thread_sleep(10); in tx_application_define()
/ThreadX-v6.4.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h2502 return_value = (ALIGN_TYPE) _tx_thread_sleep( in _txm_module_manager_tx_thread_sleep_dispatch()