Searched refs:dontBlock (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/shared/
H A DInsecureChannel.cpp30 int dontBlock = 0; local
31 setsockopt(fSocket, SOL_SOCKET, SO_NONBLOCK, &dontBlock, sizeof(int));
H A DInsecureConnection.cpp252 int dontBlock = 1; local
253 if (setsockopt(fd, SOL_SOCKET, SO_NONBLOCK, &dontBlock, sizeof(int)) < 0) {
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/shared/
H A DInsecureChannel.cpp30 int dontBlock = 0; local
31 setsockopt(fSocket, SOL_SOCKET, SO_NONBLOCK, &dontBlock, sizeof(int));
H A DInsecureConnection.cpp254 int dontBlock = 1; local
255 if (setsockopt(fd, SOL_SOCKET, SO_NONBLOCK, &dontBlock, sizeof(int)) < 0) {
/haiku-fatelf/src/add-ons/kernel/generic/tty/
H A Dtty.cpp118 status_t AcquireWriter(bool dontBlock,
561 WriterLocker::AcquireWriter(bool dontBlock, size_t bytesNeeded) argument
579 if (dontBlock)
1019 bool dontBlock = (mode & O_NONBLOCK) != 0; local
1043 status_t status = locker.AcquireWriter(dontBlock, 0);
1082 status = locker.AcquireWriter(dontBlock, bytesNeeded);
1124 bool dontBlock = (mode & O_NONBLOCK) != 0; local
1145 status_t status = locker.AcquireWriter(dontBlock, 0);
1167 status = locker.AcquireWriter(dontBlock, bytesNeeded);
1518 bool dontBlock local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/tty/
H A Dtty.cpp127 status_t AcquireWriter(bool dontBlock,
572 WriterLocker::AcquireWriter(bool dontBlock, size_t bytesNeeded) argument
590 if (dontBlock)
1305 bool dontBlock = (mode & O_NONBLOCK) != 0; local
1329 status_t status = locker.AcquireWriter(dontBlock, 0);
1368 status = locker.AcquireWriter(dontBlock, bytesNeeded);
1410 bool dontBlock = (mode & O_NONBLOCK) != 0; local
1431 status_t status = locker.AcquireWriter(dontBlock, 0);
1453 status = locker.AcquireWriter(dontBlock, bytesNeeded);
1818 bool dontBlock local
[all...]

Completed in 48 milliseconds