Home
last modified time | relevance | path

Searched refs:write_locks (Results 1 – 11 of 11) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/mbox/
H A Dmbox-lock.c129 enum mbox_lock_type write_locks[MBOX_LOCK_COUNT+1]; in mbox_init_lock_settings() local
135 "mbox_write_locks", write_locks); in mbox_init_lock_settings()
142 if (read_locks[r] == write_locks[w]) in mbox_init_lock_settings()
157 storage->write_locks = p_new(storage->storage.pool, in mbox_init_lock_settings()
159 memcpy(storage->write_locks, write_locks, in mbox_init_lock_settings()
160 sizeof(*storage->write_locks) * (MBOX_LOCK_COUNT+1)); in mbox_init_lock_settings()
215 ctx->mbox->storage->write_locks : in dotlock_callback()
681 ctx->mbox->storage->write_locks : in mbox_lock_list()
759 const enum mbox_lock_type *write_locks = in mbox_update_locking() local
760 mbox->storage->write_locks; in mbox_update_locking()
[all …]
H A Dmbox-storage.h36 enum mbox_lock_type *write_locks; member
/dports/www/trafficserver/trafficserver-9.1.1/src/tscore/
H A DAcidPtr.cc40 static LockPool<AcidCommitMutex> write_locks(WRITELOCKCOUNT); in AcidCommitMutexGet() local
42 return write_locks.getMutex(reinterpret_cast<size_t>(ptr)); in AcidCommitMutexGet()
/dports/lang/erlang-doc/otp_doc_html_24.1/lib/mnesia-4.20/doc/html/
H A Dmnesia.eix32 {"delete", "delete(Tab :: table(), Key :: term(), LockKind :: write_locks())", "delete-3"},
34 …{"delete_object", "delete_object(Tab :: table(),Rec :: tuple(),LockKind :: write_locks())", "delet…
135 {"write", "write(Tab :: table(),Record :: tuple(),LockKind :: write_locks())", "write-3"},
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/mnesia/src/
H A Dmnesia.erl164 -type write_locks() :: 'write' | 'sticky_write'. type
166 -type lock_kind() :: write_locks() | read_locks().
632 -spec write(Tab::table(), Record::tuple(), LockKind::write_locks()) -> 'ok'.
691 -spec delete(Tab::table(), Key::_, LockKind::write_locks()) -> 'ok'.
742 -spec delete_object(Tab::table(), Rec::tuple(), LockKind::write_locks()) -> 'ok'.
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/mnesia/src/
H A Dmnesia.erl165 -type write_locks() :: 'write' | 'sticky_write'. type
167 -type lock_kind() :: write_locks() | read_locks().
638 -spec write(Tab::table(), Record::tuple(), LockKind::write_locks()) -> 'ok'.
697 -spec delete(Tab::table(), Key::_, LockKind::write_locks()) -> 'ok'.
748 -spec delete_object(Tab::table(), Rec::tuple(), LockKind::write_locks()) -> 'ok'.
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/mnesia/src/
H A Dmnesia.erl165 -type write_locks() :: 'write' | 'sticky_write'. type
167 -type lock_kind() :: write_locks() | read_locks().
638 -spec write(Tab::table(), Record::tuple(), LockKind::write_locks()) -> 'ok'.
697 -spec delete(Tab::table(), Key::_, LockKind::write_locks()) -> 'ok'.
748 -spec delete_object(Tab::table(), Rec::tuple(), LockKind::write_locks()) -> 'ok'.
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/mnesia/src/
H A Dmnesia.erl165 -type write_locks() :: 'write' | 'sticky_write'. type
167 -type lock_kind() :: write_locks() | read_locks().
638 -spec write(Tab::table(), Record::tuple(), LockKind::write_locks()) -> 'ok'.
697 -spec delete(Tab::table(), Key::_, LockKind::write_locks()) -> 'ok'.
748 -spec delete_object(Tab::table(), Rec::tuple(), LockKind::write_locks()) -> 'ok'.
/dports/lang/erlang/otp-OTP-24.1.7/lib/mnesia/src/
H A Dmnesia.erl165 -type write_locks() :: 'write' | 'sticky_write'. type
167 -type lock_kind() :: write_locks() | read_locks().
638 -spec write(Tab::table(), Record::tuple(), LockKind::write_locks()) -> 'ok'.
697 -spec delete(Tab::table(), Key::_, LockKind::write_locks()) -> 'ok'.
748 -spec delete_object(Tab::table(), Rec::tuple(), LockKind::write_locks()) -> 'ok'.
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/mnesia/src/
H A Dmnesia.erl164 -type write_locks() :: 'write' | 'sticky_write'. type
166 -type lock_kind() :: write_locks() | read_locks().
632 -spec write(Tab::table(), Record::tuple(), LockKind::write_locks()) -> 'ok'.
691 -spec delete(Tab::table(), Key::_, LockKind::write_locks()) -> 'ok'.
742 -spec delete_object(Tab::table(), Rec::tuple(), LockKind::write_locks()) -> 'ok'.
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/mnesia/src/
H A Dmnesia.erl165 -type write_locks() :: 'write' | 'sticky_write'. type
167 -type lock_kind() :: write_locks() | read_locks().
638 -spec write(Tab::table(), Record::tuple(), LockKind::write_locks()) -> 'ok'.
697 -spec delete(Tab::table(), Key::_, LockKind::write_locks()) -> 'ok'.
748 -spec delete_object(Tab::table(), Rec::tuple(), LockKind::write_locks()) -> 'ok'.