Lines Matching refs:specific
41 struct pthread_key_data *saved_specific, *specific; in do_test() local
42 saved_specific = THREAD_GETMEM_NC (THREAD_SELF, specific, 1); in do_test()
45 THREAD_SETMEM_NC (THREAD_SELF, specific, 1, in do_test()
47 specific = THREAD_GETMEM_NC (THREAD_SELF, specific, 1); in do_test()
48 if (specific != (struct pthread_key_data *) value) in do_test()
50 specific, (struct pthread_key_data *) value); in do_test()
52 THREAD_SETMEM_NC (THREAD_SELF, specific, 1, in do_test()
54 specific = THREAD_GETMEM_NC (THREAD_SELF, specific, 1); in do_test()
55 if (specific != (struct pthread_key_data *) -1UL) in do_test()
57 specific, (struct pthread_key_data *) -1UL); in do_test()
59 THREAD_SETMEM_NC (THREAD_SELF, specific, 1, saved_specific); in do_test()