Searched defs:set_ptr (Results 1 - 1 of 1) sorted by path

/bionic/tests/
H A Dsignal_test.cpp52 sigset_t* set_ptr = NULL; local
54 ASSERT_EQ(-1, fn(set_ptr));
67 sigset_t* set_ptr = NULL; local
69 ASSERT_EQ(-1, fn(set_ptr, SIGSEGV));

Completed in 55 milliseconds