Home
last modified time | relevance | path

Searched refs:tx_thread_delayed_suspend (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_resume.c156 else if (thread_ptr -> tx_thread_delayed_suspend != TX_FALSE) in _tx_thread_resume()
160 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE; in _tx_thread_resume()
Dtx_thread_suspend.c194 thread_ptr -> tx_thread_delayed_suspend = TX_TRUE; in _tx_thread_suspend()
Dtx_thread_system_resume.c283 if (thread_ptr -> tx_thread_delayed_suspend == TX_FALSE) in _tx_thread_system_resume()
302 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE; in _tx_thread_system_resume()
325 if (thread_ptr -> tx_thread_delayed_suspend == TX_TRUE) in _tx_thread_system_resume()
329 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE; in _tx_thread_system_resume()
/ThreadX-v6.2.1/common/src/
Dtx_thread_system_resume.c167 if (thread_ptr -> tx_thread_delayed_suspend == TX_FALSE) in _tx_thread_system_resume()
404 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE; in _tx_thread_system_resume()
425 if (thread_ptr -> tx_thread_delayed_suspend == TX_FALSE) in _tx_thread_system_resume()
444 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE; in _tx_thread_system_resume()
690 if (thread_ptr -> tx_thread_delayed_suspend == TX_FALSE)
921 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE;
Dtx_thread_resume.c525 else if (thread_ptr -> tx_thread_delayed_suspend == TX_TRUE) in _tx_thread_resume()
529 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE; in _tx_thread_resume()
Dtx_thread_suspend.c198 thread_ptr -> tx_thread_delayed_suspend = TX_TRUE; in _tx_thread_suspend()
836 thread_ptr -> tx_thread_delayed_suspend = TX_TRUE; in _tx_thread_suspend()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h503 UINT tx_thread_delayed_suspend; /* Delayed suspend flag */ member
/ThreadX-v6.2.1/common/inc/
Dtx_api.h487 UINT tx_thread_delayed_suspend; /* Delayed suspend flag */ member