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

/haiku/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/src/add-ons/kernel/generic/tty/
H A Dtty.cpp113 status_t AcquireWriter(bool dontBlock,
559 WriterLocker::AcquireWriter(bool dontBlock, size_t bytesNeeded) argument
577 if (dontBlock)
1079 bool dontBlock = (mode & O_NONBLOCK) != 0; local
1103 status_t status = locker.AcquireWriter(dontBlock, 0);
1142 status = locker.AcquireWriter(dontBlock, bytesNeeded);
1184 bool dontBlock = (mode & O_NONBLOCK) != 0; local
1205 status_t status = locker.AcquireWriter(dontBlock, 0);
1227 status = locker.AcquireWriter(dontBlock, bytesNeeded);
1560 bool dontBlock local
[all...]

Completed in 36 milliseconds