Home
last modified time | relevance | path

Searched refs:StackEntries (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_basic_logging.cc64 size_t StackEntries = 0; member
144 TLD.StackEntries = 0; in getThreadLocalData()
152 TLD.StackEntries = 0; in getThreadLocalData()
180 if (TLD.StackEntries++ >= TLD.StackSize) in InMemoryRawLog()
191 (sizeof(StackEntry) * (TLD.StackEntries - 1)); in InMemoryRawLog()
197 if (TLD.StackEntries == 0) in InMemoryRawLog()
200 if (--TLD.StackEntries >= TLD.StackSize) in InMemoryRawLog()
215 (sizeof(StackEntry) * TLD.StackEntries); in InMemoryRawLog()
251 TLD.StackEntries = 0; in InMemoryRawLog()
274 TLD.StackEntries = 0; in InMemoryRawLogWithArg()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGarbageCollection.rst455 /// The head of the singly-linked list of StackEntries. Functions push