Searched refs:main_tid (Results 1 – 2 of 2) sorted by relevance
/system/libprocinfo/ |
D | process_test.cpp | 72 pid_t main_tid = gettid(); in TEST() local 73 std::thread([main_tid]() { in TEST() 79 ASSERT_EQ(1, std::count(vec.begin(), vec.end(), main_tid)); in TEST() 86 ASSERT_EQ(1, std::count(set.begin(), set.end(), main_tid)); in TEST()
|
/system/core/debuggerd/handler/ |
D | debuggerd_handler.cpp | 395 char main_tid[10]; in debuggerd_dispatch_pseudothread() local 398 async_safe_format_buffer(main_tid, sizeof(main_tid), "%d", thread_info->crashing_tid); in debuggerd_dispatch_pseudothread() 404 execle(CRASH_DUMP_PATH, CRASH_DUMP_NAME, main_tid, pseudothread_tid, debuggerd_dump_type, in debuggerd_dispatch_pseudothread()
|