Home
last modified time | relevance | path

Searched refs:F_SETSIG (Results 1 - 25 of 39) sorted by relevance

12

/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dfcntl.h35 #define F_SETSIG 10 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/arch/aarch64/bits/
H A Dfcntl.h32 #define F_SETSIG 10 macro
/third_party/musl/arch/generic/bits/
H A Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/arch/m68k/bits/
H A Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/arch/mipsn32/bits/
H A Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/arch/arm/bits/
H A Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/arch/mips/bits/
H A Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/arch/mips64/bits/
H A Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/arch/powerpc/bits/
H A Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/arch/powerpc64/bits/
H A Dfcntl.h34 #define F_SETSIG 10 macro
/third_party/musl/arch/s390x/bits/
H A Dfcntl.h34 #define F_SETSIG 10 macro
/third_party/musl/arch/x32/bits/
H A Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl31.c22 * F_SETOWN_EX, F_GETSIG, F_SETSIG argument.
264 TEST(fcntl(test_fd, F_SETSIG, sig)); in test_set_and_get_sig()
267 "fcntl(fd, F_SETSIG, SIG: %d) failed", sig); in test_set_and_get_sig()
277 "fcntl F_SETSIG set SIG: %d failed", sig); in test_set_and_get_sig()
283 TEST(fcntl(test_fd, F_SETSIG, orig_sig)); in test_set_and_get_sig()
H A Dfcntl39.c49 TEST(fcntl(fd, F_SETSIG, TEST_SIG)); in setup_dnotify()
51 tst_brk(TBROK, "F_SETSIG failed errno = %d : %s", in setup_dnotify()
H A Dfcntl38.c43 TEST(fcntl(fd, F_SETSIG, TEST_SIG)); in setup_dnotify()
45 tst_brk(TBROK, "F_SETSIG failed errno = %d : %s", in setup_dnotify()
/third_party/alsa-lib/src/control/
H A Dcontrol_hw.c45 #ifndef F_SETSIG
46 #define F_SETSIG 10 macro
108 if (fcntl(fd, F_SETSIG, (long)sig) < 0) { in snd_ctl_hw_async()
109 SYSERR("F_SETSIG failed"); in snd_ctl_hw_async()
/third_party/ltp/testcases/kernel/containers/pidns/
H A Dpidns13.c70 SAFE_FCNTL(pipe_fd[0], F_SETSIG, SIGUSR1); in child_fn()
/third_party/alsa-lib/src/timer/
H A Dtimer_hw.c88 #ifdef F_SETSIG in snd_timer_hw_async()
89 if (fcntl(fd, F_SETSIG, (long)sig) < 0) { in snd_timer_hw_async()
90 SYSERR("F_SETSIG failed"); in snd_timer_hw_async()
/third_party/python/Modules/
H A Dfcntlmodule.c525 #ifdef F_SETSIG in all_ins()
526 if (PyModule_AddIntMacro(m, F_SETSIG)) return -1; in all_ins()
/third_party/alsa-lib/src/pcm/
H A Dpcm_hw.c54 #ifndef F_SETSIG
55 #define F_SETSIG 10 macro
308 if (fcntl(fd, F_SETSIG, (long)sig) < 0) { in snd_pcm_hw_async()
310 SYSMSG("F_SETSIG failed (%i)", err); in snd_pcm_hw_async()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H A Dhexagon.rs238 pub const F_SETSIG: ::c_int = 10; consts

Completed in 12 milliseconds

12