Searched refs:next_thread_id (Results 1 – 1 of 1) sorted by relevance
96 static std::atomic<pid_t> next_thread_id{1}; in gettid() local97 id = next_thread_id++; in gettid()