Searched refs:post_wait (Results 1 – 1 of 1) sorted by relevance
294 uint64_t post_wait = trace_output.exchange(pack_thread_fd(-1, -1)); in trace_handler() local295 if (post_wait != pack_thread_fd(-1, -1)) { in trace_handler()296 auto [tid, fd] = unpack_thread_fd(post_wait); in trace_handler()