Searched refs:key1 (Results 1 – 1 of 1) sorted by relevance
25 static pthread_key_t key1; variable57 if (pthread_setspecific (key1, (void *) &left) != 0) in destr2()73 if (pthread_setspecific (key1, (void *) &left) != 0 in tf()88 if (pthread_key_create (&key1, destr1) != 0 in do_test()114 if (pthread_getspecific (key1) != NULL) in do_test()
Completed in 3 milliseconds