Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_resume.c155 else if (thread_ptr -> tx_thread_delayed_suspend != TX_FALSE) in _tx_thread_resume()
159 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE; in _tx_thread_resume()
Dtx_thread_suspend.c193 thread_ptr -> tx_thread_delayed_suspend = TX_TRUE; in _tx_thread_suspend()
Dtx_thread_system_resume.c282 if (thread_ptr -> tx_thread_delayed_suspend == TX_FALSE) in _tx_thread_system_resume()
301 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE; in _tx_thread_system_resume()
324 if (thread_ptr -> tx_thread_delayed_suspend == TX_TRUE) in _tx_thread_system_resume()
328 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE; in _tx_thread_system_resume()
/ThreadX-v6.4.1/common/src/
Dtx_thread_system_resume.c166 if (thread_ptr -> tx_thread_delayed_suspend == TX_FALSE) in _tx_thread_system_resume()
403 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE; in _tx_thread_system_resume()
424 if (thread_ptr -> tx_thread_delayed_suspend == TX_FALSE) in _tx_thread_system_resume()
443 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE; in _tx_thread_system_resume()
689 if (thread_ptr -> tx_thread_delayed_suspend == TX_FALSE)
920 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE;
Dtx_thread_resume.c524 else if (thread_ptr -> tx_thread_delayed_suspend == TX_TRUE) in _tx_thread_resume()
528 thread_ptr -> tx_thread_delayed_suspend = TX_FALSE; in _tx_thread_resume()
Dtx_thread_suspend.c197 thread_ptr -> tx_thread_delayed_suspend = TX_TRUE; in _tx_thread_suspend()
835 thread_ptr -> tx_thread_delayed_suspend = TX_TRUE; in _tx_thread_suspend()
/ThreadX-v6.4.1/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.4.1/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.4.1/common_smp/inc/
Dtx_api.h516 UINT tx_thread_delayed_suspend; /* Delayed suspend flag */ member
/ThreadX-v6.4.1/common/inc/
Dtx_api.h500 UINT tx_thread_delayed_suspend; /* Delayed suspend flag */ member