Lines Matching refs:kmp_uint32
68 typedef kmp_uint32 kmp_lock_flags_t;
73 typedef kmp_uint32 kmp_lock_index_t;
324 kmp_uint32 successfulSpeculations;
325 kmp_uint32 hardFailedSpeculations;
326 kmp_uint32 softFailedSpeculations;
327 kmp_uint32 nonSpeculativeAcquires;
328 kmp_uint32 nonSpeculativeAcquireAttempts;
329 kmp_uint32 lemmingYields;
344 kmp_uint32 volatile badness;
345 kmp_uint32 volatile acquire_attempts;
347 kmp_uint32 max_badness;
348 kmp_uint32 max_soft_retries;
374 volatile kmp_uint32
376 volatile kmp_uint32
456 kmp_uint32 num_polls; // must be power of 2
478 volatile kmp_uint32 owner_id; // (gtid+1) of owning thread, 0 if unlocked
657 kmp_uint32 spins; \
767 kmp_uint32 spins; \
1092 typedef kmp_uint32 kmp_dyna_lock_t;
1241 kmp_uint32 nrow_ptrs; // number *table pointer entries in table
1279 extern kmp_int32 __kmp_get_user_lock_owner(kmp_user_lock_p, kmp_uint32);
1291 kmp_uint32 step; // current step
1292 kmp_uint32 max_backoff; // upper bound of outer delay loop
1293 kmp_uint32 min_tick; // size of inner delay loop in ticks (machine-dependent)