Searched refs:lckey (Results 1 – 2 of 2) sorted by relevance
69 pthread_key_t lckey; variable74 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()
88 pthread_key_t lckey; variable93 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()