Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
Dfd_file.cc130 int rc = TEMP_FAILURE_RETRY(fdatasync(fd_)); in Flush() local
140 int rc = TEMP_FAILURE_RETRY(pread64(fd_, buf, byte_count, offset)); in Read() local
149 int rc = TEMP_FAILURE_RETRY(ftruncate64(fd_, new_length)); in SetLength() local
159 int rc = TEMP_FAILURE_RETRY(fstat(fd_, &s)); in GetLength() local
165 int rc = TEMP_FAILURE_RETRY(pwrite64(fd_, buf, byte_count, offset)); in Write() local
Dmapped_file.cc144 int rc = IsMapped() ? TEMP_FAILURE_RETRY(msync(mapped_file_, file_size_, 0)) : FdFile::Flush(); in Flush() local
/art/runtime/
Dsignal_set.h49 int rc = TEMP_FAILURE_RETRY(sigwait(&set_, &signal_number)); in Wait() local
Druntime_android.cc69 int rc = 0; in InitPlatformSignalHandlers() local
Dzip_archive.cc83 int rc = fcntl(fd, F_SETFD, flags | FD_CLOEXEC); in SetCloseOnExec() local
Druntime_linux.cc355 int rc = 0; in InitPlatformSignalHandlers() local
/art/runtime/gc/allocator/
Ddlmalloc.cc63 int rc = madvise(start, length, MADV_DONTNEED); in DlmallocMadviseCallback() local
/art/runtime/jdwp/
Djdwp_handler.cc68 JdwpError rc = Dbg::GetObjectTag(object_id, tag); in WriteTaggedObject() local
80 JdwpError rc = WriteTaggedObject(reply, objects[i]); in WriteTaggedObjectList() local
451 JdwpError rc = Dbg::GetInstanceCounts(class_ids, counts); in VM_InstanceCounts() local
633 JdwpError rc = Dbg::GetInstances(class_id, max_count, instances); in RT_Instances() local
785 JdwpError rc = Dbg::GetBytecodes(class_id, method_id, bytecodes); in M_Bytecodes() local
899 JdwpError rc = Dbg::IsCollected(object_id, is_collected); in OR_IsCollected() local
913 JdwpError rc = Dbg::GetReferringObjects(object_id, max_count, referring_objects); in OR_ReferringObjects() local
1072 JdwpError rc = Dbg::GetThreadFrameCount(thread_id, frame_count); in TR_FrameCount() local
1087 JdwpError rc = Dbg::GetOwnedMonitors(thread_id, monitors, stack_depths); in TR_OwnedMonitors() local
1120 JdwpError rc = Dbg::GetContendedMonitor(thread_id, contended_monitor); in TR_CurrentContendedMonitor() local
[all …]
Djdwp_adb.cc162 int rc = TEMP_FAILURE_RETRY(recvmsg(control_sock_, &msg, 0)); in ReceiveClientFd() local
/art/dalvikvm/
Ddalvikvm.cc189 int rc = InvokeMain(env, &argv[arg_idx]); in dalvikvm() local
/art/runtime/base/
Dmutex.cc303 int rc = pthread_mutex_destroy(&mutex_); in ~Mutex() local
836 int rc = TEMP_FAILURE_RETRY(pthread_cond_timedwait(&cond_, &guard_.mutex_, &ts)); in TimedWait() local
/art/runtime/hprof/
Dhprof.cc190 int rc = Flush(); in StartNewRecord() local
/art/dex2oat/
Ddex2oat.cc697 int rc = TEMP_FAILURE_RETRY(pthread_cond_timedwait(&cond_, &mutex_, &timeout_ts)); in Wait() local