Searched refs:get_sig (Results 1 – 2 of 2) sorted by relevance
17 int get_sig = 0; in verify_prctl() local27 TEST(prctl(PR_GET_PDEATHSIG, &get_sig)); in verify_prctl()33 if (get_sig == SIGUSR2) { in verify_prctl()38 get_sig, SIGUSR2); in verify_prctl()
37 FunctionSig* get_sig() const { return sig; } in get_sig() function