HomeSort by: relevance | last modified time | path
    Searched defs:do_wait (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
bg-execution-repeat.c 26 static volatile int do_wait; variable
31 while (do_wait)
42 do_wait = 1;
44 /* do_wait set to 0 externally. */
  /src/external/gpl3/gcc/dist/libcc1/
connection.cc 67 cc1_plugin::connection::do_wait (bool want_result) function in class:cc1_plugin::connection
88 // blocking scenario when do_wait is called reentrantly. In
  /src/external/gpl3/gcc/dist/libgomp/config/linux/
wait.h 64 static inline void do_wait (int *addr, int val) function
  /src/external/gpl3/gcc/dist/libgomp/config/rtems/
bar.c 69 do_wait (int *addr, int val) function
  /src/external/gpl3/gcc.old/dist/libcc1/
connection.cc 67 cc1_plugin::connection::do_wait (bool want_result) function in class:cc1_plugin::connection
88 // blocking scenario when do_wait is called reentrantly. In
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/
wait.h 64 static inline void do_wait (int *addr, int val) function
  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
bar.c 158 static inline void do_wait (int *addr, int val) function
  /src/external/gpl3/gcc.old/dist/libgomp/config/rtems/
bar.c 69 do_wait (int *addr, int val) function
  /src/usr.sbin/autofs/
autounmountd.c 230 do_wait(int kq, time_t sleep_time) function
350 do_wait(kq, sleep_time);
  /src/external/gpl3/gcc/dist/gcc/
collect-utils.cc 133 do_wait (const char *prog, struct pex_obj *pex)
255 do_wait (prog, pex);
132 do_wait (const char *prog, struct pex_obj *pex) function
  /src/external/gpl3/gcc.old/dist/gcc/
collect-utils.cc 133 do_wait (const char *prog, struct pex_obj *pex)
255 do_wait (prog, pex);
132 do_wait (const char *prog, struct pex_obj *pex) function
  /src/games/cribbage/
io.c 449 * do_wait:
453 do_wait(void) function
  /src/external/bsd/top/dist/
top.c 605 do_wait(globalstate *gstate) function
987 do_wait(gstate);
  /src/crypto/external/apache2/openssl/dist/test/radix/
quic_ops.c 693 uint64_t do_wait; local
695 F_POP(do_wait);
704 if (do_wait && is_want(ssl, 0))
  /src/external/gpl3/gdb/dist/gdb/
infrun.c 4210 auto do_wait = [&] (inferior *inf)
4231 if (inferior_matches (inf) && do_wait (inf))
4241 if (inferior_matches (inf) && do_wait (inf))
4204 auto do_wait = [&] (inferior *inf) local
  /src/external/gpl3/gdb.old/dist/gdb/
infrun.c 4205 auto do_wait = [&] (inferior *inf)
4226 if (inferior_matches (inf) && do_wait (inf))
4236 if (inferior_matches (inf) && do_wait (inf))
4199 auto do_wait = [&] (inferior *inf) local

Completed in 50 milliseconds