#include <atomic>
#include "absl/base/internal/thread_identity.h"
#include "absl/synchronization/internal/create_thread_identity.h"
#include "absl/synchronization/internal/kernel_timeout.h"
Go to the source code of this file.
Classes | |
class | absl::synchronization_internal::PerThreadSem |
Namespaces | |
absl | |
absl::synchronization_internal | |
void ABSL_INTERNAL_C_SYMBOL() AbslInternalPerThreadSemPost | ( | absl::base_internal::ThreadIdentity * | identity | ) |
Definition at line 67 of file abseil-cpp/absl/synchronization/internal/per_thread_sem.cc.
bool ABSL_INTERNAL_C_SYMBOL() AbslInternalPerThreadSemWait | ( | absl::synchronization_internal::KernelTimeout | t | ) |
Definition at line 72 of file abseil-cpp/absl/synchronization/internal/per_thread_sem.cc.