Searched refs:PR_GET_NAME (Results 1 – 8 of 8) sorted by relevance
47 #if !(defined(PR_GET_NAME) || (defined(HAVE_DECL_PR_GET_NAME) && HAVE_DECL_PR_GET_NAME))48 # define PR_GET_NAME 16 macro164 XLAT(PR_GET_NAME),
16 PR_GET_NAME 16
54 #define PR_GET_NAME 16 /* Get process name */ macro
56 #define PR_GET_NAME 16 /* Get process name */ macro
147 #ifdef PR_GET_NAME in SanitizerGetThreadName()149 if (prctl(PR_GET_NAME, (unsigned long)buff, 0, 0, 0)) // NOLINT in SanitizerGetThreadName()
143 .CASES((PR_GET_NAME, PR_SET_NAME, PR_GET_DUMPABLE, PR_SET_DUMPABLE in RestrictPrctl()
99 case PR_GET_NAME: in SYS_FUNC()
111 if (prctl(PR_GET_NAME, name) != 0) in GetThreadName()