Searched refs:_tx_mutex_priority_change (Results 1 – 12 of 12) sorted by relevance
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_mutex_suspension_timeout_test.c | 259 _tx_mutex_priority_change(&thread_0, 15); in thread_0_entry() 260 _tx_mutex_priority_change(&thread_0, 16); in thread_0_entry() 263 _tx_mutex_priority_change(&low_priority, 28); in thread_0_entry() 264 _tx_mutex_priority_change(&low_priority, 29); in thread_0_entry() 265 _tx_mutex_priority_change(&low_priority, 30); in thread_0_entry() 270 _tx_mutex_priority_change(&thread_0, 30); in thread_0_entry() 275 _tx_mutex_priority_change(&thread_0, 31); in thread_0_entry() 280 _tx_mutex_priority_change(&thread_0, 16); in thread_0_entry() 285 _tx_mutex_priority_change(&thread_0, 30); in thread_0_entry() 291 _tx_mutex_priority_change(&thread_0, 30); in thread_0_entry() [all …]
|
| D | threadx_mutex_priority_inheritance_test.c | 39 VOID _tx_mutex_priority_change(TX_THREAD *thread_ptr, UINT priority, UINT threshold); 231 _tx_mutex_priority_change(&thread_3, 3, 3); in test_application_define()
|
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_mutex_suspension_timeout_test.c | 209 _tx_mutex_priority_change(&low_priority, 30); in thread_0_entry() 214 _tx_mutex_priority_change(&low_priority, 30); in thread_0_entry() 221 _tx_mutex_priority_change(&low_priority, 30); in thread_0_entry() 229 _tx_mutex_priority_change(&low_priority, 10); in thread_0_entry() 238 _tx_mutex_priority_change(&low_priority, 30); in thread_0_entry()
|
| D | threadx_mutex_priority_inheritance_test.c | 39 VOID _tx_mutex_priority_change(TX_THREAD *thread_ptr, UINT priority, UINT threshold); 231 _tx_mutex_priority_change(&thread_3, 3, 3); in test_application_define()
|
| /ThreadX-v6.3.0/common/src/ |
| D | tx_mutex_put.c | 390 … _tx_mutex_priority_change(mutex_ptr -> tx_mutex_owner, old_priority); in _tx_mutex_put() 560 _tx_mutex_priority_change(old_owner, old_priority); in _tx_mutex_put() 627 _tx_mutex_priority_change(old_owner, old_priority); in _tx_mutex_put()
|
| D | tx_mutex_get.c | 318 _tx_mutex_priority_change(mutex_owner, thread_ptr -> tx_thread_priority); in _tx_mutex_get() 377 _tx_mutex_priority_change(mutex_owner, thread_ptr -> tx_thread_priority); in _tx_mutex_get()
|
| D | tx_mutex_priority_change.c | 87 VOID _tx_mutex_priority_change(TX_THREAD *thread_ptr, UINT new_priority) in _tx_mutex_priority_change() function
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_mutex_put.c | 390 … _tx_mutex_priority_change(mutex_ptr -> tx_mutex_owner, old_priority); in _tx_mutex_put() 560 _tx_mutex_priority_change(old_owner, old_priority); in _tx_mutex_put() 627 _tx_mutex_priority_change(old_owner, old_priority); in _tx_mutex_put()
|
| D | tx_mutex_get.c | 318 _tx_mutex_priority_change(mutex_owner, thread_ptr -> tx_thread_priority); in _tx_mutex_get() 377 _tx_mutex_priority_change(mutex_owner, thread_ptr -> tx_thread_priority); in _tx_mutex_get()
|
| D | tx_mutex_priority_change.c | 82 VOID _tx_mutex_priority_change(TX_THREAD *thread_ptr, UINT new_priority) in _tx_mutex_priority_change() function
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_mutex.h | 94 VOID _tx_mutex_priority_change(TX_THREAD *thread_ptr, UINT new_priority);
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_mutex.h | 94 VOID _tx_mutex_priority_change(TX_THREAD *thread_ptr, UINT new_priority);
|