Home
last modified time | relevance | path

Searched refs:handler_thread (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/realtime/func/async_handler/
Dasync_handler.c93 void *handler_thread(void *arg) in handler_thread() function
195 create_fifo_thread(handler_thread, NULL, HANDLER_PRIO); in main()
Dasync_handler_tsc.c110 void *handler_thread(void *arg) in handler_thread() function
219 create_fifo_thread(handler_thread, NULL, HANDLER_PRIO); in main()
/external/google-breakpad/src/client/mac/crash_generation/
Dcrash_generation_server.cc111 mach_port_t handler_thread = message.GetTranslatedPort(2); in WaitForOneMessage() local
122 MinidumpGenerator generator(remote_task, handler_thread); in WaitForOneMessage()
DInspector.mm221 printf("handler_thread = %d\n", handler_thread_);
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc758 pthread_t handler_thread; in WriteMinidumpToFile() local
778 pthread_create(&handler_thread, NULL, Write, (void *)&argument); in WriteMinidumpToFile()
779 pthread_join(handler_thread, NULL); in WriteMinidumpToFile()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.h86 MinidumpGenerator(mach_port_t crashing_task, mach_port_t handler_thread);
Dminidump_generator.cc90 mach_port_t handler_thread) in MinidumpGenerator() argument
97 handler_thread_(handler_thread), in MinidumpGenerator()