Home
last modified time | relevance | path

Searched defs:rw (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_service.cc71 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/
Dtestautomation_rwops.c95 _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/
Drwhelper.c25 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()
Dsut_configparser.c24 SDL_RWops* rw; in SDLVisualTest_ParseSUTConfig() local
/third_party/musl/src/thread/
Dpthread_rwlock_trywrlock.c3 int __pthread_rwlock_trywrlock(pthread_rwlock_t *rw) in __pthread_rwlock_trywrlock()
Dpthread_rwlock_rdlock.c3 int __pthread_rwlock_rdlock(pthread_rwlock_t *rw) in __pthread_rwlock_rdlock()
Dpthread_rwlock_wrlock.c3 int __pthread_rwlock_wrlock(pthread_rwlock_t *rw) in __pthread_rwlock_wrlock()
Dpthread_rwlock_destroy.c3 int pthread_rwlock_destroy(pthread_rwlock_t *rw) in pthread_rwlock_destroy()
Dpthread_rwlock_init.c3 int pthread_rwlock_init(pthread_rwlock_t *restrict rw, const pthread_rwlockattr_t *restrict a) in pthread_rwlock_init()
Dpthread_rwlock_tryrdlock.c3 int __pthread_rwlock_tryrdlock(pthread_rwlock_t *rw) in __pthread_rwlock_tryrdlock()
Dpthread_rwlock_timedrdlock.c3 int __pthread_rwlock_timedrdlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedrdlock()
Dpthread_rwlock_timedwrlock.c3 int __pthread_rwlock_timedwrlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedwrlock()
Dpthread_rwlock_unlock.c3 int __pthread_rwlock_unlock(pthread_rwlock_t *rw) in __pthread_rwlock_unlock()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_rwlock_timedwrlock_monotonic_np.c18 int pthread_rwlock_timedwrlock_monotonic_np(pthread_rwlock_t *rw, const struct timespec *at) in pthread_rwlock_timedwrlock_monotonic_np()
Dpthread_rwlock_timedrdlock_monotonic_np.c18 int pthread_rwlock_timedrdlock_monotonic_np(pthread_rwlock_t *rw, const struct timespec *at) in pthread_rwlock_timedrdlock_monotonic_np()
Dpthread_rwlock_clockwrlock.c18 int pthread_rwlock_clockwrlock(pthread_rwlock_t *rw, clockid_t clock_id, const struct timespec *at) in pthread_rwlock_clockwrlock()
Dpthread_rwlock_clockrdlock.c18 int pthread_rwlock_clockrdlock(pthread_rwlock_t *rw, clockid_t clock_id, const struct timespec *at) in pthread_rwlock_clockrdlock()
Dpthread_rwlock_timedrdlock.c18 int __pthread_rwlock_timedrdlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedrdlock()
Dpthread_rwlock_timedwrlock.c18 int __pthread_rwlock_timedwrlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedwrlock()
/third_party/musl/compat/time32/
Dpthread_rwlock_timedrdlock_time32.c5 int __pthread_rwlock_timedrdlock_time32(pthread_rwlock_t *restrict rw, const struct timespec32 *res… in __pthread_rwlock_timedrdlock_time32()
Dpthread_rwlock_timedwrlock_time32.c5 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/
Dlock.cc98 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/
Dsignature.py24 def make_sig(name="var", rw=sig_rw.RW_READ, argument
/third_party/gettext/gettext-tools/src/
Dmsgfmt.cs47 private void ReadAllInput (ResourceWriter rw) { in ReadAllInput()
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dsignature_py.cc36 … const py::object arg_default, SignatureEnumDType dtype) { in __anondaf31fe50102()

1234