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

  /src/games/warp/
util.h 23 #define waiting 0 macro
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
quota.h 64 atomic_uint_fast32_t waiting; member in struct:isc_quota
132 * with a huge number of callbacks waiting, making it easy to create a
135 * the number of callbacks waiting in the queue will be limited by the
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/static/
urcu-qsbr.h 57 int waiting; member in struct:urcu_qsbr_reader
66 * Wake-up waiting synchronize_rcu(). Called from many concurrent threads.
70 if (caa_unlikely(_CMM_LOAD_SHARED(URCU_TLS(urcu_qsbr_reader).waiting))) {
71 _CMM_STORE_SHARED(URCU_TLS(urcu_qsbr_reader).waiting, 0);
  /src/external/bsd/libevent/dist/
evthread_win32.c 241 int waiting = 1; local
264 waiting = 0;
269 waiting = 0;
276 waiting = 0;
282 /* If we make it here, we are still waiting. */
290 } while (waiting);
  /src/external/bsd/ntp/dist/sntp/libevent/
evthread_win32.c 240 int waiting = 1; local
263 waiting = 0;
268 waiting = 0;
275 waiting = 0;
281 /* If we make it here, we are still waiting. */
289 } while (waiting);
  /src/external/bsd/tmux/dist/
file.c 75 * process can decide if it needs to exit (if it is waiting for files to
510 int waiting = 0; local
517 waiting++;
521 return (waiting != 0);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
clk.h 102 atomic_t waiting; member in struct:nvkm_clk
  /src/usr.sbin/rtadvd/
rtadvd.h 143 int waiting; /* number of RS waiting for RA */ member in struct:rainfo
rtadvd.c 334 "%s: set timer to %jd:%jd. waiting for "
340 "%s: there's no timer. waiting for inputs",
392 static int waiting; local
397 if (waiting) {
400 "%s: waiting for expiration of all RA timers",
417 waiting = 1;
706 rai->waiting = 0; /* XXX */
962 /* record sockaddr waiting for RA, if possible */
980 * If there is already a waiting RS packet, don't
983 if (rai->waiting++
    [all...]
  /src/external/bsd/unbound/dist/testcode/
checklocks.h 125 /** if the thread is currently waiting for a lock, which one */
126 struct checked_lock* waiting; member in struct:thr_check
149 /** how many threads are waiting for this lock */
  /src/external/gpl2/xcvs/dist/src/
lock.c 916 msg = Xasprintf ("[%8.8s] waiting for %s's lock in %s",
1268 int waiting = 0; local
1307 waiting = 1;
1311 if (waiting)
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_legacy.h 66 __volatile__ int waiting; /**< On kernel DMA queue */ member in struct:drm_buf
  /src/external/gpl3/gcc/dist/libgfortran/io/
async.h 386 DEBUG_PRINTF ("%s%-75s %20s():%-5d %18p\n", aio_prefix, DEBUG_BLUE "WAITING: " DEBUG_NORM \
495 int waiting; member in struct:async_unit::__anon14379
io.h 687 /* Number of threads waiting to acquire this unit's lock.
690 last of the waiting threads will do that.
693 int waiting; member in struct:gfc_unit
988 (void) __atomic_fetch_add (&u->waiting, 1, __ATOMIC_RELAXED);
990 u->waiting++;
1010 return __atomic_add_fetch (&u->waiting, -1, __ATOMIC_ACQ_REL);
1012 return --u->waiting;
1020 (void) __atomic_fetch_add (&u->waiting, -1, __ATOMIC_RELAXED);
1024 u->waiting--;
1028 u->waiting--
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
async.h 245 DEBUG_PRINTF ("%s%-75s %20s():%-5d %18p\n", aio_prefix, DEBUG_BLUE "WAITING: " DEBUG_NORM \
344 int waiting; member in struct:async_unit::__anon16791
io.h 688 /* Number of threads waiting to acquire this unit's lock.
691 last of the waiting threads will do that.
694 int waiting; member in struct:gfc_unit
984 (void) __atomic_fetch_add (&u->waiting, 1, __ATOMIC_RELAXED);
986 u->waiting++;
1006 return __atomic_add_fetch (&u->waiting, -1, __ATOMIC_ACQ_REL);
1008 return --u->waiting;
1016 (void) __atomic_fetch_add (&u->waiting, -1, __ATOMIC_RELAXED);
1019 u->waiting--;
  /src/external/mpl/bind/dist/tests/bench/
qpmulti.c 359 uint32_t waiting; member in struct:bench_state
715 bctx->waiting = zipf ? bctx->nloops : bctx->readers + bctx->mutate;
716 isc_barrier_init(&bctx->barrier, bctx->waiting);
717 for (uint32_t t = 0; t < bctx->waiting; t++) {
755 bctx->waiting--;
756 if (bctx->waiting > 0) {
  /src/sys/compat/sunos/
sunos.h 140 u_char waiting; member in struct:sunos_audio_prinfo
  /src/sbin/ifconfig/
ifconfig.c 531 bool waiting; local
559 waiting = false;
573 waiting = true;
577 if (!waiting)
  /src/external/bsd/ppp/dist/pppd/
main.c 156 int childwait_done; /* have timed out waiting for children */
185 static int waiting; variable
550 waiting = 0;
662 dbglog("Waiting for %d child processes...", n_children);
690 waiting = 1;
697 waiting = 0;
1575 if (waiting) {
1599 if (waiting) {
1616 if (waiting) {
1653 if (waiting) {
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zio.c 521 boolean_t waiting = B_FALSE; local
529 waiting = B_TRUE;
533 return (waiting);
1509 * interrupt threads may all be blocked waiting for the config lock.
1636 * (2) the pipeline stalls waiting for dependent child I/Os
1637 * (3) the I/O issues, so we're waiting for an I/O completion interrupt
2837 * been waiting.
  /src/sys/external/bsd/drm/dist/shared-core/
savage_drv.h 187 unsigned int waiting; member in struct:drm_savage_private
  /src/sys/external/bsd/drm2/dist/drm/savage/
savage_drv.h 192 unsigned int waiting; member in struct:drm_savage_private
  /src/sys/sys/
audioio.h 66 u_char waiting; /* non-zero if another process hangs in open */ member in struct:audio_prinfo

Completed in 67 milliseconds