Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/test/tasking/
H A 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()
H A 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()
H A 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()
H A Dkmp_taskloop_5.c66 task_entry_t task_entry);
74 int task_entry(int gtid, ptask task) in task_entry() function
105 sizeof(struct shar), &task_entry); in task_loop()
H A 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()
H A 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()
H A Dbug_taskwait_detach.cpp81 int task_entry(int gtid, ptask task) { in task_entry() function
98 sizeof(struct shar), &task_entry); in main()
H A 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()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dz_Linux_util.cpp2245 struct dirent *task_entry = NULL; in __kmp_get_load_balance() local
2337 task_entry = readdir(task_dir); in __kmp_get_load_balance()
2338 while (task_entry != NULL) { in __kmp_get_load_balance()
2340 if (proc_entry->d_type == DT_DIR && isdigit(task_entry->d_name[0])) { in __kmp_get_load_balance()
2349 __kmp_str_buf_cat(&stat_path, task_entry->d_name, in __kmp_get_load_balance()
2350 KMP_STRLEN(task_entry->d_name)); in __kmp_get_load_balance()
2408 task_entry = readdir(task_dir); in __kmp_get_load_balance()
H A Dkmp_tasking.cpp1354 kmp_routine_entry_t task_entry) { in __kmp_task_alloc() argument
1378 sizeof_shareds, task_entry)); in __kmp_task_alloc()
1479 task->routine = task_entry; in __kmp_task_alloc()
1571 kmp_routine_entry_t task_entry) { in __kmpc_omp_task_alloc() argument
1582 sizeof_shareds, task_entry)); in __kmpc_omp_task_alloc()
1585 sizeof_shareds, task_entry); in __kmpc_omp_task_alloc()
1596 kmp_routine_entry_t task_entry, in __kmpc_omp_target_task_alloc() argument
1606 sizeof_shareds, task_entry); in __kmpc_omp_target_task_alloc()
H A Dkmp.h3804 kmp_routine_entry_t task_entry);
3938 kmp_routine_entry_t task_entry);
3941 size_t sizeof_shareds, kmp_routine_entry_t task_entry, kmp_int64 device_id);