Lines Matching full:initialized
26 bool initialized: 1; member
42 * We reserve the MSB to mark a pthread_rwlock_t as initialized (from the
64 /* if the provided rwlock does not claim to be initialized, its invalid */ in get_posix_rwlock()
77 /* The rwlock claims to be initialized but is actually not */ in get_posix_rwlock()
78 LOG_DBG("RWlock claims to be initialized (%x)", rwlock); in get_posix_rwlock()
100 /* Record the associated posix_rwlock in rwl and mark as initialized */ in to_posix_rwlock()
132 LOG_DBG("Initialized rwlock %p", rwl); in pthread_rwlock_init()
401 if (a == NULL || !a->initialized) { in pthread_rwlockattr_getpshared()
414 if (a == NULL || !a->initialized) { in pthread_rwlockattr_setpshared()
436 .initialized = true, in pthread_rwlockattr_init()
447 if (a == NULL || !a->initialized) { in pthread_rwlockattr_destroy()