Home
last modified time | relevance | path

Searched refs:old_threshold (Results 1 – 10 of 10) sorted by relevance

/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_cond_broadcast.c96 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()
Dpx_cond_wait.c98 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()
Dpx_cond_timedwait.c104 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/
Dtxe_thread_preemption_change.c77 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()
Dtx_thread_preemption_change.c78 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/
Dtxe_thread_preemption_change.c77 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()
Dtx_thread_preemption_change.c77 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/
Dtxm_thread_preemption_change.c72 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/
Dtx_api.h1750 UINT *old_threshold);
1778 UINT *old_threshold);
1800 UINT *old_threshold);
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1777 UINT *old_threshold);
1805 UINT *old_threshold);