Home
last modified time | relevance | path

Searched refs:tx_thread_suspending (Results 1 – 25 of 45) sorted by relevance

12

/ThreadX-v6.4.1/common/src/
Dtx_thread_terminate.c159 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_thread_terminate()
205 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_thread_terminate()
242 thread_ptr -> tx_thread_suspending = TX_FALSE; in _tx_thread_terminate()
Dtx_thread_sleep.c173 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_thread_sleep()
Dtx_thread_shell_entry.c166 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_thread_shell_entry()
Dtx_thread_system_resume.c157 if (thread_ptr -> tx_thread_suspending == TX_FALSE) in _tx_thread_system_resume()
428 thread_ptr -> tx_thread_suspending = TX_FALSE; in _tx_thread_system_resume()
558 if (thread_ptr -> tx_thread_suspending == TX_FALSE)
592 thread_ptr -> tx_thread_suspending = TX_FALSE;
Dtx_semaphore_get.c201 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_semaphore_get()
Dtx_thread_system_suspend.c163 if (thread_ptr -> tx_thread_suspending == TX_TRUE) in _tx_thread_system_suspend()
195 thread_ptr -> tx_thread_suspending = TX_FALSE; in _tx_thread_system_suspend()
662 if (thread_ptr -> tx_thread_suspending == TX_TRUE)
668 thread_ptr -> tx_thread_suspending = TX_FALSE;
Dtx_mutex_priority_change.c192 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_mutex_priority_change()
Dtx_thread_priority_change.c193 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_thread_priority_change()
Dtx_event_flags_get.c370 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_event_flags_get()
Dtx_block_allocate.c302 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_block_allocate()
Dtx_byte_allocate.c342 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_byte_allocate()
Dtx_mutex_get.c338 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_mutex_get()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_terminate.c159 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_thread_terminate()
205 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_thread_terminate()
242 thread_ptr -> tx_thread_suspending = TX_FALSE; in _tx_thread_terminate()
Dtx_thread_sleep.c173 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_thread_sleep()
Dtx_thread_shell_entry.c166 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_thread_shell_entry()
Dtx_thread_suspend.c142 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_thread_suspend()
Dtx_semaphore_get.c201 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_semaphore_get()
Dtx_event_flags_get.c370 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_event_flags_get()
Dtx_block_allocate.c302 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_block_allocate()
Dtx_byte_allocate.c342 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_byte_allocate()
Dtx_mutex_get.c338 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_mutex_get()
/ThreadX-v6.4.1/test/tx/regression/
Dtestcontrol.c574 init_test_thread.tx_thread_suspending = TX_TRUE; in tx_application_define()
596 init_test_thread.tx_thread_suspending = TX_FALSE; in tx_application_define()
613 init_test_thread.tx_thread_suspending = TX_FALSE; in tx_application_define()
629 init_test_thread.tx_thread_suspending = TX_TRUE; in tx_application_define()
644 init_test_thread.tx_thread_suspending = TX_FALSE; in tx_application_define()
658 init_test_thread.tx_thread_suspending = TX_TRUE; in tx_application_define()
678 init_test_thread.tx_thread_suspending = TX_FALSE; in tx_application_define()
1045 test_thread3.tx_thread_suspending = TX_TRUE; in tx_application_define()
1389 init_test_thread.tx_thread_suspending = TX_TRUE; in test_thread_entry()
1409 thread_ptr -> tx_thread_suspending = TX_FALSE; in test_exit_notify()
Dthreadx_thread_basic_execution_test.c375 test_thread.tx_thread_suspending = TX_TRUE; in thread_0_entry()
387 test_thread.tx_thread_suspending = TX_TRUE; in thread_0_entry()
397 test_thread.tx_thread_suspending = TX_TRUE; in thread_0_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dtestcontrol.c688 init_test_thread.tx_thread_suspending = TX_TRUE; in tx_application_define()
710 init_test_thread.tx_thread_suspending = TX_FALSE; in tx_application_define()
727 init_test_thread.tx_thread_suspending = TX_FALSE; in tx_application_define()
743 init_test_thread.tx_thread_suspending = TX_TRUE; in tx_application_define()
760 init_test_thread.tx_thread_suspending = TX_FALSE; in tx_application_define()
776 init_test_thread.tx_thread_suspending = TX_TRUE; in tx_application_define()
798 init_test_thread.tx_thread_suspending = TX_FALSE; in tx_application_define()
1171 test_thread3.tx_thread_suspending = TX_TRUE; in tx_application_define()
1587 init_test_thread.tx_thread_suspending = TX_TRUE; in test_thread_entry()
1608 thread_ptr -> tx_thread_suspending = TX_FALSE; in test_exit_notify()
Dthreadx_thread_basic_execution_test.c303 test_thread.tx_thread_suspending = TX_TRUE; in thread_0_entry()
315 test_thread.tx_thread_suspending = TX_TRUE; in thread_0_entry()
325 test_thread.tx_thread_suspending = TX_TRUE; in thread_0_entry()

12