Searched refs:key2 (Results 1 – 1 of 1) sorted by relevance
26 static pthread_key_t key2; variable40 if (pthread_setspecific (key2, (void *) &left) != 0) in destr1()74 || pthread_setspecific (key2, (void *) &left) != 0) in tf()89 || pthread_key_create (&key2, destr2) != 0) in do_test()119 if (pthread_getspecific (key2) != NULL) in do_test()
Completed in 3 milliseconds