Searched refs:bsd_setthreadname (Results 1 – 3 of 3) sorted by relevance
124 void bsd_setthreadname(void *uth, uint64_t tid, const char* buffer);
999 bsd_setthreadname(void *uth, uint64_t tid, const char *name) in bsd_setthreadname() function3298 bsd_setthreadname(ut, thread_tid(current_thread()), name_buf); in proc_setcontrol()
3861 bsd_setthreadname(get_bsdthread_info(th), thread_tid(th), name); in thread_set_thread_name()