Home
last modified time | relevance | path

Searched defs:rc (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/libpandabase/os/
Dmutex.cpp28 ALWAYS_INLINE inline void FatalIfError(const char *f, int rc) in FatalIfError()
52 int rc = pthread_mutex_destroy(&mutex_); in ~Mutex() local
58 int rc = pthread_mutex_init(&mutex_, attrs); in Init() local
64 int rc = pthread_mutex_lock(&mutex_); in Lock() local
70 int rc = pthread_mutex_trylock(&mutex_); in TryLock() local
82 int rc = pthread_mutex_unlock(&mutex_); in Unlock() local
96 int rc = pthread_rwlock_init(&rwlock_, nullptr); in RWLock() local
102 int rc = pthread_rwlock_destroy(&rwlock_); in ~RWLock() local
108 int rc = pthread_rwlock_rdlock(&rwlock_); in ReadLock() local
114 int rc = pthread_rwlock_wrlock(&rwlock_); in WriteLock() local
[all …]
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfile.h163 auto rc = _chsize(fd_, 0); in ClearData() local
172 auto rc = _lseek(fd_, 0, SEEK_SET); in ClearData() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dfile.h191 int rc = ftruncate(fd_, 0); in ClearData() local
200 off_t rc = lseek(fd_, 0, SEEK_SET); in ClearData() local
/arkcompiler/runtime_core/dprof/libdprof/dprof/ipc/
Dipc_unix_socket.cpp119 int rc = PANDA_FAILURE_RETRY(::poll(&pfd, 1, timeoutMs)); in WaitDataTimeout() local
/arkcompiler/runtime_core/panda/
Dpanda.cpp69 int rc = 0; in BlockSignals() local
/arkcompiler/runtime_core/verification/util/tests/
Dtagged_index_property_test.cpp47 namespace rc { namespace
Dbit_vector_property_test.cpp78 namespace rc { namespace
/arkcompiler/runtime_core/verification/verifier/
Dverifier.cpp200 int rc = 0; in BlockSignals() local
/arkcompiler/runtime_core/runtime/
Druntime.cpp1252 int rc = 0; in BlockSignals() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property