Searched refs:in_loader (Results 1 – 1 of 1) sorted by relevance
326 THREADLOCAL int in_loader; variable330 if (in_loader == 0) { in EnterLoader()333 ++in_loader; in EnterLoader()337 CHECK(in_loader > 0); in ExitLoader()338 --in_loader; in ExitLoader()340 if (in_loader == 0) { in ExitLoader()