Home
last modified time | relevance | path

Searched refs:rv (Results 1 – 4 of 4) sorted by relevance

/sysdeps/pthread/
A Dtst-cond24.c45 int rv, i; in thread_fun_timed() local
52 if (rv) in thread_fun_timed()
67 if (rv) in thread_fun_timed()
78 if (rv) in thread_fun_timed()
96 int rv, i; in thread_fun() local
114 if (rv) in thread_fun()
143 int rv; in do_test_wait() local
150 if (rv) in do_test_wait()
157 if (rv) in do_test_wait()
164 if (rv) in do_test_wait()
[all …]
/sysdeps/unix/sysv/linux/ia64/
A Dswapcontext.c20 struct rv struct
26 extern struct rv __getcontext (ucontext_t *__ucp) __THROW; argument
32 struct rv rv = __getcontext (oucp); in __swapcontext() local
33 if (rv.first_return) in __swapcontext()
/sysdeps/unix/
A Dgrantpt.c41 int rv; in pts_name() local
50 rv = __ptsname_internal (fd, buf, buf_len, stp); in pts_name()
51 if (rv != 0) in pts_name()
53 if (rv == ENOTTY) in pts_name()
57 rv = EINVAL; in pts_name()
58 errno = rv; /* Not necessarily set by __ptsname_r. */ in pts_name()
80 rv = -1; in pts_name()
87 if (rv == 0) in pts_name()
92 return rv; in pts_name()
/sysdeps/riscv/
A Dpreconfigure62 machine=riscv/rv$xlen/$float_machine

Completed in 5 milliseconds