Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_setname_np.cpp56 return prctl(PR_SET_NAME, thread_name) ? errno : 0; in pthread_setname_np()
/bionic/libc/kernel/uapi/linux/
Dprctl.h60 #define PR_SET_NAME 15 macro