Searched defs:schedtype (Results 1 – 5 of 5) sorted by relevance
/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() 619 int32_t schedtype, int32_t *plastiter, in __kmpc_for_static_init_4() 630 int32_t schedtype, int32_t *plastiter, in __kmpc_for_static_init_4u() 641 int32_t schedtype, int32_t *plastiter, in __kmpc_for_static_init_8() 652 int32_t schedtype, int32_t *plastiter, in __kmpc_for_static_init_8u() 664 int32_t schedtype, int32_t *plastiter, in __kmpc_for_static_init_4_simple_spmd() 676 int32_t schedtype, in __kmpc_for_static_init_4u_simple_spmd() 688 int32_t schedtype, int32_t *plastiter, in __kmpc_for_static_init_8_simple_spmd() 700 int32_t schedtype, in __kmpc_for_static_init_8u_simple_spmd() 712 kmp_Ident *loc, int32_t global_tid, int32_t schedtype, int32_t *plastiter, in __kmpc_for_static_init_4_simple_generic() [all …]
|
/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()
|
/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()
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_sched.cpp | 72 kmp_int32 schedtype, kmp_int32 *plastiter, 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() 821 kmp_int32 schedtype, kmp_int32 *plastiter, in __kmpc_for_static_init_4u() 837 void __kmpc_for_static_init_8(ident_t *loc, kmp_int32 gtid, kmp_int32 schedtype, in __kmpc_for_static_init_8() 854 kmp_int32 schedtype, kmp_int32 *plastiter, in __kmpc_for_static_init_8u()
|
D | kmp_dispatch.cpp | 921 kmp_uint64 schedtype = 0; in __kmp_dispatch_init() local
|