Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/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.3.0/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.3.0/test/smp/regression/
Dthreadx_thread_basic_execution_test.c304 test_thread.tx_thread_delayed_suspend = TX_TRUE; in thread_0_entry()
316 test_thread.tx_thread_delayed_suspend = TX_TRUE; in thread_0_entry()
327 test_thread.tx_thread_delayed_suspend = TX_TRUE; in thread_0_entry()
Dthreadx_thread_delayed_suspension_test.c140 if (thread_2.tx_thread_delayed_suspend != 1) in test_isr()
Dtestcontrol.c1173 test_thread3.tx_thread_delayed_suspend = TX_FALSE; in tx_application_define()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_basic_execution_test.c376 test_thread.tx_thread_delayed_suspend = TX_TRUE; in thread_0_entry()
388 test_thread.tx_thread_delayed_suspend = TX_TRUE; in thread_0_entry()
399 test_thread.tx_thread_delayed_suspend = TX_TRUE; in thread_0_entry()
Dthreadx_thread_delayed_suspension_test.c140 if (thread_2.tx_thread_delayed_suspend != 1) in test_isr()
Dtestcontrol.c1047 test_thread3.tx_thread_delayed_suspend = TX_FALSE; in tx_application_define()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h511 UINT tx_thread_delayed_suspend; /* Delayed suspend flag */ member
/ThreadX-v6.3.0/common/inc/
Dtx_api.h495 UINT tx_thread_delayed_suspend; /* Delayed suspend flag */ member