Home
last modified time | relevance | path

Searched refs:locktype (Results 1 – 23 of 23) sorted by relevance

/external/libevent/
Devthread.c150 unsigned locktype; member
159 debug_lock_alloc(unsigned locktype) in debug_lock_alloc() argument
166 locktype|EVTHREAD_LOCKTYPE_RECURSIVE))) { in debug_lock_alloc()
173 result->locktype = locktype; in debug_lock_alloc()
180 debug_lock_free(void *lock_, unsigned locktype) in debug_lock_free() argument
184 EVUTIL_ASSERT(locktype == lock->locktype); in debug_lock_free()
187 lock->locktype|EVTHREAD_LOCKTYPE_RECURSIVE); in debug_lock_free()
198 if (!(lock->locktype & EVTHREAD_LOCKTYPE_RECURSIVE)) in evthread_debug_lock_mark_locked()
214 if (lock->locktype & EVTHREAD_LOCKTYPE_READWRITE) in debug_lock_lock()
229 if (lock->locktype & EVTHREAD_LOCKTYPE_READWRITE) in evthread_debug_lock_mark_unlocked()
[all …]
Devthread-internal.h75 #define EVTHREAD_ALLOC_LOCK(lockvar, locktype) \ argument
77 _evthread_lock_fns.alloc(locktype) : NULL)
80 #define EVTHREAD_FREE_LOCK(lockvar, locktype) \ argument
84 _evthread_lock_fns.free(_lock_tmp_, (locktype)); \
184 void *_evthreadimpl_lock_alloc(unsigned locktype);
185 void _evthreadimpl_lock_free(void *lock, unsigned locktype);
201 #define EVTHREAD_ALLOC_LOCK(lockvar, locktype) \ argument
202 ((lockvar) = _evthreadimpl_lock_alloc(locktype))
204 #define EVTHREAD_FREE_LOCK(lockvar, locktype) \ argument
208 _evthreadimpl_lock_free(_lock_tmp_, (locktype)); \
[all …]
Devthread_pthread.c43 evthread_posix_lock_alloc(unsigned locktype) in evthread_posix_lock_alloc() argument
49 if (locktype & EVTHREAD_LOCKTYPE_RECURSIVE) in evthread_posix_lock_alloc()
59 evthread_posix_lock_free(void *_lock, unsigned locktype) in evthread_posix_lock_free() argument
Devthread_win32.c49 evthread_win32_lock_create(unsigned locktype) in evthread_win32_lock_create() argument
62 evthread_win32_lock_free(void *_lock, unsigned locktype) in evthread_win32_lock_free() argument
/external/libxml2/result/
Ddav19.rde16 5 1 D:locktype 0 0
18 5 15 D:locktype 0 0
32 5 1 D:locktype 0 0
34 5 15 D:locktype 0 0
Ddav19.rdr16 5 1 D:locktype 0 0
18 5 15 D:locktype 0 0
32 5 1 D:locktype 0 0
34 5 15 D:locktype 0 0
Ddav19.sax18 SAX.startElement(D:locktype)
20 SAX.endElement(D:locktype)
34 SAX.startElement(D:locktype)
36 SAX.endElement(D:locktype)
Ddav19.sax218 SAX.startElementNs(locktype, D, 'http://www.ietf.org/standards/dav/', 0, 0, 0)
20 SAX.endElementNs(locktype, D, 'http://www.ietf.org/standards/dav/')
34 SAX.startElementNs(locktype, D, 'http://www.ietf.org/standards/dav/', 0, 0, 0)
36 SAX.endElementNs(locktype, D, 'http://www.ietf.org/standards/dav/')
Ddav11.rde10 3 1 D:locktype 0 0
12 3 15 D:locktype 0 0
Ddav11.rdr10 3 1 D:locktype 0 0
12 3 15 D:locktype 0 0
Ddav17.rdr16 5 1 D:locktype 0 0
18 5 15 D:locktype 0 0
Ddav17.rde16 5 1 D:locktype 0 0
18 5 15 D:locktype 0 0
Ddav11.sax12 SAX.startElement(D:locktype)
14 SAX.endElement(D:locktype)
Ddav17.sax18 SAX.startElement(D:locktype)
20 SAX.endElement(D:locktype)
Ddav11.sax212 SAX.startElementNs(locktype, D, 'http://www.ietf.org/standards/dav/', 0, 0, 0)
14 SAX.endElementNs(locktype, D, 'http://www.ietf.org/standards/dav/')
Ddav17.sax218 SAX.startElementNs(locktype, D, 'http://www.ietf.org/standards/dav/', 0, 0, 0)
20 SAX.endElementNs(locktype, D, 'http://www.ietf.org/standards/dav/')
/external/libevent/include/event2/
Dthread.h107 void *(*alloc)(unsigned locktype);
110 void (*free)(void *lock, unsigned locktype);
/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dstatic-prototypes61 -tdb_off_t tdb_find_lock_hash(struct tdb_context *tdb, TDB_DATA key, u32 hash, int locktype,
62 +static tdb_off_t tdb_find_lock_hash(struct tdb_context *tdb, TDB_DATA key, u32 hash, int locktype,
/external/e2fsprogs/lib/ext2fs/
Dtdb.c282 static tdb_off_t tdb_find_lock_hash(struct tdb_context *tdb, TDB_DATA key, u32 hash, int locktype,
3131 tdb_off_t tdb_find_lock_hash(struct tdb_context *tdb, TDB_DATA key, u32 hash, int locktype, in tdb_find_lock_hash() argument
3136 if (tdb_lock(tdb, BUCKET(hash), locktype) == -1) in tdb_find_lock_hash()
3139 tdb_unlock(tdb, BUCKET(hash), locktype); in tdb_find_lock_hash()
/external/google-breakpad/src/third_party/curl/
Dcurl.h1764 curl_lock_access locktype,
/external/curl/include/curl/
Dcurl.h2193 curl_lock_access locktype,
/external/sqlite/dist/
Dsqlite3.c34656 u8 locktype; /* Type of lock currently held on this file */
36931 pFile->h, pBuf, amt, offset, pFile->locktype));
37009 pFile->h, pBuf, amt, offset, pFile->locktype));
37109 osGetCurrentProcessId(), pFile, pFile->h, nByte, pFile->locktype));
37189 pFile->locktype));
37323 OSTRACE(("READ-LOCK file=%p, lock=%d\n", pFile->h, pFile->locktype));
37359 OSTRACE(("READ-UNLOCK file=%p, lock=%d\n", pFile->h, pFile->locktype));
37403 static int winLock(sqlite3_file *id, int locktype){
37413 pFile->h, pFile->locktype, pFile->sharedLockByte, locktype));
37419 if( pFile->locktype>=locktype ){
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c34638 u8 locktype; /* Type of lock currently held on this file */
36913 pFile->h, pBuf, amt, offset, pFile->locktype));
36991 pFile->h, pBuf, amt, offset, pFile->locktype));
37091 osGetCurrentProcessId(), pFile, pFile->h, nByte, pFile->locktype));
37171 pFile->locktype));
37305 OSTRACE(("READ-LOCK file=%p, lock=%d\n", pFile->h, pFile->locktype));
37341 OSTRACE(("READ-UNLOCK file=%p, lock=%d\n", pFile->h, pFile->locktype));
37385 static int winLock(sqlite3_file *id, int locktype){
37395 pFile->h, pFile->locktype, pFile->sharedLockByte, locktype));
37401 if( pFile->locktype>=locktype ){
[all …]