Searched refs:in_loader (Results 1 – 1 of 1) sorted by relevance
281 THREADLOCAL int in_loader; variable285 if (in_loader == 0) { in EnterLoader()288 ++in_loader; in EnterLoader()292 CHECK(in_loader > 0); in ExitLoader()293 --in_loader; in ExitLoader()295 if (in_loader == 0) { in ExitLoader()