Searched refs:task_entry_t (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/openmp/runtime/test/tasking/ |
| H A D | kmp_detach_tasks_t1.c | 54 typedef int(*task_entry_t)(int, ptask); typedef 60 size_t sz, size_t shar, task_entry_t rtn);
|
| H A D | kmp_detach_tasks_t2.c | 54 typedef int(* task_entry_t)( int, ptask ); typedef 61 size_t sz, size_t shar, task_entry_t rtn);
|
| H A D | bug_taskwait_detach.cpp | 55 typedef int (*task_entry_t)(int, ptask); typedef 62 size_t shar, task_entry_t rtn);
|
| H A D | kmp_detach_tasks_t3.c | 62 typedef int(* task_entry_t)( int, ptask ); typedef 69 size_t sz, size_t shar, task_entry_t rtn);
|
| H A D | kmp_taskloop.c | 41 typedef int(* task_entry_t)( int, ptask ); typedef 66 task_entry_t task_entry );
|
| H A D | kmp_taskloop_5.c | 41 typedef int(* task_entry_t)( int, ptask ); typedef 66 task_entry_t task_entry);
|