OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3_mutex_notheld
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
8450
** See also: [sqlite3_mutex_held()] and [
sqlite3_mutex_notheld
()].
8497
** <li> [
sqlite3_mutex_notheld
()] </li>
8539
** The sqlite3_mutex_held() and
sqlite3_mutex_notheld
() routines
8562
** the appropriate thing to do. The
sqlite3_mutex_notheld
()
8567
SQLITE_API int
sqlite3_mutex_notheld
(sqlite3_mutex*);
sqlite3.c
8771
** See also: [sqlite3_mutex_held()] and [
sqlite3_mutex_notheld
()].
8818
** <li> [
sqlite3_mutex_notheld
()] </li>
8860
** The sqlite3_mutex_held() and
sqlite3_mutex_notheld
() routines
8883
** the appropriate thing to do. The
sqlite3_mutex_notheld
()
8888
SQLITE_API int
sqlite3_mutex_notheld
(sqlite3_mutex*);
18446
#define
sqlite3_mutex_notheld
(X) ((void)(X),1)
macro
30366
SQLITE_API int
sqlite3_mutex_notheld
(sqlite3_mutex *p){
function
[
all
...]
Completed in 140 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026