Lines Matching refs:mOwner
83 pthread_t owner = thiz->mOwner; in object_lock_exclusive_()
101 if (0 != memcmp(&zero, &thiz->mOwner, sizeof(pthread_t))) { in object_lock_exclusive_()
103 pthread_t owner = thiz->mOwner; in object_lock_exclusive_()
116 thiz->mOwner = pthread_self(); in object_lock_exclusive_()
137 assert(pthread_equal(pthread_self(), thiz->mOwner)); in object_unlock_exclusive_()
140 memset(&thiz->mOwner, 0, sizeof(pthread_t)); in object_unlock_exclusive_()
170 assert(pthread_equal(pthread_self(), thiz->mOwner)); in object_unlock_exclusive_attributes_()
237 memset(&thiz->mOwner, 0, sizeof(pthread_t)); in object_unlock_exclusive_attributes_()
291 assert(pthread_equal(pthread_self(), thiz->mOwner)); in object_cond_wait_()
294 memset(&thiz->mOwner, 0, sizeof(pthread_t)); in object_cond_wait_()
302 thiz->mOwner = pthread_self(); in object_cond_wait_()