291
283
pthread_cond_signal(&THR_COND_threads);
292
284
pthread_mutex_unlock(&THR_LOCK_threads);
300
288
struct st_my_thread_var *_my_thread_var(void)
302
290
struct st_my_thread_var *tmp= (struct st_my_thread_var*)pthread_getspecific(THR_KEY_mysys);