Lines Matching refs:private_handle_t
70 if (private_handle_t::validate(buffer_handle)) { in perform_lock_unlock_operation()
75 private_handle_t *hnd = reinterpret_cast<private_handle_t*> in perform_lock_unlock_operation()
77 if ((hnd->flags & private_handle_t::PRIV_FLAGS_UNSYNCHRONIZED) == 0) { in perform_lock_unlock_operation()
141 if (private_handle_t::validate(buffer_handle)) { in genlock_create_lock()
146 private_handle_t *hnd = reinterpret_cast<private_handle_t*>(buffer_handle); in genlock_create_lock()
147 if ((hnd->flags & private_handle_t::PRIV_FLAGS_UNSYNCHRONIZED) == 0) { in genlock_create_lock()
196 if (private_handle_t::validate(buffer_handle)) { in genlock_release_lock()
201 private_handle_t *hnd = reinterpret_cast<private_handle_t*>(buffer_handle); in genlock_release_lock()
202 if ((hnd->flags & private_handle_t::PRIV_FLAGS_UNSYNCHRONIZED) == 0) { in genlock_release_lock()
226 if (private_handle_t::validate(buffer_handle)) { in genlock_attach_lock()
231 private_handle_t *hnd = reinterpret_cast<private_handle_t*>(buffer_handle); in genlock_attach_lock()
232 if ((hnd->flags & private_handle_t::PRIV_FLAGS_UNSYNCHRONIZED) == 0) { in genlock_attach_lock()
319 if (private_handle_t::validate(buffer_handle)) { in genlock_wait()
324 private_handle_t *hnd = reinterpret_cast<private_handle_t*>(buffer_handle); in genlock_wait()
325 if ((hnd->flags & private_handle_t::PRIV_FLAGS_UNSYNCHRONIZED) == 0) { in genlock_wait()