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.cpp2534 struct dirent *task_entry = NULL; in __kmp_get_load_balance() local
2629 task_entry = readdir(task_dir); in __kmp_get_load_balance()
2630 while (task_entry != NULL) { in __kmp_get_load_balance()
2632 if (proc_entry->d_type == DT_DIR && isdigit(task_entry->d_name[0])) { in __kmp_get_load_balance()
2640 __kmp_str_buf_cat(&stat_path, task_entry->d_name, in __kmp_get_load_balance()
2641 KMP_STRLEN(task_entry->d_name)); in __kmp_get_load_balance()
2699 task_entry = readdir(task_dir); in __kmp_get_load_balance()
H A Dkmp_tasking.cpp1443 kmp_routine_entry_t task_entry) { argument
1467 sizeof_shareds, task_entry));
1567 task->routine = task_entry;
1658 (task_entry != (kmp_routine_entry_t)__kmp_taskloop_task)) {
1674 kmp_routine_entry_t task_entry) { argument
1685 sizeof_shareds, task_entry));
1688 sizeof_shareds, task_entry);
1699 kmp_routine_entry_t task_entry, argument
1710 sizeof_shareds, task_entry);
H A Dkmp.h4167 kmp_routine_entry_t task_entry);
4313 kmp_routine_entry_t task_entry);
4316 size_t sizeof_shareds, kmp_routine_entry_t task_entry, kmp_int64 device_id);