Home
last modified time | relevance | path

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

/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp192 static std::pair<pid_t, int> unpack_thread_fd(uint64_t value) { in unpack_thread_fd() function
204 auto [tid, fd] = unpack_thread_fd(val); in trace_handler()
268 auto [tid, fd] = unpack_thread_fd(expected); in trace_handler()
296 auto [tid, fd] = unpack_thread_fd(post_wait); in trace_handler()