Searched refs:in_loader (Results 1 – 1 of 1) sorted by relevance
322 THREADLOCAL int in_loader; variable326 if (in_loader == 0) { in EnterLoader()329 ++in_loader; in EnterLoader()333 CHECK(in_loader > 0); in ExitLoader()334 --in_loader; in ExitLoader()336 if (in_loader == 0) { in ExitLoader()