Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/kernelports/ThreadX/include/
DtrcCTI.h1033 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) …
1034 …eemption_change_orig(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) __attribute__…
/TraceRecorderSource-3.4.0/kernelports/ThreadX/
DtrcCTI.c85 …_txe_thread_preemption_change_orig(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold);
1585 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _txe_thread_preemption_change() argument
1587 UINT ret = _txe_thread_preemption_change_orig(thread_ptr, new_threshold, old_threshold); in _txe_thread_preemption_change()