Home
last modified time | relevance | path

Searched refs:msg_handler (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/
D1-1.c41 static void msg_handler() in msg_handler() function
71 sa.sa_handler = msg_handler; in main()
D4-1.c38 static void msg_handler() in msg_handler() function
68 sa.sa_handler = msg_handler; in main()
D3-1.c41 static void msg_handler() in msg_handler() function
69 sa.sa_handler = msg_handler; in main()
D5-1.c49 static void msg_handler() in msg_handler() function
99 sa.sa_handler = msg_handler; in main()
/third_party/selinux/libsepol/tests/
Dtest-neverallow.c67 static void msg_handler(void *varg __attribute__ ((unused)), in msg_handler() function
144 sepol_msg_set_callback(handle, msg_handler, NULL); in test_neverallow_basic()