Lines Matching defs:TId
91 uint32_t TId = mapping::getThreadIdInBlock();
103 1u, TId == 0, ident,
105 state::ValueRAII ActiveLevelRAII(icv::ActiveLevel, 1u, 0u, TId == 0, ident,
107 state::ValueRAII LevelRAII(icv::Level, 1u, 0u, TId == 0, ident,
110 // Synchronize all threads after the main thread (TId == 0) set up the
123 if (!PTeamSize || TId < PTeamSize)
124 invokeMicrotask(TId, 0, fn, args, nargs);
149 uint32_t TId = mapping::getThreadIdInBlock();
163 invokeMicrotask(TId, 0, fn, args, nargs);
192 invokeMicrotask(TId, 0, fn, args, nargs);
291 uint32_t TId = mapping::getThreadIdInBlock();
292 bool ThreadIsActive = TId < state::getEffectivePTeamSize();
300 uint32_t TId = mapping::getThreadIdInBlock();
301 state::resetStateForThread(TId);