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

  /src/common/dist/zlib/contrib/minizip/
configure.ac 2 # Process this file with autoconf to produce a configure script.
  /src/usr.bin/make/unit-tests/
opt-debug-jobs.exp 23 Process with pid <pid> exited/stopped with status 0.
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
buffer_queue_test.cc 180 auto Process = [&] {
211 // Spawn two threads running Process.
212 std::thread T0(Process), T1(Process);
  /src/usr.bin/telnet/
commands.c 328 { "ip", "Send Telnet Interrupt Process", 1, 0, 0, 2, IP },
334 { "abort", "Send Telnet 'Abort Process'", 1, 0, 0, 2, ABORT },
335 { "susp", "Send Telnet 'Suspend Process'", 1, 0, 0, 2, SUSP },
406 printf("to process your request. Nothing will be done.\n");
892 { "interrupt", "character to cause an Interrupt Process", 0, termIntCharp },
893 { "quit", "character to cause an Abort process", 0, termQuitCharp },
900 { "susp", "character to cause a Suspend Process", 0, termSuspCharp },

Completed in 14 milliseconds