Home
last modified time | relevance | path

Searched refs:pseudothread_tid (Results 1 – 2 of 2) sorted by relevance

/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp240 pid_t pseudothread_tid; member
283 char pseudothread_tid[10]; in debuggerd_dispatch_pseudothread() local
285 …__libc_format_buffer(pseudothread_tid, sizeof(pseudothread_tid), "%d", thread_info->pseudothread_t… in debuggerd_dispatch_pseudothread()
287 execl(CRASH_DUMP_PATH, CRASH_DUMP_NAME, main_tid, pseudothread_tid, nullptr); in debuggerd_dispatch_pseudothread()
410 .pseudothread_tid = -1, in debuggerd_signal_handler()
426 &thread_info, nullptr, nullptr, &thread_info.pseudothread_tid); in debuggerd_signal_handler()
432 __futex_wait(&thread_info.pseudothread_tid, -1, nullptr); in debuggerd_signal_handler()
435 __futex_wait(&thread_info.pseudothread_tid, child_pid, nullptr); in debuggerd_signal_handler()
/system/core/debuggerd/
Dcrash_dump.cpp224 pid_t pseudothread_tid; in main() local
230 if (!android::base::ParseInt(argv[2], &pseudothread_tid, 1, std::numeric_limits<pid_t>::max())) { in main()
293 siblings.erase(pseudothread_tid); in main()