Searched refs:PR_GET_NAME (Results 1 – 5 of 5) sorted by relevance
64 #if !(defined(PR_GET_NAME) || (defined(HAVE_DECL_PR_GET_NAME) && HAVE_DECL_PR_GET_NAME))65 # define PR_GET_NAME 16 macro67 XLAT(PR_GET_NAME),
16 PR_GET_NAME 16
49 case PR_GET_NAME: in prctl_enter()206 case PR_GET_NAME: in prctl_exit()
56 #define PR_GET_NAME 16 /* Get process name */ macro
148 #ifdef PR_GET_NAME in SanitizerGetThreadName()150 if (prctl(PR_GET_NAME, (unsigned long)buff, 0, 0, 0)) // NOLINT in SanitizerGetThreadName()