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

1 2

  /external/compiler-rt/test/asan/TestCases/Posix/
ioctl.cc 16 int nonblock; local
17 int res = ioctl(fd, FIONBIO, &nonblock + 1);
  /system/core/toolbox/
readtty.c 64 int nonblock = 0; local
84 nonblock = 1;
112 ttyarg.c_cc[VMIN] = (timeout > 0 || nonblock) ? 0 : 1; /* minimum of 0 chars */
  /external/tinycompress/include/tinycompress/
tinycompress.h 261 void compress_nonblock(struct compress *compress, int nonblock);
  /external/libpcap/
pcap-septel.c 51 static int septel_setnonblock(pcap_t *p, int nonblock, char *errbuf);
299 septel_setnonblock(pcap_t *p, int nonblock, char *errbuf)
pcap-snf.c 79 snf_setnonblock(pcap_t *p, int nonblock, char *errbuf)
83 if (nonblock)
pcap-win32.c 78 int nonblock; member in struct:pcap_win
850 return (pw->nonblock);
854 pcap_setnonblock_win32(pcap_t *p, int nonblock, char *errbuf)
859 if (nonblock) {
877 pw->nonblock = (newtimeout == -1);
pcap-dag.c 123 static int dag_setnonblock(pcap_t *p, int nonblock, char *errbuf);
274 /* dag_advance_stream() will block (unless nonblock is called)
1040 dag_setnonblock(pcap_t *p, int nonblock, char *errbuf)
1050 if (pcap_setnonblock_fd(p, nonblock, errbuf) < 0)
1068 if(nonblock)
1080 if (nonblock) {
    [all...]
pcap-int.h 134 int nonblock; member in struct:pcap
savefile.c 94 sf_setnonblock(pcap_t *p, int nonblock, char *errbuf)
pcap-bpf.c 166 int nonblock; /* true if in nonblocking mode */ member in struct:pcap_bpf
237 * pb->nonblock so we don't call select(2) if the pcap handle is in non-
247 return (pb->nonblock);
253 pcap_setnonblock_bpf(pcap_t *p, int nonblock, char *errbuf)
259 pb->nonblock = nonblock;
263 return (pcap_setnonblock_fd(p, nonblock, errbuf));
366 if (!pb->nonblock) {
    [all...]
pcap.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 109 int nonblock; /**< non-block mode; read-only */ member in struct:snd_pcm_ioplug
hwdep.h 81 /** open mode flag: open in nonblock mode */
101 int snd_hwdep_nonblock(snd_hwdep_t *hwdep, int nonblock);
control_external.h 126 int nonblock; /**< non-block mode; read-only */ member in struct:snd_ctl_ext
rawmidi.h 90 int snd_rawmidi_nonblock(snd_rawmidi_t *rmidi, int nonblock);
control.h 228 int snd_ctl_nonblock(snd_ctl_t *ctl, int nonblock);
517 int snd_hctl_nonblock(snd_hctl_t *hctl, int nonblock);
seq.h 86 int snd_seq_nonblock(snd_seq_t *handle, int nonblock);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm_ioplug.h 109 int nonblock; /**< non-block mode; read-only */ member in struct:snd_pcm_ioplug
hwdep.h 81 /** open mode flag: open in nonblock mode */
101 int snd_hwdep_nonblock(snd_hwdep_t *hwdep, int nonblock);
control_external.h 126 int nonblock; /**< non-block mode; read-only */ member in struct:snd_ctl_ext
rawmidi.h 90 int snd_rawmidi_nonblock(snd_rawmidi_t *rmidi, int nonblock);
control.h 228 int snd_ctl_nonblock(snd_ctl_t *ctl, int nonblock);
517 int snd_hctl_nonblock(snd_hctl_t *hctl, int nonblock);
seq.h 86 int snd_seq_nonblock(snd_seq_t *handle, int nonblock);
  /external/tinycompress/
compress.c 605 void compress_nonblock(struct compress *compress, int nonblock)
607 compress->nonblocking = !!nonblock;
  /external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
SDL_alsa_audio.c 88 static int (*SDL_NAME(snd_pcm_nonblock))(snd_pcm_t *pcm, int nonblock);

Completed in 561 milliseconds

1 2