Lines Matching refs:private_handle_t
65 if (private_handle_t::validate(buffer_handle)) { in perform_lock_unlock_operation()
70 private_handle_t *hnd = reinterpret_cast<private_handle_t*> in perform_lock_unlock_operation()
72 if ((hnd->flags & private_handle_t::PRIV_FLAGS_UNSYNCHRONIZED) == 0) { in perform_lock_unlock_operation()
135 if (private_handle_t::validate(buffer_handle)) { in genlock_create_lock()
140 private_handle_t *hnd = reinterpret_cast<private_handle_t*>(buffer_handle); in genlock_create_lock()
142 if ((hnd->flags & private_handle_t::PRIV_FLAGS_UNSYNCHRONIZED) == 0) { in genlock_create_lock()
193 if (private_handle_t::validate(buffer_handle)) { in genlock_release_lock()
198 private_handle_t *hnd = reinterpret_cast<private_handle_t*>(buffer_handle); in genlock_release_lock()
199 if ((hnd->flags & private_handle_t::PRIV_FLAGS_UNSYNCHRONIZED) == 0) { in genlock_release_lock()
223 if (private_handle_t::validate(buffer_handle)) { in genlock_attach_lock()
228 private_handle_t *hnd = reinterpret_cast<private_handle_t*>(buffer_handle); in genlock_attach_lock()
229 if ((hnd->flags & private_handle_t::PRIV_FLAGS_UNSYNCHRONIZED) == 0) { in genlock_attach_lock()
316 if (private_handle_t::validate(buffer_handle)) { in genlock_wait()
321 private_handle_t *hnd = reinterpret_cast<private_handle_t*>(buffer_handle); in genlock_wait()
322 if ((hnd->flags & private_handle_t::PRIV_FLAGS_UNSYNCHRONIZED) == 0) { in genlock_wait()