Home
last modified time | relevance | path

Searched refs:LOCK (Results 1 – 25 of 28) sorted by relevance

12

/openbsd/src/lib/libc/stdlib/
Drandom.c181 #define LOCK() _MUTEX_LOCK(&random_mutex) macro
243 LOCK(); in srandom_deterministic()
272 LOCK(); in initstate()
337 LOCK(); in setstate()
410 LOCK(); in random()
/openbsd/src/gnu/lib/libiberty/src/
Dsetenv.c72 #define LOCK macro
90 LOCK; in setenv()
169 LOCK; in unsetenv()
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
DPrompt.pm19 unless ($CPAN::META->{LOCK}) {
DCacheMgr.pm36 return unless $CPAN::META->{LOCK};
222 return unless $CPAN::META->{LOCK};
DDistribution.pm75 if (!$CPAN::META->{LOCK}
/openbsd/src/gnu/usr.bin/cvs/vms/
Dvms-types.h28 struct LOCK struct
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86InstrCompiler.td700 Requires<[Not64BitMode]>, OpSize32, LOCK,
717 [(set EFLAGS, (Op addr:$dst, GR8:$src2))]>, LOCK;
725 OpSize16, LOCK;
733 OpSize32, LOCK;
740 [(set EFLAGS, (Op addr:$dst, GR64:$src2))]>, LOCK;
750 OpSize16, LOCK;
758 OpSize32, LOCK;
766 LOCK;
773 [(set EFLAGS, (Op addr:$dst, (i8 imm:$src2)))]>, LOCK;
781 OpSize16, LOCK;
[all …]
DX86SchedPredicates.td88 // A predicate used to check if an instruction has a LOCK prefix.
DX86InstrInfo.h577 return MI.getDesc().TSFlags & X86II::LOCK; in hasLockPrefix()
DX86ScheduleBtVer2.td447 // LOCK XADD %ecx, (%rsp) ## Instruction Latency: 16cy
DX86InstrFormats.td201 class LOCK { bit hasLockPrefix = 1; }
/openbsd/src/gnu/usr.bin/cvs/src/
Dhash.h20 RCSVERS, DIRS, UPDATE, LOCK, NDBMNODE, FILEATTR, enumerator
Dlock.c881 p->type = LOCK;
934 node->type = LOCK;
Dhash.c468 case LOCK: return("LOCK");
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/
DCPAN.pm884 $self->{LOCK} = $lockfile;
1350 return unless defined $META->{LOCK};
1351 return unless -f $META->{LOCK};
1355 unlink $META->{LOCK};
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
DX86InstPrinterCommon.cpp363 if ((TSFlags & X86II::LOCK) || (Flags & X86::IP_HAS_LOCK)) in printInstFlags()
DX86MCCodeEmitter.cpp667 assert(!(TSFlags & X86II::LOCK) && "Can't have LOCK VEX."); in emitVEXOpcodePrefix()
1276 if (TSFlags & X86II::LOCK || MI.getFlags() & X86::IP_HAS_LOCK) in emitOpcodePrefix()
DX86BaseInfo.h898 LOCK = 1 << LOCKShift, enumerator
/openbsd/src/gnu/gcc/gcc/config/i386/
Dsync.md233 ;; Recall that xchg implicitly sets LOCK#, so adding it again wastes space.
/openbsd/src/gnu/llvm/llvm/docs/
DAtomics.rst439 generated. ``cmpxchg`` uses the ``LOCK CMPXCHG`` instruction. ``atomicrmw xchg``
441 other ``atomicrmw`` operations generate a loop with ``LOCK CMPXCHG``. Depending
443 operations like ``LOCK AND``, but that does not work in general.
/openbsd/src/gnu/usr.bin/binutils/cpu/
Diq2000.cpu278 …(("CFC" 0) ("LOCK" 1) ("CTC" 2) ("UNLK" 3) ("SWRD" 4) ("SWRDL" 5) ("SWWR" 6) …
/openbsd/src/gnu/usr.bin/binutils-2.17/cpu/
Diq2000.cpu261 …(("CFC" 0) ("LOCK" 1) ("CTC" 2) ("UNLK" 3) ("SWRD" 4) ("SWRDL" 5) ("SWWR" 6) …
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dfrv-opc.c4624 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (LOCK), 0 } },
4630 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (LOCK), 0 } },
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dfrv-opc.c4586 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (LOCK), 0 } },
4592 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (LOCK), 0 } },
/openbsd/src/gnu/gcc/libgomp/
DChangeLog530 * omp_lib.f90.in (omp_test_lock): Fix LOCK argument type.

12