#include <cstdlib>
#include <thread>
#include <type_traits>
#include "absl/base/attributes.h"
#include "absl/base/const_init.h"
#include "absl/base/internal/raw_logging.h"
#include "absl/base/thread_annotations.h"
#include "absl/synchronization/mutex.h"
#include "absl/synchronization/notification.h"
Go to the source code of this file.
Functions | |
int | main () |
int main | ( | ) |
Definition at line 169 of file lifetime_test.cc.