Home
last modified time | relevance | path

Searched refs:src_ut (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/bsd/kern/
H A Dproc_info.c983 struct uthread *src_ut = (struct uthread *)src_uth; in bsd_copythreadname() local
985 if (src_ut->pth_name == NULL) { in bsd_copythreadname()
996 bcopy(src_ut->pth_name, dst_ut->pth_name, MAXTHREADNAMESIZE); in bsd_copythreadname()