Searched refs:logkey (Results 1 – 1 of 1) sorted by relevance
70 static ub_thread_key_t logkey; variable92 ub_thread_key_create(&logkey, NULL); in log_init()164 ub_thread_key_set(logkey, num); in log_thread_set()171 tid = (unsigned int*)ub_thread_key_get(logkey); in log_thread_get()195 unsigned int* tid = (unsigned int*)ub_thread_key_get(logkey); in log_vmsg()