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

  /src/games/battlestar/
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);
  /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_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);
  /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);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
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)) {
  /src/external/bsd/jemalloc/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
  /src/external/bsd/jemalloc/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
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
ctl.h 82 ql_head(ctl_arena_t) destroyed; member in struct:ctl_arenas_s
87 * destroyed arenas (accessed via MALLCTL_ARENAS_DESTROYED), and the
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
ctl.h 82 ql_head(ctl_arena_t) destroyed; member in struct:ctl_arenas_s
87 * destroyed arenas (accessed via MALLCTL_ARENAS_DESTROYED), and the
  /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) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_report.h 96 bool destroyed; member in struct:__tsan::ReportMutex
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_vce.c 728 uint32_t destroyed = 0; local
828 if (destroyed & (1 << session_idx)) {
829 destroyed &= ~(1 << session_idx);
880 destroyed |= 1 << session_idx;
939 /* No error, free all destroyed handle slots */
940 tmp = destroyed;
963 uint32_t destroyed = 0; local
992 if (destroyed & (1 << session_idx)) {
993 destroyed &= ~(1 << session_idx);
1005 destroyed |= 1 << session_idx
    [all...]
  /src/external/mit/xorg/lib/libxcb/files/
sync.h 609 uint8_t destroyed; member in struct:xcb_sync_counter_notify_event_t
  /src/external/bsd/openldap/dist/clients/tools/
common.c 286 static int destroyed; local
287 if ( destroyed++ )
  /src/external/mpl/bind/dist/lib/dns/
qp.c 624 * Returns true if the twigs were immediately destroyed.
777 /* clean up when snapshot is destroyed */
859 * When a snapshot is destroyed, clean up chunks that need free()ing
1044 * Free some twigs and (if they were destroyed immediately so that the
1065 bool destroyed = free_twigs(qp, twigs, size); local
1066 if (destroyed && QP_AUTOGC(qp)) {
1085 return destroyed;
1774 /* old twigs destroyed, only attach to new leaf */

Completed in 45 milliseconds