Public Attributes | |
base_internal::ThreadIdentity * | identity1 |
base_internal::ThreadIdentity * | identity2 |
SimpleSemaphore | identity2_written |
int | num_iterations |
KernelTimeout | timeout |
Definition at line 70 of file per_thread_sem_test.cc.
base_internal::ThreadIdentity* absl::synchronization_internal::ThreadData::identity1 |
Definition at line 73 of file per_thread_sem_test.cc.
base_internal::ThreadIdentity* absl::synchronization_internal::ThreadData::identity2 |
Definition at line 74 of file per_thread_sem_test.cc.
SimpleSemaphore absl::synchronization_internal::ThreadData::identity2_written |
Definition at line 72 of file per_thread_sem_test.cc.
int absl::synchronization_internal::ThreadData::num_iterations |
Definition at line 71 of file per_thread_sem_test.cc.
KernelTimeout absl::synchronization_internal::ThreadData::timeout |
Definition at line 75 of file per_thread_sem_test.cc.