Searched defs:current_thread_key (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ | ||
H A D | pthreads_user.c | 47 pthread_key_t current_thread_key; variable 60 if (pthread_key_create(¤t_thread_key, NULL) != 0) { |
Completed in 183 milliseconds