/third_party/musl/porting/liteos_m/user/include/bits/ |
D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | fcntl.h | 34 #define F_SETSIG 10 macro
|
/third_party/musl/arch/m68k/bits/ |
D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/arch/arm/bits/ |
D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | fcntl.h | 32 #define F_SETSIG 10 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/arch/generic/bits/ |
D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/arch/mips64/bits/ |
D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/arch/mips/bits/ |
D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/arch/x32/bits/ |
D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | fcntl.h | 32 #define F_SETSIG 10 macro
|
/third_party/musl/arch/s390x/bits/ |
D | fcntl.h | 34 #define F_SETSIG 10 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | fcntl.h | 35 #define F_SETSIG 10 macro
|
/third_party/alsa-lib/src/control/ |
D | control_hw.c | 43 #ifndef F_SETSIG 44 #define F_SETSIG 10 macro 107 if (fcntl(fd, F_SETSIG, (long)sig) < 0) { in snd_ctl_hw_async()
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl31.c | 286 TEST(fcntl(test_fd, F_SETSIG, sig)); in test_set_and_get_sig() 305 TEST(fcntl(test_fd, F_SETSIG, orig_sig)); in test_set_and_get_sig()
|
D | fcntl38.c | 43 TEST(fcntl(fd, F_SETSIG, TEST_SIG)); in setup_dnotify()
|
/third_party/alsa-lib/src/timer/ |
D | timer_hw.c | 88 #ifdef F_SETSIG in snd_timer_hw_async() 89 if (fcntl(fd, F_SETSIG, (long)sig) < 0) { in snd_timer_hw_async()
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
D | pidns13.c | 70 SAFE_FCNTL(pipe_fd[0], F_SETSIG, SIGUSR1); in child_fn()
|
/third_party/python/Modules/ |
D | fcntlmodule.c | 525 #ifdef F_SETSIG in all_ins() 526 if (PyModule_AddIntMacro(m, F_SETSIG)) return -1; in all_ins()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_hw.c | 54 #ifndef F_SETSIG 55 #define F_SETSIG 10 macro 301 if (fcntl(fd, F_SETSIG, (long)sig) < 0) { in snd_pcm_hw_async()
|