Searched refs:task_entry (Results 1 – 3 of 3) sorted by relevance
2175 struct dirent *task_entry = NULL; in __kmp_get_load_balance() local2267 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()
1188 kmp_routine_entry_t task_entry) { in __kmp_task_alloc() argument1222 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() argument1425 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() argument1448 sizeof_shareds, task_entry); in __kmpc_omp_target_task_alloc()
3669 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);