Searched refs:old_threshold (Results 1 – 10 of 10) sorted by relevance
| /ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/ |
| D | px_cond_broadcast.c | 96 UINT old_threshold,dummy; in pthread_cond_broadcast() local 122 tx_thread_preemption_change(thread,0,&old_threshold); in pthread_cond_broadcast() 132 tx_thread_preemption_change(thread,old_threshold,&dummy); in pthread_cond_broadcast() 145 tx_thread_preemption_change(thread,old_threshold,&dummy); in pthread_cond_broadcast()
|
| D | px_cond_wait.c | 98 UINT old_threshold,dummy; in pthread_cond_wait() local 105 tx_thread_preemption_change(thread,0,&old_threshold); in pthread_cond_wait() 114 tx_thread_preemption_change(thread, old_threshold, &dummy); in pthread_cond_wait()
|
| D | px_cond_timedwait.c | 104 UINT old_threshold,dummy; in pthread_cond_timedwait() local 111 tx_thread_preemption_change(thread,0,&old_threshold); in pthread_cond_timedwait() 121 tx_thread_preemption_change(thread, old_threshold, &dummy); in pthread_cond_timedwait()
|
| /ThreadX-v6.2.1/common_smp/src/ |
| D | txe_thread_preemption_change.c | 77 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _txe_thread_preemption_change() argument 100 else if (old_threshold == TX_NULL) in _txe_thread_preemption_change() 126 status = _tx_thread_preemption_change(thread_ptr, new_threshold, old_threshold); in _txe_thread_preemption_change()
|
| D | tx_thread_preemption_change.c | 78 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _tx_thread_preemption_change() argument 144 *old_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_thread_preemption_change()
|
| /ThreadX-v6.2.1/common/src/ |
| D | txe_thread_preemption_change.c | 77 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _txe_thread_preemption_change() argument 100 else if (old_threshold == TX_NULL) in _txe_thread_preemption_change() 126 status = _tx_thread_preemption_change(thread_ptr, new_threshold, old_threshold); in _txe_thread_preemption_change()
|
| D | tx_thread_preemption_change.c | 77 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _tx_thread_preemption_change() argument 169 *old_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_thread_preemption_change()
|
| /ThreadX-v6.2.1/common_modules/module_lib/src/ |
| D | txm_thread_preemption_change.c | 72 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _txe_thread_preemption_change() argument 78 …TION_CHANGE_CALL, (ALIGN_TYPE) thread_ptr, (ALIGN_TYPE) new_threshold, (ALIGN_TYPE) old_threshold); in _txe_thread_preemption_change()
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 1750 UINT *old_threshold); 1778 UINT *old_threshold); 1800 UINT *old_threshold);
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1777 UINT *old_threshold); 1805 UINT *old_threshold);
|