Home
last modified time | relevance | path

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

12

/openbsd-src/lib/libc/stdlib/
H A 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/
H A Dsetenv.c72 #define LOCK macro
90 LOCK; in setenv()
169 LOCK; in unsetenv()
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DPrompt.pm19 unless ($CPAN::META->{LOCK}) {
H A DCacheMgr.pm36 return unless $CPAN::META->{LOCK};
222 return unless $CPAN::META->{LOCK};
H A DDistribution.pm75 if (!$CPAN::META->{LOCK}
/openbsd-src/gnu/usr.bin/cvs/vms/
H A Dvms-types.h28 struct LOCK struct
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A 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 …]
H A DX86SchedPredicates.td88 // A predicate used to check if an instruction has a LOCK prefix.
H A DX86InstrInfo.h577 return MI.getDesc().TSFlags & X86II::LOCK; in hasLockPrefix()
H A DX86ScheduleBtVer2.td447 // LOCK XADD %ecx, (%rsp) ## Instruction Latency: 16cy
H A DX86InstrFormats.td201 class LOCK { bit hasLockPrefix = 1; }
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dhash.h20 RCSVERS, DIRS, UPDATE, LOCK, NDBMNODE, FILEATTR, enumerator
H A Dlock.c881 p->type = LOCK;
934 node->type = LOCK;
H A Dhash.c468 case LOCK: return("LOCK");
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/
H A 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/
H A DX86InstPrinterCommon.cpp363 if ((TSFlags & X86II::LOCK) || (Flags & X86::IP_HAS_LOCK)) in printInstFlags()
H A 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()
H A DX86BaseInfo.h898 LOCK = 1 << LOCKShift, enumerator
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dsync.md233 ;; Recall that xchg implicitly sets LOCK#, so adding it again wastes space.
/openbsd-src/gnu/llvm/llvm/docs/
H A 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-2.17/cpu/
H A Diq2000.cpu261 …(("CFC" 0) ("LOCK" 1) ("CTC" 2) ("UNLK" 3) ("SWRD" 4) ("SWRDL" 5) ("SWWR" 6) …
/openbsd-src/gnu/usr.bin/binutils/cpu/
H A Diq2000.cpu278 …(("CFC" 0) ("LOCK" 1) ("CTC" 2) ("UNLK" 3) ("SWRD" 4) ("SWRDL" 5) ("SWWR" 6) …
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A 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/
H A 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/
H A DChangeLog530 * omp_lib.f90.in (omp_test_lock): Fix LOCK argument type.

12