Searched refs:setBlocking (Results 1 – 6 of 6) sorted by relevance
1 export default function setBlocking(blocking) { function8 typeof stream._handle.setBlocking === 'function') {9 stream._handle.setBlocking(blocking);
4 process.stdout._handle.setBlocking(true);5 process.stderr._handle.setBlocking(true);
3 if (stream._handle && stream._handle.setBlocking)4 stream._handle.setBlocking(true);
3 import setBlocking from './utils/set-blocking.js';44 setBlocking(true);
25 import setBlocking from './utils/set-blocking.js';1377 setBlocking(true);1388 setBlocking(true);1404 setBlocking(true);1411 setBlocking(true);
1 …const s=e;s._handle&&s.isTTY&&"function"==typeof s._handle.setBlocking&&s._handle.setBlocking(t)})…