#include <folly/detail/AsyncTrace.h>
#include <folly/Portability.h>
namespace folly {
namespace async_tracing {
FOLLY_ATTR_WEAK void logSetGlobalCPUExecutor(Executor*) noexcept { … }
FOLLY_ATTR_WEAK void logSetGlobalCPUExecutorToImmutable() noexcept { … }
FOLLY_ATTR_WEAK void logGetGlobalCPUExecutor(Executor*) noexcept { … }
FOLLY_ATTR_WEAK void logGetImmutableCPUExecutor(Executor*) noexcept { … }
FOLLY_ATTR_WEAK void logSetGlobalIOExecutor(IOExecutor*) noexcept { … }
FOLLY_ATTR_WEAK void logGetGlobalIOExecutor(IOExecutor*) noexcept { … }
FOLLY_ATTR_WEAK void logGetImmutableIOExecutor(IOExecutor*) noexcept { … }
FOLLY_ATTR_WEAK void logSemiFutureVia(Executor*, Executor*) noexcept { … }
FOLLY_ATTR_WEAK void logFutureVia(Executor*, Executor*) noexcept { … }
FOLLY_ATTR_WEAK void logBlockingOperation(std::chrono::milliseconds) noexcept { … }
FOLLY_ATTR_WEAK void logSemiFutureDiscard(
DiscardHasDeferred ) noexcept { … }
}
}