/third_party/gettext/gettext-runtime/intl/ |
D | lock.h | 298 # define glthread_lock_init(LOCK) \ argument 300 # define glthread_lock_lock(LOCK) \ argument 302 # define glthread_lock_unlock(LOCK) \ argument 304 # define glthread_lock_destroy(LOCK) \ argument 326 # define glthread_rwlock_init(LOCK) \ argument 331 # define glthread_rwlock_init(LOCK) \ argument 335 # define glthread_rwlock_rdlock(LOCK) \ argument 337 # define glthread_rwlock_wrlock(LOCK) \ argument 339 # define glthread_rwlock_unlock(LOCK) \ argument 341 # define glthread_rwlock_destroy(LOCK) \ argument [all …]
|
/third_party/selinux/libselinux/src/ |
D | selinux_internal.h | 48 #define __pthread_mutex_init(LOCK, ATTR) \ argument 54 #define __pthread_mutex_destroy(LOCK) \ argument 60 #define __pthread_mutex_lock(LOCK) \ argument 66 #define __pthread_mutex_unlock(LOCK) \ argument
|
/third_party/libnl/include/netlink-private/ |
D | netlink.h | 271 #define nl_lock(LOCK) do { } while(0) argument 272 #define nl_unlock(LOCK) do { } while(0) argument 273 #define nl_read_lock(LOCK) do { } while(0) argument 274 #define nl_read_unlock(LOCK) do { } while(0) argument 275 #define nl_write_lock(LOCK) do { } while(0) argument 276 #define nl_write_unlock(LOCK) do { } while(0) argument
|
/third_party/musl/src/internal/ |
D | lock.h | 6 #define LOCK(x) __lock(x) macro
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | lock.h | 6 #define LOCK(x) __lock(x) macro
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | lock.h | 6 #define LOCK(x) __lock(x) macro
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | lock.h | 6 #define LOCK(x) __lock(x) macro
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
D | ofl.c | 8 static int LOCK(void) in LOCK() function
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
D | ofl.c | 8 static int LOCK(void) in LOCK() function
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
D | ofl.c | 8 static int LOCK(void) in LOCK() function
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
D | __tz.c | 24 static int LOCK(void) in LOCK() function
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
D | __tz.c | 24 static int LOCK(void) in LOCK() function
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | __tz.c | 20 static int LOCK(void) in LOCK() function
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
D | locktests.h | 111 LOCK, enumerator
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstimagesequencesrc.c | 52 #define LOCK(self) (g_rec_mutex_lock (&self->fields_lock)) macro
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | tridpars.cpp | 53 static UMutex LOCK; variable
|
D | dtfmtsym.cpp | 1250 static UMutex LOCK; in getZoneStrings() local
|
/third_party/icu/icu4c/source/i18n/ |
D | tridpars.cpp | 53 static UMutex LOCK; variable
|
D | dtfmtsym.cpp | 1250 static UMutex LOCK; in getZoneStrings() local
|
/third_party/node/deps/icu-small/source/i18n/ |
D | tridpars.cpp | 53 static UMutex LOCK; variable
|
D | dtfmtsym.cpp | 1254 static UMutex LOCK; in getZoneStrings() local
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | tridpars.cpp | 53 static UMutex LOCK = U_MUTEX_INITIALIZER; variable
|
D | dtfmtsym.cpp | 235 static UMutex LOCK = U_MUTEX_INITIALIZER; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 827 LOCK = 1 << LOCKShift, enumerator
|
/third_party/python/Python/ |
D | pystate.c | 121 #define FREE_LOCK(LOCK) \ in _PyRuntimeState_Fini() argument
|