Searched refs:prctl_ret (Results 1 – 1 of 1) sorted by relevance
292 const int prctl_ret = prctl(PR_SET_DUMPABLE, is_dumpable, 0, 0, 0, 0); in BPF_TEST_C() local293 BPF_ASSERT_EQ(0, prctl_ret); in BPF_TEST_C()