#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 | |
Functions | |
void | AbslInternalPerThreadSemPost (absl::base_internal::ThreadIdentity *identity) |
bool | AbslInternalPerThreadSemWait (absl::synchronization_internal::KernelTimeout t) |
void AbslInternalPerThreadSemPost | ( | absl::base_internal::ThreadIdentity * | identity | ) |
Definition at line 65 of file per_thread_sem.cc.
bool AbslInternalPerThreadSemWait | ( | absl::synchronization_internal::KernelTimeout | t | ) |
Definition at line 70 of file per_thread_sem.cc.