Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/test/tasking/
Dbug_nested_proxy_task.c68 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()
Dbug_proxy_task_dep_waiting.c65 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()
Dkmp_taskloop.c66 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()
Dkmp_detach_tasks_t1.c71 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()
Dkmp_detach_tasks_t2.c72 int task_entry(int gtid, ptask task) { in task_entry() function
96 sizeof(struct task),sizeof(struct shar),&task_entry); in main()
Dkmp_detach_tasks_t3.c82 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/
Dz_Linux_util.cpp2231 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()
Dkmp_tasking.cpp1170 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()
Dkmp.h3605 kmp_routine_entry_t task_entry);
3728 kmp_routine_entry_t task_entry);
3733 kmp_routine_entry_t task_entry,