Home
last modified time | relevance | path

Searched refs:TryLock (Results 1 - 11 of 11) sorted by relevance

/foundation/multimedia/media_foundation/engine/foundation/osal/thread/
H A Dscoped_lock.cpp66 bool ScopedLock::TryLock() in TryLock() function in OHOS::Media::OSAL::ScopedLock
70 ret = mutex_->TryLock(); in TryLock()
H A Dmutex.cpp52 bool Mutex::TryLock() in TryLock() function in OHOS::Media::OSAL::Mutex
55 MEDIA_LOG_E("TryLock uninitialized pthread mutex."); in TryLock()
60 MEDIA_LOG_E("TryLock failed with ret = " PUBLIC_LOG_D32, ret); in TryLock()
/foundation/multimedia/media_foundation/engine/include/foundation/osal/thread/
H A Dscoped_lock.h38 bool TryLock();
H A Dmutex.h37 bool TryLock();
/foundation/resourceschedule/ffrt/src/sync/
H A Dshared_mutex_private.h26 bool TryLock();
H A Dshared_mutex.cpp37 bool SharedMutexPrivate::TryLock() in TryLock() function in ffrt::SharedMutexPrivate
219 return p->TryLock() ? ffrt_success : ffrt_error_busy; in ffrt_rwlock_trywrlock()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_file/
H A Dfile_n_exporter.h41 static napi_value TryLock(napi_env env, napi_callback_info info);
H A Dfile_n_exporter.cpp251 napi_value FileNExporter::TryLock(napi_env env, napi_callback_info info) in TryLock() function in OHOS::FileManagement::ModuleFileIO::FileNExporter
341 NVal::DeclareNapiFunction("tryLock", TryLock), in Export()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_impl.h62 int TryLock(int64_t id, bool exclusive);
H A Dfile_ffi.cpp125 return instance->TryLock(id, exclusive); in FfiOHOSFILEFsTryLock()
H A Dfile_impl.cpp347 int FileEntity::TryLock(int64_t id, bool exclusive) in TryLock() function in OHOS::CJSystemapi::FileFs::FileEntity

Completed in 5 milliseconds