HomeSort by relevance Sort by last modified time
    Searched refs:waiting (Results 1 - 25 of 46) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/pid/
tst.fork.c 32 waiting(volatile int *a) function
56 while (waiting(&a) == 0)
tst.vfork.c 32 waiting(volatile int *a) function
56 while (waiting(&a) == 0)
tst.vfork.d 37 pid$1:a.out:waiting:entry
tst.fork.d 37 pid$1:a.out:waiting:entry
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/sparc/pid/
tst.branch.s 34 ENTRY(waiting) function
37 SET_SIZE(waiting)
43 call waiting
tst.embedded.s 34 ENTRY(waiting) function
37 SET_SIZE(waiting)
43 call waiting
tst.embedded.d 40 pid$1:a.out:waiting:entry
tst.br.s 34 ENTRY(waiting) function
37 SET_SIZE(waiting)
70 call waiting
tst.br.d 37 pid$1:a.out:waiting:entry
tst.branch.d 40 pid$1:a.out:waiting:entry
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
tst.branch.s 34 ENTRY(waiting) function
41 SET_SIZE(waiting)
52 call waiting
tst.embedded.s 34 ENTRY(waiting) function
41 SET_SIZE(waiting)
51 call waiting
tst.embedded.d 40 pid$1:a.out:waiting:entry
tst.ret.s 63 ENTRY(waiting) function
71 SET_SIZE(waiting)
82 call waiting
tst.branch.d 40 pid$1:a.out:waiting:entry
tst.ret.d 36 pid$1:a.out:waiting:entry
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
tst.call.c 37 * The waiting() function returns the value passed in, until something
47 waiting(volatile int *a) function
65 while (waiting(&a) == 0)
tst.call.d 38 pid$1:a.out:waiting:entry
tst.call3.d 39 pid$1:a.out:waiting:entry
  /onnv/onnv-gate/usr/src/lib/libc/i386/sys/
_lwp_mutex_unlock.s 37 andl $WAITER_MASK, %ecx / was anyone waiting on it?
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
door_calls.c 493 volatile uint32_t waiting; member in struct:door_xsync_shared
551 if (--xssp->waiting == 0)
566 if (--xssp->waiting == 0)
633 xssp->waiting = 0;
650 xssp->waiting++;
694 while (xssp->waiting)
733 xssp->waiting++;
739 while (xssp->waiting)
  /onnv/onnv-gate/usr/src/uts/common/io/audio/impl/
audio_sun.c 268 prinfo->waiting = B_FALSE;
288 prinfo->waiting = B_FALSE;
378 proc->p_info.play.waiting++;
380 proc->p_info.record.waiting++;
384 proc->p_info.play.waiting--;
386 proc->p_info.record.waiting--;
391 proc->p_info.play.waiting--;
393 proc->p_info.record.waiting--;
850 if (CHANGED8(npr, opr, waiting) && (npr->waiting)) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ldapcachemgr/
cachemgr_change.c 56 /* waiting for change or */
59 /* waiting for another main */
181 * Delete the thread from the waiting list and remove data when the list
249 * In waiting for the change notification phase, the thread is waken up by
536 int always = 1, waiting; local
539 waiting = 1;
543 waiting = 0;
549 if (waiting)
552 if (!waiting)
  /onnv/onnv-gate/usr/src/uts/common/sys/
audioio.h 78 uchar_t waiting; /* non-zero if a process wants access */ member in struct:audio_prinfo
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/rdc/
rdc_health.c 84 int waiting; /* A user is waiting to be woken up */ member in struct:rdc_link_down
437 syncdp->waiting = 1;
441 syncdp->waiting = 0;
778 if (syncdp->waiting) {
779 syncdp->waiting = 0;

Completed in 240 milliseconds

1 2