Home
last modified time | relevance | path

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

12

/bionic/libc/bionic/
Dposix_timers.cpp82 int rc = __rt_sigtimedwait(sigset.get(), &si, NULL, sizeof(sigset)); in __timer_thread_start() local
153 int rc = pthread_create(&timer->callback_thread, &thread_attributes, __timer_thread_start, timer); in timer_create() local
184 int rc = __timer_delete(to_kernel_timer_id(id)); in timer_delete() local
209 int rc = __timer_settime(timer->kernel_timer_id, flags, ts, ots); in timer_settime() local
Dlibgen.cpp155 int rc = basename_r(path, basename_tls_buffer, basename_tls_buffer_size); in basename() local
161 int rc = dirname_r(path, dirname_tls_buffer, dirname_tls_buffer_size); in dirname() local
Draise.cpp32 int rc = pthread_kill(pthread_self(), sig); in raise() local
Dstatvfs.cpp49 int rc = __statfs64(path, sizeof(tmp), &tmp); in statvfs() local
60 int rc = __fstatfs64(fd, sizeof(tmp), &tmp); in fstatvfs() local
Dsched_getcpu.cpp36 int rc = __getcpu(&cpu, NULL, NULL); in sched_getcpu() local
Dgetcwd.cpp59 int rc = __getcwd(buf, allocated_size); in getcwd() local
Dsched_getaffinity.cpp36 int rc = __sched_getaffinity(pid, set_size, set); in sched_getaffinity() local
Dpthread_setschedparam.cpp42 int rc = sched_setscheduler(thread->tid, policy, param); in pthread_setschedparam() local
Dpthread_kill.cpp49 int rc = tgkill(getpid(), tid, sig); in pthread_kill() local
Dpthread_getschedparam.cpp42 int rc = sched_getparam(thread->tid, param); in pthread_getschedparam() local
Ddl_iterate_phdr_static.cpp58 int rc = cb(&exe_info, sizeof(exe_info), data); in dl_iterate_phdr() local
Dtmpfile.cpp81 int rc = fstat(fd, &sb); in __tmpfile_dir() local
Dmmap.cpp53 int rc = madvise(result, size, MADV_MERGEABLE); in mmap64() local
Dpthread_create.cpp223 int rc = clone(__pthread_start, child_stack, flags, thread, &(thread->tid), tls, &(thread->tid)); in pthread_create() local
Ddirent.cpp86 int rc = TEMP_FAILURE_RETRY(__getdents64(d->fd_, d->buff_, sizeof(d->buff_))); in __fill_DIR() local
Dsysconf.cpp149 int rc = clock_getres(CLOCK_MONOTONIC, &t); in __sysconf_monotonic_clock() local
Dndk_cruft.cpp197 int rc = vdprintf(fd, fmt, ap); in fdprintf() local
/bionic/tests/
Dsys_sendfile_test.cpp34 ssize_t rc = sendfile(dst_file.fd, src_file.fd, &offset, count); in TEST() local
53 ssize_t rc = sendfile64(dst_file.fd, src_file.fd, &offset, count); in TEST() local
Dlibgen_test.cpp71 int rc = basename_r(in, buf, buf_size); in TestBasename() local
82 int rc = dirname_r(in, buf, buf_size); in TestDirname() local
Dfcntl_test.cpp32 int rc = fcntl(fd, F_SETFD, FD_CLOEXEC); in TEST() local
151 int rc = fcntl(fd, F_GETLK64, &check_lock); in TEST() local
Dstdio_test.cpp57 int rc = fstat(fd, &sb); in TEST() local
77 int rc = dprintf(tf.fd, "hello\n"); in TEST() local
97 int rc = fprintf(fp, "%s", line_written); in TEST() local
160 int rc = fprintf(fp, "%s", line_written); in TEST() local
Ddlfcn_test.cpp306 int rc = dladdr(addr, &info); in TEST() local
/bionic/libc/arch-x86/bionic/
D__set_tls.c64 int rc = __set_thread_area(&tls_descriptor); in __set_tls() local
/bionic/linker/
Ddebugger.cpp102 int rc = TEMP_FAILURE_RETRY(connect(s, reinterpret_cast<sockaddr*>(&addr), alen)); in socket_abstract_client() local
Dlinker_phdr.cpp145 ssize_t rc = TEMP_FAILURE_RETRY(pread64(fd_, &header_, sizeof(header_), file_offset_)); in ReadElfHeader() local

12