Searched refs:PR_SET_DUMPABLE (Results 1 – 3 of 3) sorted by relevance
/bionic/tests/ |
D | bug_26110743_test.cpp | 61 prctl(PR_SET_DUMPABLE, 0, 0, 0, 0); in TEST() 64 prctl(PR_SET_DUMPABLE, dumpable, 0, 0, 0); in TEST() 106 prctl(PR_SET_DUMPABLE, 0, 0, 0, 0); in TEST() 109 prctl(PR_SET_DUMPABLE, dumpable, 0, 0, 0); in TEST()
|
D | pthread_test.cpp | 486 ASSERT_EQ(0, prctl(PR_SET_DUMPABLE, 0)) << strerror(errno); in TEST()
|
/bionic/libc/kernel/uapi/linux/ |
D | prctl.h | 25 #define PR_SET_DUMPABLE 4 macro
|