HomeSort by: relevance | last modified time | path
    Searched defs:ctx_mem (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_rtl.cc 92 static u64 ctx_mem[sizeof(Context) / sizeof(u64) + 1]; local in function:__dsan::Initialize
93 ctx = new(ctx_mem) Context();
dd_rtl.cc 92 static u64 ctx_mem[sizeof(Context) / sizeof(u64) + 1]; local in function:__dsan::Initialize
93 ctx = new(ctx_mem) Context();

Completed in 168 milliseconds