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

  /src/tests/lib/libpthread/
t_preempt.c 48 int started; variable
61 started++;
99 started = 0;
105 while (started < NTHREADS) {
109 printf("1: Thread has started.\n");
  /src/usr.bin/w/
pr_time.c 56 pr_attime(time_t *started, time_t *now)
64 tp = localtime(started);
65 diff = *now - *started;
  /src/usr.bin/make/unit-tests/
sh-errctl.exp 20 job started, job table:
opt-debug-jobs.exp 18 job started, job table:
make-exported.mk 17 # Before 2020-10-03, if the value of .MAKE.EXPORTED started with "-literal",
directive-export.mk 42 # Before a child process is started, whether for the '!=' assignment operator
55 # the actual export action is deferred until a subprocess is started, assuming
varname-dot-curdir.mk 4 # canonical path of the current working directory, when make started.
var-scope-cmdline.mk 48 # 1.174 from 2013-05-18, Var_Delete had started to expand the variable name.
54 # from 2016-02-19, when the variable modifier ':@' started to delete the
varmod-mtime.mk 22 # started.
54 # timestamp when parsing of this makefile started.
varmod-ifelse.mk 139 # evaluated the left-hand side of the operator '&&' and then started parsing
  /src/sys/arch/arm/xscale/
ixp425_npevar.h 97 int started; /* NPE is started */ member in struct:ixpnpe_softc
ixp425_npe.c 347 sc->started = 0; /* mark stopped */
359 if (!sc->started) {
362 sc->started = 1;
389 sc->started = 0;
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_log.h 52 bool started; member in struct:intel_guc_log::__anon5006
intel_guc_log.c 369 log->relay.started = false;
607 if (log->relay.started)
619 log->relay.started = true;
629 if (!log->relay.started)
655 if (!log->relay.started)
663 log->relay.started = false;
  /src/tests/lib/csu/
t_crt0.sh 69 main started
  /src/bin/ps/
extern.h 88 void started(struct pinfo *, VARENT *, enum mode);
keyword.c 148 VAR6("lstart", "STARTED", LJUST, lstarted, POFF(p_ustart_sec), UINT32),
195 VAR6("start", "STARTED", 0, started, POFF(p_ustart_sec), UINT32),
print.c 788 started(struct pinfo *pi, VARENT *ve, enum mode mode) function
840 * XXX: The hardcoded "STARTED" string. Better or
843 if (v->width > (int)sizeof("STARTED") - 1) {
875 * process "started".
  /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
148 continue; /* BP already started */
166 started |= __BIT(cpuindex);
  /src/libexec/httpd/
printenv.lua 6 -- Keep in mind that bozohttpd forks for each request when started in
  /src/usr.sbin/ypbind/
ypbind.c 1642 int started = 0; local
1798 if (!started && domains->dom_state == DOM_ALIVE) {
1799 started = 1;
  /src/sys/arch/m68k/060sp/dist/
isp.s 2992 # the emulation sequence should be re-started from the beginning. #

Completed in 57 milliseconds