Searched refs:thread_next_key_name (Results 1 – 3 of 3) sorted by relevance
65 const char *thread_next_key_name(const void **);
713 while (thread_next_key_name(&cookie) != NULL) in complete_thread_key()722 while ((name = thread_next_key_name(&cookie)) != NULL) in complete_thread_key()
1592 thread_next_key_name(const void **cookie) in thread_next_key_name() function