Searched refs:EV_ONESHOT (Results 1 – 18 of 18) sorted by relevance
/third_party/rust/crates/nix/src/sys/ |
D | event.rs | 112 EV_ONESHOT; 346 EventFlag::EV_ONESHOT | EventFlag::EV_ADD, in test_struct_kevent() 354 assert_eq!(libc::EV_ONESHOT | libc::EV_ADD, actual.flags().bits()); in test_struct_kevent() 368 EventFlag::EV_ONESHOT | EventFlag::EV_ADD, in test_kevent_filter()
|
/third_party/libuv/src/unix/ |
D | kqueue.c | 162 op = EV_ADD | EV_ONESHOT; /* Stop the event from firing repeatedly. */ in uv__io_poll() 499 EV_SET(&ev, w->fd, EVFILT_VNODE, EV_ADD | EV_ONESHOT, fflags, 0, 0); in uv__fs_event()
|
D | process.c | 1007 EV_SET(&event, pid, EVFILT_PROC, EV_ADD | EV_ONESHOT, NOTE_EXIT, 0, 0); in uv_spawn()
|
/third_party/node/deps/uv/src/unix/ |
D | kqueue.c | 162 op = EV_ADD | EV_ONESHOT; /* Stop the event from firing repeatedly. */ in uv__io_poll() 499 EV_SET(&ev, w->fd, EVFILT_VNODE, EV_ADD | EV_ONESHOT, fflags, 0, 0); in uv__fs_event()
|
D | process.c | 1007 EV_SET(&event, pid, EVFILT_PROC, EV_ADD | EV_ONESHOT, NOTE_EXIT, 0, 0); in uv_spawn()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 190 EV_ONESHOT
|
D | dragonfly.txt | 273 EV_ONESHOT
|
D | netbsd.txt | 316 EV_ONESHOT
|
D | freebsd.txt | 305 EV_ONESHOT
|
D | apple.txt | 389 EV_ONESHOT
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | eloop.c | 1448 EV_SET(&ke1, sock, EVFILT_READ, EV_ADD | EV_ONESHOT, 0, 0, 0); in eloop_wait_for_read_sock()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | eloop.c | 1459 EV_SET(&ke1, sock, EVFILT_READ, EV_ADD | EV_ONESHOT, 0, 0, 0); in eloop_wait_for_read_sock()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 1086 pub const EV_ONESHOT: u16 = 0x10; constant
|
/third_party/python/Modules/ |
D | selectmodule.c | 2576 PyModule_AddIntConstant(m, "KQ_EV_ONESHOT", EV_ONESHOT);
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1293 pub const EV_ONESHOT: u16 = 0x10; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 1934 pub const EV_ONESHOT: u32 = 0x10; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 2001 pub const EV_ONESHOT: u16 = 0x10; constant
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 3944 pub const EV_ONESHOT: u16 = 0x10; constant
|