Home
last modified time | relevance | path

Searched refs:th_steal_lock (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_dispatch.cpp383 KMP_DEBUG_ASSERT(pr->u.p.th_steal_lock == NULL); in __kmp_dispatch_init_algorithm()
384 pr->u.p.th_steal_lock = in __kmp_dispatch_init_algorithm()
386 __kmp_init_lock(pr->u.p.th_steal_lock); in __kmp_dispatch_init_algorithm()
1209 kmp_lock_t *lck = pr->u.p.th_steal_lock; in __kmp_dispatch_next_algorithm()
1255 lck = victim->u.p.th_steal_lock; in __kmp_dispatch_next_algorithm()
1283 __kmp_acquire_lock(pr->u.p.th_steal_lock, gtid); in __kmp_dispatch_next_algorithm()
1286 __kmp_release_lock(pr->u.p.th_steal_lock, gtid); in __kmp_dispatch_next_algorithm()
2093 kmp_lock_t *lck = buf->u.p.th_steal_lock; in __kmp_dispatch_next()
2097 buf->u.p.th_steal_lock = NULL; in __kmp_dispatch_next()
Dkmp_dispatch.h78 kmp_lock_t *th_steal_lock; // lock used for chunk stealing member
Dkmp.h1644 kmp_lock_t *th_steal_lock; // lock used for chunk stealing member
1677 kmp_lock_t *th_steal_lock; // lock used for chunk stealing member