Home
last modified time | relevance | path

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

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