safestack.cc | 121 static pthread_key_t thread_cleanup_key; variable in typeref:typename:pthread_key_t 146 pthread_setspecific(thread_cleanup_key, (void *)1); 170 pthread_setspecific(thread_cleanup_key, NULL); 287 pthread_key_create(&thread_cleanup_key, thread_cleanup_handler);
|