Searched refs:thread_stack_pcs (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/Libc-1044.1.2/gen/
H A Dthread_stack_pcs.c103 thread_stack_pcs(vm_address_t *buffer, unsigned max, unsigned *nb) function
107 // The following prevents thread_stack_pcs() from getting tail-call-optimized into _thread_stack_pcs() on 64-bit environments,
/macosx-10.10/libmalloc-53.1.1/src/
H A Dstack_logging.h132 extern void thread_stack_pcs(vm_address_t *buffer, unsigned max, unsigned *num);
H A Dstack_logging.c41 extern void thread_stack_pcs(vm_address_t *, unsigned, unsigned *);
199 thread_stack_pcs((vm_address_t *)stack_entries, MAX_NUM_PC - 1, &count);
H A Dmalloc.c734 thread_stack_pcs(frames, vm_page_size/sizeof(vm_address_t) - 1, &num_frames);
H A Dstack_logging_disk.c991 thread_stack_pcs(stack_buffer, STACK_LOGGING_MAX_STACK_SIZE-1, &count); // only gather up to STACK_LOGGING_MAX_STACK_SIZE-1 since we append thread id
995 // Oops! Didn't get a valid backtrace from thread_stack_pcs().

Completed in 195 milliseconds