Public Member Functions | |
void | TestTiming (const char *msg, bool timeout) |
Static Public Member Functions | |
static void | TimingThread (ThreadData *t) |
Static Protected Member Functions | |
static void | Post (base_internal::ThreadIdentity *id) |
static void | Tick (base_internal::ThreadIdentity *identity) |
static bool | Wait (KernelTimeout t) |
static bool | Wait (absl::Time t) |
Definition at line 79 of file per_thread_sem_test.cc.
static void absl::synchronization_internal::PerThreadSemTest::Post | ( | base_internal::ThreadIdentity * | id | ) | [inline, static, protected] |
Definition at line 126 of file per_thread_sem_test.cc.
void absl::synchronization_internal::PerThreadSemTest::TestTiming | ( | const char * | msg, |
bool | timeout | ||
) | [inline] |
Definition at line 90 of file per_thread_sem_test.cc.
static void absl::synchronization_internal::PerThreadSemTest::Tick | ( | base_internal::ThreadIdentity * | identity | ) | [inline, static, protected] |
Definition at line 138 of file per_thread_sem_test.cc.
static void absl::synchronization_internal::PerThreadSemTest::TimingThread | ( | ThreadData * | t | ) | [inline, static] |
Definition at line 81 of file per_thread_sem_test.cc.
static bool absl::synchronization_internal::PerThreadSemTest::Wait | ( | KernelTimeout | t | ) | [inline, static, protected] |
Definition at line 129 of file per_thread_sem_test.cc.
static bool absl::synchronization_internal::PerThreadSemTest::Wait | ( | absl::Time | t | ) | [inline, static, protected] |
Definition at line 134 of file per_thread_sem_test.cc.