Searched refs:kInvalidTid (Results 1 – 1 of 1) sorted by relevance
467 inline constexpr pid_t kInvalidTid = -1; variable869 thread_atomic<pid_t> tid_ = kInvalidTid;879 if (tid != kInvalidTid) { in to_string()947 other_wait_info_.tid_ = kInvalidTid; in push_held_for_cv()965 other_wait_info_.tid_ = kInvalidTid; in remove_wait_join()979 if (other_wait_info_.tid_ != kInvalidTid) { in to_string()1172 if (m == nullptr && other_wait_tid == kInvalidTid) return deadlock_info; in deadlock_detection()1235 } else if (other_wait_tid != kInvalidTid) { in deadlock_detection()1564 explicit cv_wait_scoped_stat_enabled(mutex& m, pid_t notifier_tid = kInvalidTid)1751 void wait(unique_lock& lock, pid_t notifier_tid = kInvalidTid) {[all …]