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

/macosx-10.10.1/libauto-186/
H A DThread.h429 typedef void (^thread_scanner_t) (Thread *thread, const Range &range);
435 typedef thread_scanner &thread_scanner_t; typedef in class:Auto::Thread
438 void scan_current_thread(thread_scanner_t scanner, void *stack_bottom);
446 void scan_other_thread(thread_scanner_t scanner, bool withSuspend);
H A DThread.cpp347 void Thread::scan_current_thread(thread_scanner_t scanner, void *stack_bottom) {
452 void Thread::scan_other_thread(thread_scanner_t scanner, bool withSuspend) {

Completed in 117 milliseconds