Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp2523 struct dirent *task_entry = NULL; in __kmp_get_load_balance() local
2618 task_entry = readdir(task_dir); in __kmp_get_load_balance()
2619 while (task_entry != NULL) { in __kmp_get_load_balance()
2621 if (proc_entry->d_type == DT_DIR && isdigit(task_entry->d_name[0])) { in __kmp_get_load_balance()
2629 __kmp_str_buf_cat(&stat_path, task_entry->d_name, in __kmp_get_load_balance()
2630 KMP_STRLEN(task_entry->d_name)); in __kmp_get_load_balance()
2688 task_entry = readdir(task_dir); in __kmp_get_load_balance()
H A Dkmp_tasking.cpp1460 kmp_routine_entry_t task_entry) { argument
1484 sizeof_shareds, task_entry));
1584 task->routine = task_entry;
1673 (task_entry != (kmp_routine_entry_t)__kmp_taskloop_task)) {
1688 kmp_routine_entry_t task_entry) { argument
1699 sizeof_shareds, task_entry));
1702 sizeof_shareds, task_entry);
1713 kmp_routine_entry_t task_entry, argument
1724 sizeof_shareds, task_entry);
H A Dkmp.h4126 kmp_routine_entry_t task_entry);
4272 kmp_routine_entry_t task_entry);
4275 size_t sizeof_shareds, kmp_routine_entry_t task_entry, kmp_int64 device_id);