Lines Matching defs:TId
322 void __kmpc_ordered(IdentTy *Loc, int32_t TId) {}
324 void __kmpc_end_ordered(IdentTy *Loc, int32_t TId) {}
326 int32_t __kmpc_cancel_barrier(IdentTy *Loc, int32_t TId) {
327 __kmpc_barrier(Loc, TId);
331 void __kmpc_barrier(IdentTy *Loc, int32_t TId) {
336 return __kmpc_barrier_simple_spmd(Loc, TId);
341 [[clang::noinline]] void __kmpc_barrier_simple_spmd(IdentTy *Loc, int32_t TId) {
346 int32_t TId) {
350 int32_t __kmpc_master(IdentTy *Loc, int32_t TId) {
354 void __kmpc_end_master(IdentTy *Loc, int32_t TId) {}
356 int32_t __kmpc_masked(IdentTy *Loc, int32_t TId, int32_t Filter) {
360 void __kmpc_end_masked(IdentTy *Loc, int32_t TId) {}
362 int32_t __kmpc_single(IdentTy *Loc, int32_t TId) {
363 return __kmpc_master(Loc, TId);
366 void __kmpc_end_single(IdentTy *Loc, int32_t TId) {
376 void __kmpc_critical(IdentTy *Loc, int32_t TId, CriticalNameTy *Name) {
380 void __kmpc_end_critical(IdentTy *Loc, int32_t TId, CriticalNameTy *Name) {