OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:guard2
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtcapi.h
67
__int32
guard2
[3];
member in struct:_RTC_ALLOCA_NODE
/art/test/004-checker-UnsafeTest18/src/
Main.java
290
final AtomicBoolean
guard2
= new AtomicBoolean();
local
295
while (!
guard2
.get()); // busy-waiting
303
while (!
guard2
.weakCompareAndSet(false, true)); // relaxed memory order
/external/clang/test/CodeGenCXX/
microsoft-abi-thread-safe-statics.cpp
61
// CHECK-NEXT: %[[
guard2
:.*]] = load atomic i32, i32* @"\01?$TSS0@?1??g@@YAAAUS@@XZ" unordered, align 4
62
// CHECK-NEXT: %[[cmp2:.*]] = icmp eq i32 %[[
guard2
]], -1
/packages/apps/Nfc/nci/jni/
PeerToPeer.cpp
1020
SyncEventGuard
guard2
(pConn->mReadEvent);
[
all
...]
Completed in 53 milliseconds