Searched refs:_thread_stack_pcs (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Libc-1044.1.2/gen/
H A Dthread_stack_pcs.c51 _thread_stack_pcs(vm_address_t *buffer, unsigned max, unsigned *nb, unsigned skip) function
105 _thread_stack_pcs(buffer, max, nb, 0);
107 // The following prevents thread_stack_pcs() from getting tail-call-optimized into _thread_stack_pcs() on 64-bit environments,
H A Dbacktrace.c37 extern void _thread_stack_pcs(vm_address_t *buffer, unsigned max, unsigned *nb, unsigned skip);
39 _thread_stack_pcs((vm_address_t*)buffer, size, &num_frames, 1);

Completed in 174 milliseconds