Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dprctl.h61 #define PR_GET_NAME 16 macro
/bionic/linker/
Ddebugger.cpp156 if (prctl(PR_GET_NAME, reinterpret_cast<unsigned long>(thread_name), 0, 0, 0) != 0) { in log_signal_summary()