HomeSort by: relevance | last modified time | path
    Searched refs:destroyed (Results 1 - 12 of 12) 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);
sanitizer_malloc_mac.inc 256 // A no-op -- we will not be destroyed!
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_report.h 104 bool destroyed; member in struct:__tsan::ReportMutex
tsan_debugging.cc 149 int *destroyed, void **trace, uptr trace_size) {
155 *destroyed = mutex->destroyed;
tsan_rtl_report.cc 273 rm->destroyed = false;
306 rm->destroyed = true;
tsan_interface.h 158 int *destroyed, void **trace, uptr trace_size);
tsan_report.cc 99 return "use of an invalid mutex (e.g. uninitialized or destroyed)";
236 if (rm->destroyed) {
238 Printf(" Mutex M%llu is already destroyed.\n\n", rm->id);
  /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/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/common/dist/zlib/contrib/delphi/
ZLib.pas 67 when the stream is destroyed.
  /src/sys/arch/x68k/stand/boot_ufs/
boot.S 214 | partition table on the memory is destroyed

Completed in 24 milliseconds