OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TidSlot
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl.cpp
255
static
TidSlot
* FindSlotAndLock(ThreadState* thr)
258
TidSlot
* slot = nullptr;
300
TidSlot
* slot = FindSlotAndLock(thr);
324
TidSlot
* slot = thr->slot;
369
TidSlot
* slot = thr->slot;
400
TidSlot
* slot = &slots[i];
407
TidSlot
::
TidSlot
() : mtx(MutexTypeSlot) {}
tsan_rtl.h
139
struct
TidSlot
{
155
TidSlot
();
210
TidSlot
*slot;
365
TidSlot
slots[kThreadSlotCount - 1];
371
IList<
TidSlot
, &
TidSlot
::node> slot_queue SANITIZER_GUARDED_BY(slot_mtx);
Completed in 156 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026