OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bg_thread
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl.cpp
442
static atomic_uint32_t
bg_thread
= {};
local
443
if (atomic_load(&
bg_thread
, memory_order_relaxed) == 0 &&
444
atomic_exchange(&
bg_thread
, 1, memory_order_relaxed) == 0) {
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc
425
static atomic_uint32_t
bg_thread
= {};
local
426
if (atomic_load(&
bg_thread
, memory_order_relaxed) == 0 &&
427
atomic_exchange(&
bg_thread
, 1, memory_order_relaxed) == 0) {
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl.cpp
762
static atomic_uint32_t
bg_thread
= {};
local
763
if (atomic_load(&
bg_thread
, memory_order_relaxed) == 0 &&
764
atomic_exchange(&
bg_thread
, 1, memory_order_relaxed) == 0) {
/src/external/gpl3/gdb.old/dist/gdb/
windows-nat.c
405
HANDLE
bg_thread
= CreateThread (nullptr, 64 * 1024,
local
407
CloseHandle (
bg_thread
);
/src/external/gpl3/gdb/dist/gdb/
windows-nat.c
404
HANDLE
bg_thread
= CreateThread (nullptr, 64 * 1024,
local
406
CloseHandle (
bg_thread
);
Completed in 34 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026