Home
last modified time | relevance | path

Searched refs:LogConfig (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_log_config.cc44 LogConfig::LogConfig() in LogConfig() function in shrpx::LogConfig
62 thread_local std::unique_ptr<LogConfig> config = std::make_unique<LogConfig>();
65 LogConfig *log_config() { return config.get(); } in log_config()
77 LogConfig *log_config() { in log_config()
79 LogConfig *config = (LogConfig *)pthread_getspecific(lckey); in log_config()
81 config = new LogConfig(); in log_config()
91 std::unique_ptr<LogConfig> confi
[all...]
H A Dshrpx_log_config.h51 struct LogConfig { struct
61 LogConfig();
70 // We need LogConfig per thread to avoid data race around opening file
72 LogConfig *log_config();

Completed in 1 milliseconds