Home
last modified time | relevance | path

Searched refs:task_entry (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp2175 struct dirent *task_entry = NULL; in __kmp_get_load_balance() local
2267 task_entry = readdir(task_dir); in __kmp_get_load_balance()
2268 while (task_entry != NULL) { in __kmp_get_load_balance()
2270 if (proc_entry->d_type == DT_DIR && isdigit(task_entry->d_name[0])) { in __kmp_get_load_balance()
2279 __kmp_str_buf_cat(&stat_path, task_entry->d_name, in __kmp_get_load_balance()
2280 KMP_STRLEN(task_entry->d_name)); in __kmp_get_load_balance()
2338 task_entry = readdir(task_dir); in __kmp_get_load_balance()
H A Dkmp_tasking.cpp1188 kmp_routine_entry_t task_entry) { in __kmp_task_alloc() argument
1222 sizeof_shareds, task_entry)); in __kmp_task_alloc()
1326 task->routine = task_entry; in __kmp_task_alloc()
1414 kmp_routine_entry_t task_entry) { in __kmpc_omp_task_alloc() argument
1425 sizeof_shareds, task_entry)); in __kmpc_omp_task_alloc()
1428 sizeof_shareds, task_entry); in __kmpc_omp_task_alloc()
1439 kmp_routine_entry_t task_entry, in __kmpc_omp_target_task_alloc() argument
1448 sizeof_shareds, task_entry); in __kmpc_omp_target_task_alloc()
H A Dkmp.h3669 kmp_routine_entry_t task_entry);
3795 kmp_routine_entry_t task_entry);
3798 size_t sizeof_shareds, kmp_routine_entry_t task_entry, kmp_int64 device_id);