/external/libevent/ |
D | evthread.c | 150 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 …]
|
D | evthread-internal.h | 75 #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 …]
|
D | evthread_pthread.c | 43 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
|
D | evthread_win32.c | 49 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/ |
D | dav19.rde | 16 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
|
D | dav19.rdr | 16 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
|
D | dav19.sax | 18 SAX.startElement(D:locktype) 20 SAX.endElement(D:locktype) 34 SAX.startElement(D:locktype) 36 SAX.endElement(D:locktype)
|
D | dav19.sax2 | 18 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/')
|
D | dav11.rde | 10 3 1 D:locktype 0 0 12 3 15 D:locktype 0 0
|
D | dav11.rdr | 10 3 1 D:locktype 0 0 12 3 15 D:locktype 0 0
|
D | dav17.rdr | 16 5 1 D:locktype 0 0 18 5 15 D:locktype 0 0
|
D | dav17.rde | 16 5 1 D:locktype 0 0 18 5 15 D:locktype 0 0
|
D | dav11.sax | 12 SAX.startElement(D:locktype) 14 SAX.endElement(D:locktype)
|
D | dav17.sax | 18 SAX.startElement(D:locktype) 20 SAX.endElement(D:locktype)
|
D | dav11.sax2 | 12 SAX.startElementNs(locktype, D, 'http://www.ietf.org/standards/dav/', 0, 0, 0) 14 SAX.endElementNs(locktype, D, 'http://www.ietf.org/standards/dav/')
|
D | dav17.sax2 | 18 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/ |
D | thread.h | 107 void *(*alloc)(unsigned locktype); 110 void (*free)(void *lock, unsigned locktype);
|
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | static-prototypes | 61 -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/ |
D | tdb.c | 282 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/ |
D | curl.h | 1764 curl_lock_access locktype,
|
/external/curl/include/curl/ |
D | curl.h | 2193 curl_lock_access locktype,
|
/external/sqlite/dist/ |
D | sqlite3.c | 34656 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/ |
D | sqlite3.c | 34638 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 …]
|