Home
last modified time | relevance | path

Searched refs:CheckMutex (Results 1 – 25 of 109) sorted by relevance

12345

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dmutex.c54 typedef struct CheckMutex CheckMutex; typedef
55 struct CheckMutex { struct
93 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
98 CheckMutex *p = 0; in checkMutexAlloc()
102 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
137 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
140 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
155 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
171 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
179 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dmutex.c54 typedef struct CheckMutex CheckMutex; typedef
55 struct CheckMutex { struct
93 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
98 CheckMutex *p = 0; in checkMutexAlloc()
102 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
137 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
140 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
155 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
171 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
179 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dmutex.c54 typedef struct CheckMutex CheckMutex; typedef
55 struct CheckMutex { struct
93 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
98 CheckMutex *p = 0; in checkMutexAlloc()
102 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
137 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
140 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
155 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
171 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
179 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/net/kea/kea-2.0.1/src/lib/log/tests/
H A Dlogger_lock_test.cc25 class CheckMutex : boost::noncopyable { class
37 CheckMutex(mutex& mutex) : mutex_(mutex) { in CheckMutex() function in CheckMutex
46 ~CheckMutex() { in ~CheckMutex()
66 CheckMutex check(LoggerManager::getMutex()); in lock()
67 } catch (const CheckMutex::AlreadyLocked&) { in lock()
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/oam/
H A Dcheck_mutex.go25 func (client *Client) CheckMutex(request *CheckMutexRequest) (response *CheckMutexResponse, err err… func
40 response, err := client.CheckMutex(request)
64 response, err = client.CheckMutex(request)
/dports/lang/php73/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c24895 typedef struct CheckMutex CheckMutex; typedef
24896 struct CheckMutex { struct
24934 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
24939 CheckMutex *p = 0; in checkMutexAlloc()
24943 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
24978 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
24981 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
24996 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
25012 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
25020 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c24965 typedef struct CheckMutex CheckMutex; typedef
24966 struct CheckMutex { struct
25004 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
25009 CheckMutex *p = 0; in checkMutexAlloc()
25013 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
25048 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
25051 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
25066 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
25082 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
25090 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/databases/php73-sqlite3/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c24895 typedef struct CheckMutex CheckMutex; typedef
24896 struct CheckMutex { struct
24934 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
24939 CheckMutex *p = 0; in checkMutexAlloc()
24943 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
24978 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
24981 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
24996 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
25012 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
25020 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c24592 typedef struct CheckMutex CheckMutex; typedef
24593 struct CheckMutex { struct
24631 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
24636 CheckMutex *p = 0; in checkMutexAlloc()
24640 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
24675 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
24678 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
24693 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
24709 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
24717 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/direct-sqlite-2.3.26/cbits/
H A Dsqlite3.c24895 typedef struct CheckMutex CheckMutex; typedef
24896 struct CheckMutex { struct
24934 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
24939 CheckMutex *p = 0; in checkMutexAlloc()
24943 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
24978 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
24981 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
24996 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
25012 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
25020 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/pressly/goose/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c24592 typedef struct CheckMutex CheckMutex; typedef
24593 struct CheckMutex { struct
24631 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
24636 CheckMutex *p = 0; in checkMutexAlloc()
24640 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
24675 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
24678 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
24693 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
24709 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
24717 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libsqlite3-sys-0.15.0/sqlite3/
H A Dsqlite3.c24895 typedef struct CheckMutex CheckMutex; typedef
24896 struct CheckMutex { struct
24934 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
24939 CheckMutex *p = 0; in checkMutexAlloc()
24943 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
24978 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
24981 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
24996 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
25012 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
25020 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c24592 typedef struct CheckMutex CheckMutex; typedef
24593 struct CheckMutex { struct
24631 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
24636 CheckMutex *p = 0; in checkMutexAlloc()
24640 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
24675 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
24678 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
24693 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
24709 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
24717 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c24592 typedef struct CheckMutex CheckMutex; typedef
24593 struct CheckMutex { struct
24631 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
24636 CheckMutex *p = 0; in checkMutexAlloc()
24640 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
24675 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
24678 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
24693 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
24709 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
24717 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/www/firefox/firefox-99.0/security/nss/lib/sqlite/
H A Dsqlite3.c24965 typedef struct CheckMutex CheckMutex; typedef
24966 struct CheckMutex { struct
25004 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
25009 CheckMutex *p = 0; in checkMutexAlloc()
25013 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
25048 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
25051 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
25066 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
25082 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
25090 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/math/cadabra2/cadabra2-2.3.6.8/libs/sqlite3/
H A Dsqlite3.c23480 typedef struct CheckMutex CheckMutex; typedef
23481 struct CheckMutex { struct
23519 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
23524 CheckMutex *p = 0; in checkMutexAlloc()
23528 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
23563 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
23566 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
23581 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
23597 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
23605 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/lib/sqlite/
H A Dsqlite3.c24965 typedef struct CheckMutex CheckMutex; typedef
24966 struct CheckMutex { struct
25004 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
25009 CheckMutex *p = 0; in checkMutexAlloc()
25013 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
25048 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
25051 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
25066 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
25082 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
25090 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c24592 typedef struct CheckMutex CheckMutex; typedef
24593 struct CheckMutex { struct
24631 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
24636 CheckMutex *p = 0; in checkMutexAlloc()
24640 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
24675 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
24678 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
24693 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
24709 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
24717 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/libsqlite3-sys-0.10.0/sqlite3/
H A Dsqlite3.c24591 typedef struct CheckMutex CheckMutex; typedef
24592 struct CheckMutex { struct
24630 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
24635 CheckMutex *p = 0; in checkMutexAlloc()
24639 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
24674 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
24677 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
24692 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
24708 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
24716 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/db/sqlite3/src/
H A Dsqlite3.c23530 typedef struct CheckMutex CheckMutex; typedef
23531 struct CheckMutex { struct
23569 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
23574 CheckMutex *p = 0; in checkMutexAlloc()
23578 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
23613 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
23616 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
23631 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
23647 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
23655 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c24965 typedef struct CheckMutex CheckMutex; typedef
24966 struct CheckMutex { struct
25004 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
25009 CheckMutex *p = 0; in checkMutexAlloc()
25013 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
25048 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
25051 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
25066 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
25082 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
25090 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/sqlite/
H A Dsqlite3.c24965 typedef struct CheckMutex CheckMutex; typedef
24966 struct CheckMutex { struct
25004 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
25009 CheckMutex *p = 0; in checkMutexAlloc()
25013 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
25048 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
25051 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
25066 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
25082 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
25090 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/pressly/goose/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c24592 typedef struct CheckMutex CheckMutex; typedef
24593 struct CheckMutex { struct
24631 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
24636 CheckMutex *p = 0; in checkMutexAlloc()
24640 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
24675 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
24678 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
24693 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
24709 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
24717 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/www/mod_php73/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c24895 typedef struct CheckMutex CheckMutex; typedef
24896 struct CheckMutex { struct
24934 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
24939 CheckMutex *p = 0; in checkMutexAlloc()
24943 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
24978 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
24981 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
24996 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
25012 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
25020 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c25515 typedef struct CheckMutex CheckMutex; typedef
25516 struct CheckMutex { struct
25554 static CheckMutex staticMutexes[] = { in checkMutexAlloc()
25559 CheckMutex *p = 0; in checkMutexAlloc()
25563 p = sqlite3MallocZero(sizeof(CheckMutex)); in checkMutexAlloc()
25598 if( ((CheckMutex*)p)->iType<2 ) in checkMutexFree()
25601 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree()
25616 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter()
25632 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry()
25640 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave()
[all …]

12345