Lines Matching refs:stack
63 void ReadContextStack(void *context, uptr *stack, uptr *ssize) {
111 void asan_register_worker_thread(int parent_tid, StackTrace *stack) {
115 parent_tid, stack, /* detached */ true);
132 asan_register_worker_thread(context->parent_tid, &stack);
135 asan_free(context, &stack, FROM_MALLOC);
146 BufferedStackTrace *stack) {
148 (asan_block_context_t*) asan_malloc(sizeof(asan_block_context_t), stack);
161 asan_block_context_t *asan_ctxt = alloc_asan_context(ctxt, func, &stack); \
179 asan_block_context_t *asan_ctxt = alloc_asan_context(ctxt, func, &stack);
192 asan_block_context_t *asan_ctxt = alloc_asan_context(ctxt, func, &stack);
219 asan_register_worker_thread(parent_tid, &stack); \