Searched refs:stack_size (Results 1 – 4 of 4) sorted by relevance
/TraceRecorderSource-3.4.0/kernelports/Zephyr/include/ |
D | tracing_tracerecorder.h | 41 sys_trace_k_thread_create(new_thread, stack_size, prio) 194 sys_trace_k_work_queue_start_enter(queue, stack, stack_size, prio, cfg) 197 sys_trace_k_work_queue_start_exit(queue, stack, stack_size, prio, cfg) 830 void sys_trace_k_thread_create(struct k_thread *new_thread, size_t stack_size, 901 k_thread_stack_t *stack, size_t stack_size, int prio, 904 k_thread_stack_t *stack, size_t stack_size, int prio,
|
/TraceRecorderSource-3.4.0/kernelports/Zephyr/ |
D | trcKernelPort.c | 276 void sys_trace_k_thread_create(struct k_thread *thread, size_t stack_size, int prio) { in sys_trace_k_thread_create() argument 301 xTraceEventAdd32(xTraceHandle, (uint32_t)stack_size); in sys_trace_k_thread_create() 771 …ue_start_enter(struct k_work_q *queue, k_thread_stack_t *stack, size_t stack_size, int prio, const… in sys_trace_k_work_queue_start_enter() argument 779 xTraceEventAdd32(xTraceHandle, stack_size); in sys_trace_k_work_queue_start_enter() 786 …eue_start_exit(struct k_work_q *queue, k_thread_stack_t *stack, size_t stack_size, int prio, const… in sys_trace_k_work_queue_start_exit() argument 794 xTraceEventAdd32(xTraceHandle, stack_size); in sys_trace_k_work_queue_start_exit()
|
/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,
|
/TraceRecorderSource-3.4.0/kernelports/ThreadX/ |
D | trcCTI.c | 79 …entry_function)(ULONG id), ULONG entry_input, VOID *stack_start, ULONG stack_size, UINT priority, … 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()
|