Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/client/mac/crash_generation/
H A Dcrash_generation_server.cc114 mach_port_t handler_thread = message.GetTranslatedPort(2); in WaitForOneMessage() local
125 MinidumpGenerator generator(remote_task, handler_thread); in WaitForOneMessage()
H A DInspector.mm220 printf("handler_thread = %d\n", handler_thread_);
/aosp_15_r20/external/ltp/testcases/realtime/func/async_handler/
H A Dasync_handler.c93 void *handler_thread(void *arg) in handler_thread() function
195 create_fifo_thread(handler_thread, NULL, HANDLER_PRIO); in main()
H A Dasync_handler_tsc.c111 void *handler_thread(void *arg) in handler_thread() function
220 create_fifo_thread(handler_thread, NULL, HANDLER_PRIO); in main()
/aosp_15_r20/external/google-breakpad/src/client/solaris/handler/
H A Dminidump_generator.cc762 pthread_t handler_thread; in WriteMinidumpToFile() local
782 pthread_create(&handler_thread, NULL, Write, (void*)&argument); in WriteMinidumpToFile()
783 pthread_join(handler_thread, NULL); in WriteMinidumpToFile()
/aosp_15_r20/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.h102 MinidumpGenerator(mach_port_t crashing_task, mach_port_t handler_thread);
H A Dminidump_generator.cc95 mach_port_t handler_thread) in MinidumpGenerator() argument
102 handler_thread_(handler_thread), in MinidumpGenerator()