Searched refs:stack_buffer (Results 1 – 13 of 13) sorted by relevance
8 volatile char stack_buffer[42]; in thread_proc() local9 for (int i = 0; i < sizeof(stack_buffer); ++i) in thread_proc()10 stack_buffer[i] = 42; in thread_proc()
7 volatile char stack_buffer[42]; in thread_proc() local8 for (int i = 0; i < sizeof(stack_buffer); ++i) in thread_proc()9 stack_buffer[i] = 42; in thread_proc()
15 volatile char stack_buffer[42]; in thread_proc_2() local16 for (int i = 0; i < sizeof(stack_buffer); ++i) in thread_proc_2()17 stack_buffer[i] = 42; in thread_proc_2()
9 char stack_buffer[42]; in foo() local10 x = &stack_buffer[13]; in foo()
12 char stack_buffer[42]; in foo() local13 x = &stack_buffer[13]; in foo()
8 volatile char stack_buffer[42]; in thread_proc() local9 stack_buffer[subscript] = 42; in thread_proc()
10 char stack_buffer[42]; in thread_proc() local11 stack_buffer[subscript] = 42; in thread_proc()
10 volatile char stack_buffer[42]; in work_item() local11 stack_buffer[subscript] = 42; in work_item()
105 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportMmapWriteExec() local106 BufferedStackTrace *stack = stack_buffer.data(); in ReportMmapWriteExec()187 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportStackOverflowImpl() local188 BufferedStackTrace *stack = stack_buffer.data(); in ReportStackOverflowImpl()226 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportDeadlySignalImpl() local227 BufferedStackTrace *stack = stack_buffer.data(); in ReportDeadlySignalImpl()
201 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in HandleTagMismatch() local202 BufferedStackTrace *stack = stack_buffer.data(); in HandleTagMismatch()