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 D | crash_generation_server.cc | 114 mach_port_t handler_thread = message.GetTranslatedPort(2); in WaitForOneMessage() local 125 MinidumpGenerator generator(remote_task, handler_thread); in WaitForOneMessage()
|
H A D | Inspector.mm | 220 printf("handler_thread = %d\n", handler_thread_);
|
/aosp_15_r20/external/ltp/testcases/realtime/func/async_handler/ |
H A D | async_handler.c | 93 void *handler_thread(void *arg) in handler_thread() function 195 create_fifo_thread(handler_thread, NULL, HANDLER_PRIO); in main()
|
H A D | async_handler_tsc.c | 111 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 D | minidump_generator.cc | 762 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 D | minidump_generator.h | 102 MinidumpGenerator(mach_port_t crashing_task, mach_port_t handler_thread);
|
H A D | minidump_generator.cc | 95 mach_port_t handler_thread) in MinidumpGenerator() argument 102 handler_thread_(handler_thread), in MinidumpGenerator()
|