Home
last modified time | relevance | path

Searched defs:thread_stack_ll (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/safestack/
H A Dsafestack.cpp144 struct thread_stack_ll { struct
145 struct thread_stack_ll *next;
146 void *stack_base;
147 size_t size;
148 pid_t pid;
149 ThreadId tid;