OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:singleton
(Results
1 - 2
of
2
) 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/lib/libc/regex/
regcomp.c
169
static wint_t
singleton
(cset *cs);
1139
if ((ch =
singleton
(cs)) != OUT) { /* optimize
singleton
sets */
1534
* Emit a
singleton
set.
1734
-
singleton
- Determine whether a set contains only one character,
1738
singleton
(cset *cs)
function
Completed in 16 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026