Home
last modified time | relevance | path

Searched refs:MBlockThreadContex (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.h57 MBlockThreadContex, enumerator
H A Dtsan_rtl_thread.cpp424 void *mem = internal_alloc(MBlockThreadContex, sizeof(ThreadState)); in FiberCreate()
H A Dtsan_rtl.cpp106 void *mem = internal_alloc(MBlockThreadContex, sizeof(ThreadContext)); in CreateThreadContext()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp145 ThreadState *thr = (ThreadState*)internal_alloc(MBlockThreadContex, in AllocGoroutine()