/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | cache_service.cc | 71 SharedLock rw(&rw_lock_); in CacheRow() local 145 SharedLock rw(&rw_lock_); in FastCacheRow() local 228 SharedLock rw(&rw_lock_); in GetStat() local 237 SharedLock rw(&rw_lock_); in PreBatchFetch() local 261 SharedLock rw(&rw_lock_); in InternalFetchRow() local 286 UniqueLock rw(&rw_lock_); in CacheSchema() local 298 SharedLock rw(&rw_lock_); in FetchSchema() local 320 UniqueLock rw(&rw_lock_); in BuildPhaseDone() local 331 UniqueLock rw(&rw_lock_); in ToggleWriteMode() local
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testautomation_rwops.c | 95 _testGenericRWopsValidations(SDL_RWops *rw, int write) in _testGenericRWopsValidations() 225 SDL_RWops *rw; in rwops_testMem() local 264 SDL_RWops *rw; in rwops_testConstMem() local 300 SDL_RWops *rw; in rwops_testFileRead() local 347 SDL_RWops *rw; in rwops_testFileWrite() local 397 SDL_RWops *rw; in rwops_testFPRead() local 447 SDL_RWops *rw; in rwops_testFPWrite() local 494 SDL_RWops *rw = SDL_AllocRW(); in rwops_testAllocFree() local 589 SDL_RWops *rw; in rwops_testFileWriteReadEndian() local
|
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/ |
D | rwhelper.c | 25 SDLVisualTest_RWHelperReadChar(SDL_RWops* rw, SDLVisualTest_RWHelperBuffer* buffer) in SDLVisualTest_RWHelperReadChar() 43 SDLVisualTest_RWHelperReadLine(SDL_RWops* rw, char* str, int size, in SDLVisualTest_RWHelperReadLine() 111 SDLVisualTest_RWHelperCountNonEmptyLines(SDL_RWops* rw, in SDLVisualTest_RWHelperCountNonEmptyLines()
|
D | sut_configparser.c | 24 SDL_RWops* rw; in SDLVisualTest_ParseSUTConfig() local
|
/third_party/musl/src/thread/ |
D | pthread_rwlock_trywrlock.c | 3 int __pthread_rwlock_trywrlock(pthread_rwlock_t *rw) in __pthread_rwlock_trywrlock()
|
D | pthread_rwlock_rdlock.c | 3 int __pthread_rwlock_rdlock(pthread_rwlock_t *rw) in __pthread_rwlock_rdlock()
|
D | pthread_rwlock_wrlock.c | 3 int __pthread_rwlock_wrlock(pthread_rwlock_t *rw) in __pthread_rwlock_wrlock()
|
D | pthread_rwlock_destroy.c | 3 int pthread_rwlock_destroy(pthread_rwlock_t *rw) in pthread_rwlock_destroy()
|
D | pthread_rwlock_init.c | 3 int pthread_rwlock_init(pthread_rwlock_t *restrict rw, const pthread_rwlockattr_t *restrict a) in pthread_rwlock_init()
|
D | pthread_rwlock_tryrdlock.c | 3 int __pthread_rwlock_tryrdlock(pthread_rwlock_t *rw) in __pthread_rwlock_tryrdlock()
|
D | pthread_rwlock_timedrdlock.c | 3 int __pthread_rwlock_timedrdlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedrdlock()
|
D | pthread_rwlock_timedwrlock.c | 3 int __pthread_rwlock_timedwrlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedwrlock()
|
D | pthread_rwlock_unlock.c | 3 int __pthread_rwlock_unlock(pthread_rwlock_t *rw) in __pthread_rwlock_unlock()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_rwlock_timedwrlock_monotonic_np.c | 18 int pthread_rwlock_timedwrlock_monotonic_np(pthread_rwlock_t *rw, const struct timespec *at) in pthread_rwlock_timedwrlock_monotonic_np()
|
D | pthread_rwlock_timedrdlock_monotonic_np.c | 18 int pthread_rwlock_timedrdlock_monotonic_np(pthread_rwlock_t *rw, const struct timespec *at) in pthread_rwlock_timedrdlock_monotonic_np()
|
D | pthread_rwlock_clockwrlock.c | 18 int pthread_rwlock_clockwrlock(pthread_rwlock_t *rw, clockid_t clock_id, const struct timespec *at) in pthread_rwlock_clockwrlock()
|
D | pthread_rwlock_clockrdlock.c | 18 int pthread_rwlock_clockrdlock(pthread_rwlock_t *rw, clockid_t clock_id, const struct timespec *at) in pthread_rwlock_clockrdlock()
|
D | pthread_rwlock_timedrdlock.c | 18 int __pthread_rwlock_timedrdlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedrdlock()
|
D | pthread_rwlock_timedwrlock.c | 18 int __pthread_rwlock_timedwrlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedwrlock()
|
/third_party/musl/compat/time32/ |
D | pthread_rwlock_timedrdlock_time32.c | 5 int __pthread_rwlock_timedrdlock_time32(pthread_rwlock_t *restrict rw, const struct timespec32 *res… in __pthread_rwlock_timedrdlock_time32()
|
D | pthread_rwlock_timedwrlock_time32.c | 5 int __pthread_rwlock_timedwrlock_time32(pthread_rwlock_t *restrict rw, const struct timespec32 *res… in __pthread_rwlock_timedwrlock_time32()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/ |
D | lock.cc | 98 SharedLock::SharedLock(RWLock *rw) : rw_(rw), ownlock_(false) { in SharedLock() 125 UniqueLock::UniqueLock(RWLock *rw) : rw_(rw), ownlock_(false) { in UniqueLock()
|
/third_party/mindspore/mindspore/ops/ |
D | signature.py | 24 def make_sig(name="var", rw=sig_rw.RW_READ, argument
|
/third_party/gettext/gettext-tools/src/ |
D | msgfmt.cs | 47 private void ReadAllInput (ResourceWriter rw) { in ReadAllInput()
|
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/ |
D | signature_py.cc | 36 … const py::object arg_default, SignatureEnumDType dtype) { in __anondaf31fe50102()
|