OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:slot_mtx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl.h
368
Mutex
slot_mtx
;
member in struct:__tsan::Context
369
uptr global_epoch; // guarded by
slot_mtx
and by all slot mutexes
371
IList<TidSlot, &TidSlot::node> slot_queue SANITIZER_GUARDED_BY(
slot_mtx
);
373
SANITIZER_GUARDED_BY(
slot_mtx
);
374
uptr trace_part_total_allocated SANITIZER_GUARDED_BY(
slot_mtx
);
375
uptr trace_part_recycle_finished SANITIZER_GUARDED_BY(
slot_mtx
);
376
uptr trace_part_finished_excess SANITIZER_GUARDED_BY(
slot_mtx
);
708
{ Lock lock(&ctx->
slot_mtx
); }
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl.h
326
Mutex
slot_mtx
;
member in struct:__tsan::Context
684
{ Lock lock(&ctx->
slot_mtx
); }
Completed in 27 milliseconds
Indexes created Sun Mar 22 00:23:16 UTC 2026