Searched refs:F_SETSIG (Results 1 – 4 of 4) sorted by relevance
113 #ifndef F_SETSIG114 #define F_SETSIG 10 /* for sockets. */ macro
27 fcntl(fd, F_SETSIG, SIGRTMIN + 1); in main()
109 fcntl(fd, F_SETSIG, SIGIO); in test__bp_signal_overflow()
132 fcntl(fd, F_SETSIG, sig); in __event()