HomeSort by relevance Sort by last modified time
    Searched refs:EV_ADD (Results 1 - 25 of 48) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/runtime/
defs_dragonfly.go 102 EV_ADD = C.EV_ADD
defs_openbsd.go 99 EV_ADD = C.EV_ADD
defs_freebsd.go 123 EV_ADD = C.EV_ADD
defs_netbsd.go 103 EV_ADD = C.EV_ADD
defs_darwin.go 137 EV_ADD = C.EV_ADD
  /prebuilts/go/linux-x86/src/runtime/
defs_dragonfly.go 102 EV_ADD = C.EV_ADD
defs_openbsd.go 99 EV_ADD = C.EV_ADD
defs_freebsd.go 123 EV_ADD = C.EV_ADD
defs_netbsd.go 103 EV_ADD = C.EV_ADD
defs_darwin.go 137 EV_ADD = C.EV_ADD
  /external/dhcpcd-6.8.2/
eloop.c 109 EV_SET(&ke[0], (uintptr_t)fd, EVFILT_READ, EV_ADD,
113 EV_ADD, 0, 0, UPTR(e));
168 EV_SET(&ke[0], (uintptr_t)fd, EVFILT_READ, EV_ADD, 0, 0, UPTR(e));
171 EV_ADD, 0, 0, UPTR(e));
421 EVFILT_SIGNAL, EV_ADD, 0, 0, UPTR(NULL));
425 EV_ADD, 0, 0, UPTR(e));
429 EV_ADD, 0, 0, UPTR(e));
  /external/libevent/
kqueue.c 148 kqueueop->changes[0].flags = EV_ADD;
182 out->flags = EV_ADD;
453 kev.flags = EV_ADD;
524 kev.flags = EV_ADD | EV_CLEAR;
  /external/libchrome/base/process/
process_posix.cc 106 EV_SET(&change, handle, EVFILT_PROC, EV_ADD, NOTE_EXIT, 0, NULL);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
selectmodule.c     [all...]
  /external/python/cpython2/Modules/
selectmodule.c     [all...]
  /external/wpa_supplicant_8/src/utils/
eloop.c 242 EV_SET(&ke, sock, filter, EV_ADD, 0, 0, 0);
1336 EV_SET(&ke1, sock, EVFILT_READ, EV_ADD | EV_ONESHOT, 0, 0, 0)
    [all...]
  /external/python/cpython3/Modules/
selectmodule.c     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 208 EV_ADD = 0x1
    [all...]
zerrors_darwin_amd64.go 208 EV_ADD = 0x1
    [all...]
zerrors_darwin_arm.go 205 EV_ADD = 0x1
    [all...]
zerrors_darwin_arm64.go 209 EV_ADD = 0x1
    [all...]
zerrors_dragonfly_amd64.go 295 EV_ADD = 0x1
    [all...]
zerrors_freebsd_386.go 428 EV_ADD = 0x1
    [all...]

Completed in 337 milliseconds

1 2