Searched refs:priority (Results 1 – 4 of 4) sorted by relevance
/TraceRecorderSource-3.4.0/include/ |
D | trcRecorder.h | 1058 #define vTraceSetISRProperties(handle, name, priority) (void)(handle), (void)(name), (void)(priorit… argument 1067 #define xTraceSetISRProperties(name, priority) ((void)(name), (void)(priority), (traceHandle)0) /* … argument
|
/TraceRecorderSource-3.4.0/kernelports/ThreadX/include/ |
D | trcCTI.h | 926 VOID *stack_start, ULONG stack_size, UINT priority, UINT preempt_threshold, 929 … VOID *stack_start, ULONG stack_size, UINT priority, UINT preempt_threshold, 976 …X_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count, UINT *priority, UINT *preemption… 977 …X_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count, UINT *priority, UINT *preemption…
|
/TraceRecorderSource-3.4.0/kernelports/ThreadX/ |
D | trcCTI.c | 79 …ULONG id), ULONG entry_input, VOID *stack_start, ULONG stack_size, UINT priority, UINT preempt_thr… 82 …X_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count, UINT *priority, UINT *preemption… 1457 VOID *stack_start, ULONG stack_size, UINT priority, UINT preempt_threshold, in _txe_thread_create() argument 1461 stack_size, priority, preempt_threshold, time_slice, auto_start, thread_control_block_size); in _txe_thread_create() 1516 …X_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count, UINT *priority, UINT *preemption… in _txe_thread_info_get() argument 1518 …UINT ret = _txe_thread_info_get_orig(thread_ptr, name, state, run_count, priority, preemption_thre… in _txe_thread_info_get()
|
/TraceRecorderSource-3.4.0/config/ |
D | Kconfig | 200 make sure the TzCtrl priority is high enough to ensure reliable periodic 266 can be executed on low priority. This way, you can avoid that the stack
|