Home
last modified time | relevance | path

Searched refs:blocking (Results 1 – 25 of 84) sorted by relevance

1234

/external/libselinux/src/
Davc_internal.c58 int avc_netlink_open(int blocking) in avc_netlink_open() argument
70 if (!blocking && fcntl(fd, F_SETFL, O_NONBLOCK)) { in avc_netlink_open()
96 static int avc_netlink_receive(char *buf, unsigned buflen, int blocking) in avc_netlink_receive() argument
104 rc = poll(&pfd, 1, (blocking ? -1 : 0)); in avc_netlink_receive()
106 if (rc == 0 && !blocking) { in avc_netlink_receive()
/external/chromium/chrome/browser/
Dpower_save_blocker_win.cc12 void PowerSaveBlocker::ApplyBlock(bool blocking) { in ApplyBlock() argument
17 if (blocking) in ApplyBlock()
Dpower_save_blocker_mac.cc12 void PowerSaveBlocker::ApplyBlock(bool blocking) { in ApplyBlock() argument
21 if (blocking) { in ApplyBlock()
Dpower_save_blocker_stub.cc9 void PowerSaveBlocker::ApplyBlock(bool blocking) { in ApplyBlock() argument
/external/oprofile/events/mips/rm9000/
Devents29 …:zero minimum:500 name:NONBLOCKING_LOAD_SLIP_CYCLES : Slip cycles due to pending non-blocking loads
32 …G_LOAD_PENDING_EXCEPTION_STALL_CYCLES : Stall cycles due to pending non-blocking loads - stall sta…
/external/oprofile/events/mips/rm7000/
Devents30 …inimum:500 name:SLIP_CYCLES_PENDING_NON_BLKING_LOAD : Slip cycles due to pending non-blocking loads
34 …:STALL_CYCLES_PENDING_NON_BLKING_LOAD : Stall cycles due to pending non-blocking loads - stall sta…
/external/iptables/include/libipq/
Dlibipq.h51 u_int8_t blocking; member
/external/chromium/chrome/browser/chromeos/login/
Downership_service.cc76 OwnershipService::Status OwnershipService::GetStatus(bool blocking) { in GetStatus() argument
83 if (status != OWNERSHIP_UNKNOWN || !blocking) in GetStatus()
Downership_service.h100 virtual Status GetStatus(bool blocking);
/external/libvpx/vp8/common/
Dduck_io.h32 int blocking; // non-zero for blocking member
/external/webkit/Source/WebCore/html/
DHTMLLinkElement.cpp300 bool blocking = mediaQueryMatches && !isAlternate(); in process() local
301 addPendingSheet(blocking ? Blocking : NonBlocking); in process()
304 …ResourceLoadPriority priority = blocking ? ResourceLoadPriorityUnresolved : ResourceLoadPriorityVe… in process()
/external/dropbear/
Dfilelist.txt112 atomicio.c From OpenSSH, does `blocking' IO on non-blocking fds
/external/protobuf/
DCHANGES.txt197 * RPC interfaces now support blocking operation in addition to non-blocking.
198 The protocol compiler generates separate blocking and non-blocking stubs
199 which operate against separate blocking and non-blocking RPC interfaces.
201 support blocking mode.
217 * Updated RPC interfaces to allow for blocking operation. A client may
/external/mdnsresponder/mDNSCore/
DImplementer Notes.txt42 In a single-threaded application using a blocking select() call as its
46 returned from mDNS_Execute(). After the blocking select() call returns,
/external/iptables/extensions/
Dlibip6t_REJECT.man28 TCP RST packet to be sent back. This is mainly useful for blocking
Dlibipt_REJECT.man27 TCP RST packet to be sent back. This is mainly useful for blocking
Dlibxt_tcp.man36 for example, blocking such packets coming in an interface will prevent
/external/qemu/docs/
DCHAR-DEVICES.TXT14 that QEMU implements a big event loop with no blocking i/o allowed. You
21 This is very similar to writing to a non-blocking BSD socket on Unix.
200 and writing to it is never blocking. This simplifies CharDriverState
/external/libselinux/include/selinux/
Davc.h433 int avc_netlink_open(int blocking);
/external/libpcap/
DTODO30 the descriptor into non-blocking mode)
/external/dropbear/debian/
Ddropbear.README.Debian50 sees /dev/random blocking. A workaround for such systems is to
/external/chromium/chrome/browser/ssl/
Dssl_add_cert_handler_mac.mm83 // No available browser window, so run independently as a (blocking) dialog.
/external/dbus/dbus/
Ddbus-sysdeps.h398 dbus_bool_t blocking,
/external/openssh/
Dssh-keyscan.016 ssh-keyscan uses non-blocking socket I/O to contact as many hosts as
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
Dweb_drag_source.mm336 // which is blocking. Since this operation is already blocking the

1234