Searched refs:setBlocking (Results 1 – 19 of 19) sorted by relevance
3 if (stream._handle && stream.isTTY && typeof stream._handle.setBlocking === 'function') {4 stream._handle.setBlocking(blocking)
11 const setBlocking = require('set-blocking')12 setBlocking(true)25 `setBlocking(true)` once we already know we are about to call `process.exit(code)`.
26 * implemented shim for stream._handle.setBlocking ([6bde0c0](https://github.com/yargs/set-blocking/…
17 if (ts.sys.setBlocking) {18 ts.sys.setBlocking();
63 bool setBlocking(SOCKET s, bool blocking) { in setBlocking() function278 if (!setBlocking(socket, false)) { in Connect()285 if (setBlocking(socket, true)) { in Connect()299 if (res > 0 && !errored(socket) && setBlocking(socket, true)) { in Connect()
12 setBlocking: noop, property in TTY
8 var setBlocking = require('set-blocking') variable11 setBlocking(true)
212 stderr and stdout blocking if they are tty's and have the setBlocking call.
12 const setBlocking = require('set-blocking') constant1128 if (exitProcess) setBlocking(true)1140 if (exitProcess) setBlocking(true)1160 if (exitProcess) setBlocking(true)1166 if (exitProcess) setBlocking(true)
108 this._handle.setBlocking(true);
344 err = this._handle.setBlocking(true);
8 const setBlocking = require('set-blocking') constant44 if (yargs.getExitProcess()) setBlocking(true)
1127 /*@internal*/ setBlocking?(): void; method1306 setBlocking: () => {1307 … if (process.stdout && process.stdout._handle && process.stdout._handle.setBlocking) {1308 process.stdout._handle.setBlocking(true);
4507 setBlocking: function () { method4508 … if (process.stdout && process.stdout._handle && process.stdout._handle.setBlocking) {4509 process.stdout._handle.setBlocking(true);95378 if (ts.sys.setBlocking) {95379 ts.sys.setBlocking();
7114 setBlocking: function () { method7115 … if (process.stdout && process.stdout._handle && process.stdout._handle.setBlocking) {7116 process.stdout._handle.setBlocking(true);
7125 setBlocking: function () { method7126 … if (process.stdout && process.stdout._handle && process.stdout._handle.setBlocking) {7127 process.stdout._handle.setBlocking(true);
7319 setBlocking: function () { method7320 … if (process.stdout && process.stdout._handle && process.stdout._handle.setBlocking) {7321 process.stdout._handle.setBlocking(true);