Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A Dshrpx_log_config.cc69 pthread_key_t lckey; member
74 void make_key() { pthread_key_create(&lckey, nullptr); } in make_key()
79 LogConfig *config = (LogConfig *)pthread_getspecific(lckey); in log_config()
82 pthread_setspecific(lckey, config); in log_config()
H A Dshrpx_log.cc88 pthread_key_t lckey;
93 void make_key() { pthread_key_create(&lckey, nullptr); }
98 auto buf = static_cast<LogBuffer *>(pthread_getspecific(lckey));
101 pthread_setspecific(lckey, buf);

Completed in 3 milliseconds