Home
last modified time | relevance | path

Searched defs:routine (Results 1 – 14 of 14) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_arg_retval.h33 void* (*routine)(void*); member
/llvm-project/openmp/runtime/test/tasking/hidden_helper_task/
H A Dcommon.h46 kmp_routine_entry_t routine; member
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_arg_retval_test.cpp21 static void* (*routine)(void*) = [](void*) { return arg; }; in __anon555fb23d0102() variable
/llvm-project/openmp/runtime/test/tasking/
H A Dkmp_detach_tasks_t1.c45 int(*routine)(int,struct task*); member
H A Dbug_taskwait_detach.cpp46 int (*routine)(int, struct task *); member
H A Dbug_nested_proxy_task.c77 kmp_routine_entry_t routine; /**< pointer to routine to call for executing task */ member
H A Dkmp_taskloop.c29 int(* routine)(int,struct task*); member
H A Dkmp_detach_tasks_t2.c45 int(*routine)(int,struct task*); member
H A Dbug_proxy_task_dep_waiting.c74 kmp_routine_entry_t routine; /**< pointer to routine to call for executing task */ member
H A Dkmp_taskloop_5.c30 int(* routine)(int,struct task*); member
H A Dkmp_detach_tasks_t3.c47 int(*routine)(int,struct task*); member
/llvm-project/offload/include/OpenMP/
H A DInternalTypes.h69 kmp_routine_entry_t routine; member
/llvm-project/openmp/runtime/src/
H A Dkmp_gsupport.cpp120 #define MKLOC(loc, routine) \ argument
H A Dkmp.h2475 routine; /**< pointer to routine to call for executing task */ member