Searched refs:pack_thread_fd (Results 1 – 1 of 1) sorted by relevance
142 static uint64_t pack_thread_fd(pid_t tid, int fd) { in pack_thread_fd() function157 static std::atomic<uint64_t> trace_output(pack_thread_fd(-1, -1)); in trace_handler()170 if (!trace_output.compare_exchange_strong(val, pack_thread_fd(-1, -1))) { in trace_handler()226 uint64_t expected = pack_thread_fd(-1, -1); in trace_handler()228 if (!trace_output.compare_exchange_strong(expected, pack_thread_fd(tid, sent_fd))) { in trace_handler()255 uint64_t post_wait = trace_output.exchange(pack_thread_fd(-1, -1)); in trace_handler()256 if (post_wait != pack_thread_fd(-1, -1)) { in trace_handler()