Lines Matching refs:assert
94 assert(0 == ok); in object_lock_exclusive_()
115 assert(false); in object_lock_exclusive_()
128 assert(0 == ok); in object_lock_exclusive()
138 assert(pthread_equal(pthread_self(), thiz->mOwner)); in object_unlock_exclusive_()
139 assert(NULL != thiz->mFile); in object_unlock_exclusive_()
140 assert(0 != thiz->mLine); in object_unlock_exclusive_()
146 assert(0 == ok); in object_unlock_exclusive_()
153 assert(0 == ok); in object_unlock_exclusive()
171 assert(pthread_equal(pthread_self(), thiz->mOwner)); in object_unlock_exclusive_attributes_()
172 assert(NULL != thiz->mFile); in object_unlock_exclusive_attributes_()
173 assert(0 != thiz->mLine); in object_unlock_exclusive_attributes_()
186 assert(false); in object_unlock_exclusive_attributes_()
197 assert(ATTR_INDEX_MAX > bit); in object_unlock_exclusive_attributes_()
243 assert(0 == ok); in object_unlock_exclusive_attributes_()
249 assert(prefetchEvents != SL_PREFETCHEVENT_NONE); in object_unlock_exclusive_attributes_()
274 assert(MAX_INSTANCE > id); in object_unlock_exclusive_attributes_()
292 assert(pthread_equal(pthread_self(), thiz->mOwner)); in object_cond_wait_()
293 assert(NULL != thiz->mFile); in object_cond_wait_()
294 assert(0 != thiz->mLine); in object_cond_wait_()
301 assert(0 == ok); in object_cond_wait_()
312 assert(0 == ok); in object_cond_wait()
323 assert(0 == ok); in object_cond_signal()
335 assert(0 == ok); in object_cond_broadcast()