Searched refs:omp_capture_affinity (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/openmp/runtime/test/affinity/format/ |
D | api2.c | 54 needed = omp_capture_affinity(my_buf, 512, NULL); in main() 60 omp_capture_affinity(my_buf, 5, NULL); in main() 63 needed = omp_capture_affinity(my_buf, 512, second_format); in main() 70 omp_capture_affinity(my_buf, 26, second_format); in main()
|
D | api.c | 40 size_t needed = omp_capture_affinity(my_buf, 512, NULL); in main() 44 omp_capture_affinity(my_buf, 5, NULL); in main()
|
D | fields_values.c | 37 size_t needed = omp_capture_affinity(buf, BUFFER_SIZE, NULL); in get_integer() 47 size_t needed = omp_capture_affinity(buf, BUFFER_SIZE, NULL); in get_string()
|
D | affinity_display.1.c | 69 nchars = omp_capture_affinity(buffer[tid], (size_t)BUFFER_STORE, NULL); in main()
|
D | fields_modifiers.c | 26 size_t needed = omp_capture_affinity(buf, BUFFER_SIZE, NULL); in get_string()
|
D | affinity_values.c | 105 size_t n = omp_capture_affinity(buf, 256, NULL); in check_thread_affinity()
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_stub.cpp | 40 #define omp_capture_affinity ompc_capture_affinity macro 391 size_t omp_capture_affinity(char *buffer, size_t buf_size, char const *format) { in omp_capture_affinity() function
|
D | kmp_ftn_os.h | 132 #define FTN_CAPTURE_AFFINITY omp_capture_affinity
|
D | dllexports | 530 omp_capture_affinity 751
|
/external/llvm-project/flang/module/ |
D | omp_lib.h | 283 function omp_capture_affinity(buffer, format) 287 integer(kind=omp_integer_kind) omp_capture_affinity 288 end function omp_capture_affinity
|
/external/llvm-project/openmp/runtime/src/include/ |
D | omp_lib.h.var | 576 function omp_capture_affinity(buffer, format) 580 integer (kind=kmp_size_t_kind) :: omp_capture_affinity 581 end function omp_capture_affinity 810 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_capture_affinity 893 !$omp declare target(omp_capture_affinity )
|
D | omp.h.var | 33 # define omp_capture_affinity ompc_capture_affinity 343 extern size_t __KAI_KMPC_CONVENTION omp_capture_affinity(char *, size_t, char const *);
|
D | omp_lib.f90.var | 499 function omp_capture_affinity(buffer, format) 503 integer (kind=kmp_size_t_kind) :: omp_capture_affinity 504 end function omp_capture_affinity
|