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

  /src/games/battlestar/
fly.c 51 static char destroyed; variable in typeref:typename:char
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 in function:__sanitizer::ThreadRegistry::JoinThread
267 if ((destroyed = tctx->GetDestroyed())) {
272 if (!destroyed)
274 } 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 in function:radeon_vce_cs_parse
632 if (destroyed) {
685 destroyed = true;
731 if ((!r && destroyed) || (r && allocated)) {
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_vce.c 728 uint32_t destroyed = 0; local in function:amdgpu_vce_ring_parse_cs
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 in function:amdgpu_vce_ring_parse_cs_vm
992 if (destroyed & (1 << session_idx)) {
993 destroyed &= ~(1 << session_idx);
1005 destroyed |= 1 << session_idx
    [all...]

Completed in 14 milliseconds