| /openbsd-src/lib/libc/stdlib/ |
| H A D | random.c | 181 #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 D | setenv.c | 72 #define LOCK macro 90 LOCK; in setenv() 169 LOCK; in unsetenv()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
| H A D | Prompt.pm | 19 unless ($CPAN::META->{LOCK}) {
|
| H A D | CacheMgr.pm | 36 return unless $CPAN::META->{LOCK}; 222 return unless $CPAN::META->{LOCK};
|
| H A D | Distribution.pm | 75 if (!$CPAN::META->{LOCK}
|
| /openbsd-src/gnu/usr.bin/cvs/vms/ |
| H A D | vms-types.h | 28 struct LOCK struct
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstrCompiler.td | 700 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 D | X86SchedPredicates.td | 88 // A predicate used to check if an instruction has a LOCK prefix.
|
| H A D | X86InstrInfo.h | 577 return MI.getDesc().TSFlags & X86II::LOCK; in hasLockPrefix()
|
| H A D | X86ScheduleBtVer2.td | 447 // LOCK XADD %ecx, (%rsp) ## Instruction Latency: 16cy
|
| H A D | X86InstrFormats.td | 201 class LOCK { bit hasLockPrefix = 1; }
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | hash.h | 20 RCSVERS, DIRS, UPDATE, LOCK, NDBMNODE, FILEATTR, enumerator
|
| H A D | lock.c | 881 p->type = LOCK; 934 node->type = LOCK;
|
| H A D | hash.c | 468 case LOCK: return("LOCK");
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/ |
| H A D | CPAN.pm | 884 $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 D | X86InstPrinterCommon.cpp | 363 if ((TSFlags & X86II::LOCK) || (Flags & X86::IP_HAS_LOCK)) in printInstFlags()
|
| H A D | X86MCCodeEmitter.cpp | 667 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 D | X86BaseInfo.h | 898 LOCK = 1 << LOCKShift, enumerator
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | sync.md | 233 ;; Recall that xchg implicitly sets LOCK#, so adding it again wastes space.
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | Atomics.rst | 439 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 D | iq2000.cpu | 261 …(("CFC" 0) ("LOCK" 1) ("CTC" 2) ("UNLK" 3) ("SWRD" 4) ("SWRDL" 5) ("SWWR" 6) …
|
| /openbsd-src/gnu/usr.bin/binutils/cpu/ |
| H A D | iq2000.cpu | 278 …(("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 D | frv-opc.c | 4624 { { 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 D | frv-opc.c | 4586 { { 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 D | ChangeLog | 530 * omp_lib.f90.in (omp_test_lock): Fix LOCK argument type.
|