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

1 2

  /src/games/battlestar/
fly.c 51 static char destroyed; variable
80 destroyed = 0;
156 destroyed = 1;
174 if (destroyed) {
fly.c 51 static char destroyed; variable
80 destroyed = 0;
156 destroyed = 1;
174 if (destroyed) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_thread_registry.cc 256 bool destroyed = false; local
267 if ((destroyed = tctx->GetDestroyed())) {
272 if (!destroyed)
274 } while (!destroyed);
sanitizer_thread_registry.cc 256 bool destroyed = false; local
267 if ((destroyed = tctx->GetDestroyed())) {
272 if (!destroyed)
274 } while (!destroyed);
  /src/external/bsd/nvi/dist/motif_l/
m_ruler.c 143 static void destroyed(void)
146 puts( "destroyed" );
195 XtAddCallback( box, XmNdestroyCallback, destroyed, 0 );
140 static void destroyed(void) function
m_ruler.c 143 static void destroyed(void)
146 puts( "destroyed" );
195 XtAddCallback( box, XmNdestroyCallback, destroyed, 0 );
140 static void destroyed(void) function
m_options.c 212 static void destroyed(void)
216 puts( "destroyed" );
593 XtAddCallback( box, XmNdestroyCallback, destroyed, 0 );
209 static void destroyed(void) function
m_tags.c 223 static void destroyed(void)
226 puts( "destroyed" );
342 XtAddCallback( box, XmNdestroyCallback, destroyed, 0 );
218 static void destroyed(void) function
m_options.c 212 static void destroyed(void)
216 puts( "destroyed" );
593 XtAddCallback( box, XmNdestroyCallback, destroyed, 0 );
209 static void destroyed(void) function
m_tags.c 223 static void destroyed(void)
226 puts( "destroyed" );
342 XtAddCallback( box, XmNdestroyCallback, destroyed, 0 );
218 static void destroyed(void) function
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.cpp 256 bool destroyed = false; local
266 if ((destroyed = tctx->GetDestroyed())) {
273 if (!destroyed)
275 } while (!destroyed);
sanitizer_thread_registry.cpp 256 bool destroyed = false; local
266 if ((destroyed = tctx->GetDestroyed())) {
273 if (!destroyed)
275 } while (!destroyed);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.cpp 252 bool destroyed = false; local
262 if ((destroyed = tctx->GetDestroyed())) {
267 if (!destroyed)
269 } while (!destroyed);
sanitizer_thread_registry.cpp 252 bool destroyed = false; local
262 if ((destroyed = tctx->GetDestroyed())) {
267 if (!destroyed)
269 } while (!destroyed);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_report.h 104 bool destroyed; member in struct:__tsan::ReportMutex
tsan_report.h 104 bool destroyed; member in struct:__tsan::ReportMutex
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_vce.c 617 bool destroyed = false, created = false, allocated = false; local
632 if (destroyed) {
685 destroyed = true;
731 if ((!r && destroyed) || (r && allocated)) {
radeon_vce.c 617 bool destroyed = false, created = false, allocated = false; local
632 if (destroyed) {
685 destroyed = true;
731 if ((!r && destroyed) || (r && allocated)) {
  /src/external/bsd/libbind/dist/isc/
ctl_clnt.c 73 initializing = 0, connecting, connected, destroyed enumerator in enum:state
138 "initializing", "connecting", "connected", "destroyed"
226 if (ctx->state != destroyed)
246 case destroyed:
319 if (ctx->state == destroyed)
370 case destroyed:
387 new_state(ctx, destroyed);
392 REQUIRE(ctx->state != destroyed);
436 if (ctx->state == destroyed) {
ctl_clnt.c 73 initializing = 0, connecting, connected, destroyed enumerator in enum:state
138 "initializing", "connecting", "connected", "destroyed"
226 if (ctx->state != destroyed)
246 case destroyed:
319 if (ctx->state == destroyed)
370 case destroyed:
387 new_state(ctx, destroyed);
392 REQUIRE(ctx->state != destroyed);
436 if (ctx->state == destroyed) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_report.h 96 bool destroyed; member in struct:__tsan::ReportMutex
tsan_report.h 96 bool destroyed; member in struct:__tsan::ReportMutex
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
ctl.h 87 ql_head(ctl_arena_t) destroyed; member in struct:ctl_arenas_s
92 * destroyed arenas (accessed via MALLCTL_ARENAS_DESTROYED), and the
ctl.h 87 ql_head(ctl_arena_t) destroyed; member in struct:ctl_arenas_s
92 * destroyed arenas (accessed via MALLCTL_ARENAS_DESTROYED), and the
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
ctl.h 87 ql_head(ctl_arena_t) destroyed; member in struct:ctl_arenas_s
92 * destroyed arenas (accessed via MALLCTL_ARENAS_DESTROYED), and the

Completed in 47 milliseconds

1 2