|
proxygen
|
#include <folly/experimental/exception_tracer/ExceptionTracerLib.h>#include <dlfcn.h>#include <vector>#include <folly/Indestructible.h>#include <folly/Portability.h>#include <folly/SharedMutex.h>#include <folly/Synchronized.h>Go to the source code of this file.
Namespaces | |
| __cxxabiv1 | |
| folly | |
| —— Concurrent Priority Queue Implementation —— | |
| folly::exception_tracer | |
Macros | |
| #define | DECLARE_CALLBACK(NAME) |
| #define DECLARE_CALLBACK | ( | NAME | ) |
Definition at line 71 of file ExceptionTracerLib.cpp.
| void std::rethrow_exception | ( | std::exception_ptr | ep | ) |
Definition at line 144 of file ExceptionTracerLib.cpp.
References folly::exception_tracer::getRethrowExceptionCallbacks(), and std::rethrow_exception().
Referenced by std::rethrow_exception().