Home
last modified time | relevance | path

Searched refs:nonblock_io (Results 1 – 1 of 1) sorted by relevance

/third_party/pulseaudio/src/modules/oss/
Doss-util.c43 static const int nonblock_io = 1; in pa_oss_open() local
93 if (ioctl(fd, FIONBIO, &nonblock_io) < 0) { in pa_oss_open()