Lines Matching refs:private_handle_t
68 if (private_handle_t::validate(buffer_handle)) { in perform_lock_unlock_operation()
73 private_handle_t *hnd = reinterpret_cast<private_handle_t*> in perform_lock_unlock_operation()
75 if ((hnd->flags & private_handle_t::PRIV_FLAGS_UNSYNCHRONIZED) == 0) { in perform_lock_unlock_operation()
139 if (private_handle_t::validate(buffer_handle)) { in genlock_create_lock()
144 private_handle_t *hnd = reinterpret_cast<private_handle_t*>(buffer_handle); in genlock_create_lock()
145 if ((hnd->flags & private_handle_t::PRIV_FLAGS_UNSYNCHRONIZED) == 0) { in genlock_create_lock()
194 if (private_handle_t::validate(buffer_handle)) { in genlock_release_lock()
199 private_handle_t *hnd = reinterpret_cast<private_handle_t*>(buffer_handle); in genlock_release_lock()
200 if ((hnd->flags & private_handle_t::PRIV_FLAGS_UNSYNCHRONIZED) == 0) { in genlock_release_lock()
224 if (private_handle_t::validate(buffer_handle)) { in genlock_attach_lock()
229 private_handle_t *hnd = reinterpret_cast<private_handle_t*>(buffer_handle); in genlock_attach_lock()
230 if ((hnd->flags & private_handle_t::PRIV_FLAGS_UNSYNCHRONIZED) == 0) { in genlock_attach_lock()
317 if (private_handle_t::validate(buffer_handle)) { in genlock_wait()
322 private_handle_t *hnd = reinterpret_cast<private_handle_t*>(buffer_handle); in genlock_wait()
323 if ((hnd->flags & private_handle_t::PRIV_FLAGS_UNSYNCHRONIZED) == 0) { in genlock_wait()