Searched refs:task_entry (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/openmp/runtime/test/tasking/ |
D | bug_nested_proxy_task.c | 68 kmp_routine_entry_t task_entry ); 89 int task_entry(kmp_int32 gtid, kmp_task_t *task) in task_entry() function 116 kmp_task_t *proxy_task = __kmpc_omp_task_alloc(NULL,gtid,17,sizeof(kmp_task_t),0,&task_entry); in main() 128 …p_task_t *nested_proxy_task = __kmpc_omp_task_alloc(NULL,gtid,17,sizeof(kmp_task_t),0,&task_entry); in main()
|
D | bug_proxy_task_dep_waiting.c | 65 kmp_routine_entry_t task_entry ); 86 int task_entry(kmp_int32 gtid, kmp_task_t *task) in task_entry() function 111 kmp_task_t *proxy_task = __kmpc_omp_task_alloc(NULL,gtid,17,sizeof(kmp_task_t),0,&task_entry); in main()
|
D | kmp_taskloop.c | 66 task_entry_t task_entry ); 75 int task_entry(int gtid, ptask task) in task_entry() function 118 task = __kmpc_omp_task_alloc(NULL,gtid,1,sizeof(struct task),sizeof(struct shar),&task_entry); in main()
|
D | kmp_detach_tasks_t1.c | 71 int task_entry(int gtid, ptask task) { in task_entry() function 93 …mp_task_alloc(NULL,gtid,PTASK_FLAG_DETACHABLE,sizeof(struct task),sizeof(struct shar),&task_entry); in main()
|
D | kmp_detach_tasks_t2.c | 72 int task_entry(int gtid, ptask task) { in task_entry() function 96 sizeof(struct task),sizeof(struct shar),&task_entry); in main()
|
D | kmp_detach_tasks_t3.c | 82 int task_entry(int gtid, ptask task) { in task_entry() function 109 sizeof(struct task),sizeof(struct shar),&task_entry); in main()
|
/external/llvm-project/openmp/runtime/src/ |
D | z_Linux_util.cpp | 2231 struct dirent *task_entry = NULL; in __kmp_get_load_balance() local 2323 task_entry = readdir(task_dir); in __kmp_get_load_balance() 2324 while (task_entry != NULL) { in __kmp_get_load_balance() 2326 if (proc_entry->d_type == DT_DIR && isdigit(task_entry->d_name[0])) { in __kmp_get_load_balance() 2335 __kmp_str_buf_cat(&stat_path, task_entry->d_name, in __kmp_get_load_balance() 2336 KMP_STRLEN(task_entry->d_name)); in __kmp_get_load_balance() 2394 task_entry = readdir(task_dir); in __kmp_get_load_balance()
|
D | kmp_tasking.cpp | 1170 kmp_routine_entry_t task_entry) { in __kmp_task_alloc() argument 1184 sizeof_shareds, task_entry)); in __kmp_task_alloc() 1280 task->routine = task_entry; in __kmp_task_alloc() 1371 kmp_routine_entry_t task_entry) { in __kmpc_omp_task_alloc() argument 1382 sizeof_shareds, task_entry)); in __kmpc_omp_task_alloc() 1385 sizeof_shareds, task_entry); in __kmpc_omp_task_alloc() 1396 kmp_routine_entry_t task_entry, in __kmpc_omp_target_task_alloc() argument 1399 sizeof_shareds, task_entry); in __kmpc_omp_target_task_alloc()
|
D | kmp.h | 3605 kmp_routine_entry_t task_entry); 3728 kmp_routine_entry_t task_entry); 3733 kmp_routine_entry_t task_entry,
|