Home
last modified time | relevance | path

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

12

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_terminate.c160 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_thread_terminate()
206 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_thread_terminate()
243 thread_ptr -> tx_thread_suspending = TX_FALSE; in _tx_thread_terminate()
Dtx_thread_sleep.c174 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_thread_sleep()
Dtx_thread_shell_entry.c167 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_thread_shell_entry()
Dtx_thread_suspend.c143 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_thread_suspend()
Dtx_semaphore_get.c202 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_semaphore_get()
Dtx_event_flags_get.c371 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_event_flags_get()
Dtx_mutex_get.c339 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_mutex_get()
Dtx_block_allocate.c303 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_block_allocate()
Dtx_byte_allocate.c343 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_byte_allocate()
/ThreadX-v6.3.0/common/src/
Dtx_thread_terminate.c160 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_thread_terminate()
206 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_thread_terminate()
243 thread_ptr -> tx_thread_suspending = TX_FALSE; in _tx_thread_terminate()
Dtx_thread_sleep.c174 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_thread_sleep()
Dtx_thread_shell_entry.c167 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_thread_shell_entry()
Dtx_thread_system_resume.c158 if (thread_ptr -> tx_thread_suspending == TX_FALSE) in _tx_thread_system_resume()
429 thread_ptr -> tx_thread_suspending = TX_FALSE; in _tx_thread_system_resume()
559 if (thread_ptr -> tx_thread_suspending == TX_FALSE)
593 thread_ptr -> tx_thread_suspending = TX_FALSE;
Dtx_semaphore_get.c202 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_semaphore_get()
Dtx_thread_system_suspend.c164 if (thread_ptr -> tx_thread_suspending == TX_TRUE) in _tx_thread_system_suspend()
196 thread_ptr -> tx_thread_suspending = TX_FALSE; in _tx_thread_system_suspend()
663 if (thread_ptr -> tx_thread_suspending == TX_TRUE)
669 thread_ptr -> tx_thread_suspending = TX_FALSE;
Dtx_mutex_priority_change.c193 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_mutex_priority_change()
Dtx_thread_priority_change.c194 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_thread_priority_change()
Dtx_event_flags_get.c371 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_event_flags_get()
Dtx_block_allocate.c303 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_block_allocate()
Dtx_byte_allocate.c343 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_byte_allocate()
Dtx_mutex_get.c339 thread_ptr -> tx_thread_suspending = TX_TRUE; in _tx_mutex_get()
/ThreadX-v6.3.0/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.3.0/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