Searched refs:KMP_FSYNC_ACQUIRED (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.h225 #define KMP_FSYNC_ACQUIRED(obj) __itt_fsync_acquired((void *)(obj)) macro
259 KMP_FSYNC_ACQUIRED((void *)obj); \
306 #define KMP_FSYNC_ACQUIRED(obj) ((void)0) macro
334 #define KMP_FSYNC_ACQUIRED(obj) ((void)0) macro
H A Dkmp_lock.cpp94 KMP_FSYNC_ACQUIRED(lck);
114 KMP_FSYNC_ACQUIRED(lck);
141 KMP_FSYNC_ACQUIRED(lck);
395 KMP_FSYNC_ACQUIRED(lck);
422 KMP_FSYNC_ACQUIRED(lck);
1205 KMP_FSYNC_ACQUIRED(lck);
1325 KMP_FSYNC_ACQUIRED(lck);
2255 KMP_FSYNC_ACQUIRED(lck);
2386 KMP_FSYNC_ACQUIRED(lck);
2877 KMP_FSYNC_ACQUIRED(lc
[all...]
H A Dkmp_lock.h668 KMP_FSYNC_ACQUIRED(lck); \
781 KMP_FSYNC_ACQUIRED(lck); \
H A Dkmp_csupport.cpp1138 KMP_FSYNC_ACQUIRED(l); \
1193 KMP_FSYNC_ACQUIRED(ftx); \
1202 KMP_FSYNC_ACQUIRED(ftx); \
H A Dkmp_tasking.cpp1894 KMP_FSYNC_ACQUIRED(taskdata); // acquired self (new task)
2296 KMP_FSYNC_ACQUIRED(taskdata); // acquire self - sync with children
2979 KMP_FSYNC_ACQUIRED(taskdata); // acquire self - sync with descendants

Completed in 261 milliseconds