HomeSort by: relevance | last modified time | path
    Searched refs:await (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/tests/scripts/
grandchild_wrapper.py 40 pgrep = await asyncio.create_subprocess_exec(
44 stdout, _ = await pgrep.communicate()
61 child = await asyncio.create_subprocess_exec(*args)
68 raise SystemExit(await child.wait())
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
asyncserver.py 177 await self._listen_udp()
178 await self._listen_tcp()
180 await self._work_done
224 await loop.create_datagram_endpoint(
233 await asyncio.start_server(
375 await asyncio.sleep(self.delay)
397 await asyncio.sleep(self.delay)
429 await asyncio.sleep(self.delay)
557 await asyncio.sleep(self.delay)
954 await self._connection_handler.handle(reader, writer, peer
    [all...]
  /src/external/bsd/pcc/dist/pcc/f77/f77/
f77.c 122 static int await(int);
596 return( await(wait_pid) );
651 await(int wait_pid) function
  /src/usr.sbin/iostat/
iostat.c 811 double atime, await, abusysum, awaitsum, dtime; local
832 await = (double)cur.wait[dn].tv_sec +
842 drive_statsy_q(dtime, atime, await, abusysum, awaitsum, cur.rxfer[dn]+cur.wxfer[dn]);

Completed in 30 milliseconds