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

1 2 3

  /src/external/gpl3/gdb/dist/gnulib/import/
windows-initguard.h 29 volatile LONG started; member in struct:__anon18422
windows-once.h 29 volatile LONG started; member in struct:__anon18424
  /src/external/gpl3/gdb.old/dist/gnulib/import/
windows-initguard.h 29 volatile LONG started; member in struct:__anon21163
windows-once.h 29 volatile LONG started; member in struct:__anon21165
  /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/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
step-over-clone.c 30 /* These are used to signal that the threads have started correctly. The
39 /* Signal that this thread has started correctly. */
59 static int started = 0; local
60 if (!started)
61 started = 1;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
step-over-clone.c 30 /* These are used to signal that the threads have started correctly. The
39 /* Signal that this thread has started correctly. */
59 static int started = 0; local
60 if (!started)
61 started = 1;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
infcall-thread-announce.c 31 /* The pthread handle. Not valid unless STARTED is true. */
36 int started; member in struct:thread_descriptor
48 thread, mark the thread as started, and then block waiting for the main
64 /* Mark the thread as started. */
65 thread->started = TRUE;
67 /* Signal the main thread to tell it we are started. The main thread
87 new thread was started, otherwise return false. */
95 if (!threads[idx].started)
127 /* Look for a thread that is started. */
129 if (threads[idx].started)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
infcall-thread-announce.c 31 /* The pthread handle. Not valid unless STARTED is true. */
36 int started; member in struct:thread_descriptor
48 thread, mark the thread as started, and then block waiting for the main
64 /* Mark the thread as started. */
65 thread->started = TRUE;
67 /* Signal the main thread to tell it we are started. The main thread
87 new thread was started, otherwise return false. */
95 if (!threads[idx].started)
127 /* Look for a thread that is started. */
129 if (threads[idx].started)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_log.h 52 bool started; member in struct:intel_guc_log::__anon5006
  /src/external/bsd/libevent/dist/test/
bench_httpclient.c 66 struct timeval started; member in struct:request_info
93 evutil_timersub(&now, &ri->started, &diff);
164 evutil_gettimeofday(&ri->started, NULL);
  /src/external/bsd/ntp/dist/sntp/libevent/test/
bench_httpclient.c 67 struct timeval started; member in struct:request_info
94 evutil_timersub(&now, &ri->started, &diff);
165 evutil_gettimeofday(&ri->started, NULL);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_libcdep.cpp 28 VPrintf(1, "%s: Started BackgroundThread\n", SanitizerToolName);
95 static bool started = false; local
96 if (!started) {
97 started = true;
107 // Here we don't mind if thread is started on later stages.
  /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/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/crypto/external/apache2/openssl/dist/apps/
engine.c 101 int started = 0, err = 0; local
118 started = 1;
127 if (started) {
132 started = 1;
135 if (started) {
140 started = 1;
145 if (started)
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_local.h 144 * object is freed, thus (ch != NULL) iff (started == 1).
173 /* Have we started? */
174 unsigned int started : 1; member in struct:quic_conn_st
257 /* Have we started listening yet? */
  /src/crypto/external/bsd/openssl/dist/apps/
engine.c 94 int started = 0, err = 0; local
111 started = 1;
120 if (started) {
125 started = 1;
128 if (started) {
133 started = 1;
140 if (started)
  /src/crypto/external/bsd/openssl.old/dist/apps/
engine.c 85 int started = 0, err = 0; local
102 started = 1;
111 if (started) {
116 started = 1;
119 if (started) {
124 started = 1;
131 if (started)
  /src/external/bsd/am-utils/dist/hlfsd/
stubs.c 61 static int started; variable
113 if (!started) {
114 started++;
209 if (!started) {
210 started++;
  /src/external/bsd/unbound/dist/daemon/
remote.h 209 /** if the io processing has started */
210 int started; member in struct:fast_reload_thread
  /src/external/bsd/unbound/dist/dnstap/
dtstream.h 134 /** if the io processing has started */
135 int started; member in struct:dt_io_thread
276 * @return new io thread object. not yet started. or NULL malloc failure.
288 * @param dtio: io thread, not yet started.
319 * and a thread is started to process the dnstap log messages.
  /src/external/bsd/wpa/dist/src/wps/
wps_upnp_i.h 127 int started; /* nonzero if we are active */ member in struct:upnp_wps_device_sm
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
gthr-win32.h 346 long started; member in struct:__anon16668
543 if (InterlockedIncrement (&(__once->started)) == 0)

Completed in 35 milliseconds

1 2 3