Searched refs:GetBlockIdInKernel (Results 1 – 7 of 7) sorted by relevance
134 printf(fmt, (int)GetBlockIdInKernel(), (int)GetThreadIdInBlock(), in log()145 printf(fmt, (int)GetBlockIdInKernel(), (int)GetThreadIdInBlock(), in check()
221 unsigned i = hash(GetBlockIdInKernel()); in Acquire()
37 if (cycles >= __OMP_SPIN * GetBlockIdInKernel()) { in __kmpc_impl_set_lock()
207 INLINE int GetBlockIdInKernel() { return blockIdx.x; } in GetBlockIdInKernel() function
132 INLINE int GetBlockIdInKernel() { return __builtin_amdgcn_workgroup_id_x(); } in GetBlockIdInKernel() function
174 return GetBlockIdInKernel(); // assume 1 block per team in GetOmpTeamId()
207 uint32_t TeamId = GetBlockIdInKernel(); in __kmpc_nvptx_teams_reduce_nowait_v2()