#include <per_thread_sem.h>
Definition at line 40 of file per_thread_sem.h.
◆ PerThreadSem() [1/2]
absl::synchronization_internal::PerThreadSem::PerThreadSem |
( |
| ) |
|
|
delete |
◆ PerThreadSem() [2/2]
absl::synchronization_internal::PerThreadSem::PerThreadSem |
( |
const PerThreadSem & |
| ) |
|
|
delete |
◆ GetThreadBlockedCounter()
std::atomic< int > * absl::synchronization_internal::PerThreadSem::GetThreadBlockedCounter |
( |
| ) |
|
|
static |
◆ Init()
◆ operator=()
◆ Post()
◆ SetThreadBlockedCounter()
void absl::synchronization_internal::PerThreadSem::SetThreadBlockedCounter |
( |
std::atomic< int > * |
counter | ) |
|
|
static |
◆ Tick()
◆ Wait()
bool absl::synchronization_internal::PerThreadSem::Wait |
( |
KernelTimeout |
t | ) |
|
|
inlinestaticprivate |
◆ absl::Mutex
◆ CreateThreadIdentity
◆ PerThreadSemTest
The documentation for this class was generated from the following files: