/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/ |
D | loop.cu | 97 INLINE static void for_static_init(int32_t gtid, int32_t schedtype, in for_static_init() argument 113 (int)gtid, (int)schedtype, (long long)chunk, (int)gtid, in for_static_init() 124 switch (SCHEDULE_WITHOUT_MODIFIERS(schedtype)) { in for_static_init() 174 ASSERT(LT_FUSSY, 0, "unknown schedtype %d", (int)schedtype); in for_static_init() 176 (int)schedtype); in for_static_init() 619 int32_t schedtype, int32_t *plastiter, in __kmpc_for_static_init_4() argument 625 global_tid, schedtype, plastiter, plower, pupper, pstride, chunk, in __kmpc_for_static_init_4() 630 int32_t schedtype, int32_t *plastiter, in __kmpc_for_static_init_4u() argument 636 global_tid, schedtype, plastiter, plower, pupper, pstride, chunk, in __kmpc_for_static_init_4u() 641 int32_t schedtype, int32_t *plastiter, in __kmpc_for_static_init_8() argument [all …]
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_sched.cpp | 72 kmp_int32 schedtype, kmp_int32 *plastiter, in __kmp_for_static_init() argument 138 KD_TRACE(100, (buff, global_tid, schedtype, *plastiter, *plower, *pupper, in __kmp_for_static_init() 192 if (schedtype > kmp_ord_upper) { in __kmp_for_static_init() 194 schedtype += kmp_sch_static - in __kmp_for_static_init() 294 switch (schedtype) { in __kmp_for_static_init() 394 if (schedtype == kmp_sch_static) { in __kmp_for_static_init() 804 void __kmpc_for_static_init_4(ident_t *loc, kmp_int32 gtid, kmp_int32 schedtype, in __kmpc_for_static_init_4() argument 808 __kmp_for_static_init<kmp_int32>(loc, gtid, schedtype, plastiter, plower, in __kmpc_for_static_init_4() 821 kmp_int32 schedtype, kmp_int32 *plastiter, in __kmpc_for_static_init_4u() argument 825 __kmp_for_static_init<kmp_uint32>(loc, gtid, schedtype, plastiter, plower, in __kmpc_for_static_init_4u() [all …]
|
D | kmp_dispatch.cpp | 921 kmp_uint64 schedtype = 0; in __kmp_dispatch_init() local 930 schedtype = 1; in __kmp_dispatch_init() 935 schedtype = 2; in __kmp_dispatch_init() 940 schedtype = 3; in __kmp_dispatch_init() 943 __kmp_itt_metadata_loop(loc, schedtype, pr->u.p.tc, cur_chunk); in __kmp_dispatch_init()
|
D | kmp.h | 3705 kmp_int32 schedtype, kmp_int32 *plastiter,
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getinheritsched/ |
D | 1-1.c | 29 int verify_inheritsched(pthread_attr_t * attr, int schedtype) in verify_inheritsched() argument 39 switch (schedtype) { in verify_inheritsched()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/ |
D | 1-1.c | 29 int verify_inheritsched(pthread_attr_t * attr, int schedtype) in verify_inheritsched() argument 39 switch (schedtype) { in verify_inheritsched()
|