Searched refs:PR_SET_NAME (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/bionic/ | ||
D | pthread_setname_np.cpp | 56 return prctl(PR_SET_NAME, thread_name) ? errno : 0; in pthread_setname_np() |
/bionic/libc/kernel/uapi/linux/ | ||
D | prctl.h | 60 #define PR_SET_NAME 15 macro |