Lines Matching refs:assert
93 assert(0 == ok); in object_lock_exclusive_()
114 assert(false); in object_lock_exclusive_()
127 assert(0 == ok); in object_lock_exclusive()
137 assert(pthread_equal(pthread_self(), thiz->mOwner)); in object_unlock_exclusive_()
138 assert(NULL != thiz->mFile); in object_unlock_exclusive_()
139 assert(0 != thiz->mLine); in object_unlock_exclusive_()
145 assert(0 == ok); in object_unlock_exclusive_()
152 assert(0 == ok); in object_unlock_exclusive()
170 assert(pthread_equal(pthread_self(), thiz->mOwner)); in object_unlock_exclusive_attributes_()
171 assert(NULL != thiz->mFile); in object_unlock_exclusive_attributes_()
172 assert(0 != thiz->mLine); in object_unlock_exclusive_attributes_()
185 assert(false); in object_unlock_exclusive_attributes_()
196 assert(ATTR_INDEX_MAX > bit); in object_unlock_exclusive_attributes_()
242 assert(0 == ok); in object_unlock_exclusive_attributes_()
248 assert(prefetchEvents != SL_PREFETCHEVENT_NONE); in object_unlock_exclusive_attributes_()
273 assert(MAX_INSTANCE > id); in object_unlock_exclusive_attributes_()
291 assert(pthread_equal(pthread_self(), thiz->mOwner)); in object_cond_wait_()
292 assert(NULL != thiz->mFile); in object_cond_wait_()
293 assert(0 != thiz->mLine); in object_cond_wait_()
300 assert(0 == ok); in object_cond_wait_()
311 assert(0 == ok); in object_cond_wait()
322 assert(0 == ok); in object_cond_signal()
334 assert(0 == ok); in object_cond_broadcast()