Home
last modified time | relevance | path

Searched refs:F_SETSIG (Results 1 – 4 of 4) sorted by relevance

/tools/include/uapi/asm-generic/
Dfcntl.h113 #ifndef F_SETSIG
114 #define F_SETSIG 10 /* for sockets. */ macro
/tools/testing/selftests/filesystems/
Ddnotify_test.c27 fcntl(fd, F_SETSIG, SIGRTMIN + 1); in main()
/tools/perf/tests/
Dbp_signal_overflow.c109 fcntl(fd, F_SETSIG, SIGIO); in test__bp_signal_overflow()
Dbp_signal.c132 fcntl(fd, F_SETSIG, sig); in __event()