Handbook
Glossary
sqlite3_mutex_methods
Vocabulary
db
.
sqlite
.
ffi
Definition
USING:
alien.c-types
classes.struct
;
IN:
db.sqlite.ffi
STRUCT:
sqlite3_mutex_methods
{
xMutexInit void*
}
{
xMutexEnd void*
}
{
xMutexAlloc void*
}
{
xMutexFree void*
}
{
xMutexEnter void*
}
{
xMutexTry void*
}
{
xMutexLeave void*
}
{
xMutexHeld void*
}
{
xMutexNotheld void*
}
;
Methods
USING:
classes.struct
classes.struct.private
db.sqlite.ffi
kernel
;
M:
sqlite3_mutex_methods
clone
clone-underlying
\
sqlite3_mutex_methods
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
db.sqlite.ffi
;
M:
sqlite3_mutex_methods
struct-slot-values
{
[
xMutexInit>>
]
[
xMutexEnd>>
]
[
xMutexAlloc>>
]
[
xMutexFree>>
]
[
xMutexEnter>>
]
[
xMutexTry>>
]
[
xMutexLeave>>
]
[
xMutexHeld>>
]
[
xMutexNotheld>>
]
}
cleave>array
;
inline