Searched refs:waiting_threads (Results 1 – 2 of 2) sorted by relevance
647 *waiting_threads[1]; /**< Array of threads sleeping on this thread. */655 waiting_threads[0] = thr;666 return waiting_threads[i];678 waiting_threads[0] = thr;751 *waiting_threads[1]; /**< Array of threads sleeping on this thread. */759 waiting_threads[0] = thr;770 return waiting_threads[i];782 waiting_threads[0] = thr;915 kmp_info_t *waiting_threads[1];946 return waiting_threads[i];[all …]
147 return waiting_threads.load(); in num_waiting()152 std::atomic<int> waiting_threads{0}; member