Home
last modified time | relevance | path

Searched refs:kmp_event_t (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/openmp/runtime/test/tasking/
Dkmp_detach_tasks_t1.c38 } kmp_event_t; typedef
Dkmp_detach_tasks_t2.c38 } kmp_event_t; typedef
Dkmp_detach_tasks_t3.c40 } kmp_event_t; typedef
/external/llvm-project/openmp/runtime/src/
Dkmp.h2299 } kmp_event_t; typedef
2389 kmp_event_t td_allow_completion_event;
3612 extern kmp_event_t *__kmpc_task_allow_completion_event(ident_t *loc_ref,
3615 extern void __kmp_fulfill_event(kmp_event_t *event);
Dkmp_ftn_entry.h1370 void FTN_STDCALL FTN_FULFILL_EVENT(kmp_event_t *event) { in FTN_FULFILL_EVENT()
Dkmp_tasking.cpp3891 kmp_event_t *__kmpc_task_allow_completion_event(ident_t *loc_ref, int gtid, in __kmpc_task_allow_completion_event()
3902 void __kmp_fulfill_event(kmp_event_t *event) { in __kmp_fulfill_event()