Searched refs:nct_thread_name_set (Results 1 – 3 of 3) sorted by relevance
28 int nct_thread_name_set(void *this, int thread_idx, const char *str);
63 return nct_thread_name_set(te_state, thread_idx, str); in posix_arch_thread_name_set()
652 int nct_thread_name_set(void *this_arg, int thread_idx, const char *str) in nct_thread_name_set() function