OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Singleton
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_mutex.cc
167
atomic_uintptr_t *
singleton
= (atomic_uintptr_t *)param;
local
169
int *val = (int *)atomic_load(
singleton
, memory_order_acquire);
170
__tsan_acquire(
singleton
);
177
TEST(DISABLED_BENCH_ThreadSanitizer,
Singleton
) {
186
// Create the
singleton
.
189
atomic_uintptr_t
singleton
;
local
190
__tsan_release(&
singleton
);
191
atomic_store(&
singleton
, (uintptr_t)&val, memory_order_release);
195
pthread_create(&threads[t], 0, singleton_thread, &
singleton
);
/src/external/apache2/llvm/dist/llvm/lib/Support/
JSON.cpp
777
assert(Stack.back().Ctx !=
Singleton
&& "Only one value allowed here");
808
if (Stack.size() > 1 && Stack.back().Ctx ==
Singleton
) {
869
Stack.back().Ctx =
Singleton
;
882
assert(Stack.back().Ctx ==
Singleton
);
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
JSON.h
896
assert(Stack.back().Ctx ==
Singleton
);
977
Singleton
, // Top level, or object attribute.
983
Context Ctx =
Singleton
;
/src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
package.d
1781
struct
Singleton
1799
assertThrown(makeArray!
Singleton
(Mallocator.instance, 10,
Singleton
(42)));
Completed in 78 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026