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

  /src/tests/lib/libpthread/
t_preempt.c 48 int started; variable in typeref:typename:int
61 started++;
99 started = 0;
105 while (started < NTHREADS) {
109 printf("1: Thread has started.\n");
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_log.h 52 bool started; member in struct:intel_guc_log::__anon87a525670108
  /src/sys/arch/arm/xscale/
ixp425_npevar.h 97 int started; /* NPE is started */ member in struct:ixpnpe_softc
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_sw_fence.c 512 struct completion started; member in struct:task_ipc
521 complete(&ipc->started);
544 init_completion(&ipc.started);
550 wait_for_completion(&ipc.started);
  /src/sys/arch/arm/samsung/
exynos_platform.c 105 uint32_t val, started = 0; local in function:exynos5800_mpstart
148 continue; /* BP already started */
166 started |= __BIT(cpuindex);
  /src/bin/ps/
print.c 788 started(struct pinfo *pi, VARENT *ve, enum mode mode) function in typeref:typename:void
840 * XXX: The hardcoded "STARTED" string. Better or
843 if (v->width > (int)sizeof("STARTED") - 1) {
875 * process "started".
  /src/usr.sbin/ypbind/
ypbind.c 1642 int started = 0; local in function:main
1798 if (!started && domains->dom_state == DOM_ALIVE) {
1799 started = 1;

Completed in 37 milliseconds