Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-worker61 worker_pipe = sys.stdout.fileno() variable
62 bb.utils.nonblockingfd(worker_pipe)
66 fcntl.fcntl(worker_pipe, fcntl.F_SETPIPE_SZ, 512 * 1024)
105 global worker_pipe, worker_thread_exit
114 (_, ready, _) = select.select([], [worker_pipe], [], 1)
117 written = os.write(worker_pipe, worker_queue_int)
129 global worker_pipe
136 written = worker_pipe.write(data)
227 global worker_pipe
237 worker_pipe = pipeout