/sysdeps/unix/sysv/linux/ |
A D | clock_settime.c | 26 __clock_settime64 (clockid_t clock_id, const struct __timespec64 *tp) in __clock_settime64() argument 29 if (! valid_nanoseconds (tp->tv_nsec)) in __clock_settime64() 38 int ret = INLINE_SYSCALL_CALL (clock_settime64, clock_id, tp); in __clock_settime64() 44 if (! in_time_t_range (tp->tv_sec)) in __clock_settime64() 50 struct timespec ts32 = valid_timespec64_to_timespec (*tp); in __clock_settime64() 61 __clock_settime (clockid_t clock_id, const struct timespec *tp) in libc_hidden_def() 63 struct __timespec64 ts64 = valid_timespec_to_timespec64 (*tp); in libc_hidden_def()
|
A D | clock_gettime.c | 29 __clock_gettime64 (clockid_t clock_id, struct __timespec64 *tp) in __clock_gettime64() argument 38 int (*vdso_time64) (clockid_t clock_id, struct __timespec64 *tp) in __clock_gettime64() 42 r = INTERNAL_VSYSCALL_CALL (vdso_time64, 2, clock_id, tp); in __clock_gettime64() 50 int (*vdso_time) (clockid_t clock_id, struct timespec *tp) in __clock_gettime64() 58 *tp = valid_timespec_to_timespec64 (tp32); in __clock_gettime64() 68 r = INTERNAL_SYSCALL_CALL (clock_gettime64, clock_id, tp); in __clock_gettime64() 80 *tp = valid_timespec_to_timespec64 (tp32); in __clock_gettime64() 92 __clock_gettime (clockid_t clock_id, struct timespec *tp) in libc_hidden_def() 107 *tp = valid_timespec64_to_timespec (tp64); in libc_hidden_def()
|
A D | sched_rr_gi.c | 26 __sched_rr_get_interval64 (pid_t pid, struct __timespec64 *tp) in __sched_rr_get_interval64() argument 31 int ret = INLINE_SYSCALL_CALL (sched_rr_get_interval_time64, pid, tp); in __sched_rr_get_interval64() 39 *tp = valid_timespec_to_timespec64 (tp32); in __sched_rr_get_interval64() 48 __sched_rr_get_interval (pid_t pid, struct timespec *tp) in libc_hidden_def() 63 *tp = valid_timespec64_to_timespec (tp64); in libc_hidden_def()
|
/sysdeps/unix/sysv/linux/riscv/ |
A D | sysdep.S | 42 add t1, t1, tp 46 add t1, t1, tp, %tprel_add(errno)
|
/sysdeps/powerpc/nptl/ |
A D | tls.h | 146 # define TLS_DEFINE_INIT_TP(tp, pd) \ argument 147 void *tp = (void *) (pd) + TLS_TCB_OFFSET + TLS_PRE_TCB_SIZE; \ 148 (((tcbhead_t *) ((char *) tp - TLS_TCB_OFFSET))[-1].hwcap) = \ 150 (((tcbhead_t *) ((char *) tp - TLS_TCB_OFFSET))[-1].at_platform) = \
|
/sysdeps/arm/nptl/ |
A D | tls.h | 69 # define TLS_DEFINE_INIT_TP(tp, pd) void *tp = (pd) + 1 argument
|
/sysdeps/mach/hurd/i386/htl/ |
A D | pt-machdep.c | 44 int set_tp, void *tp) in __thread_set_pcsptp() argument 63 HURD_TLS_DESC_DECL (desc, tp); in __thread_set_pcsptp()
|
/sysdeps/alpha/nptl/ |
A D | tls.h | 75 # define TLS_DEFINE_INIT_TP(tp, pd) void *tp = (pd) + 1 argument
|
/sysdeps/microblaze/nptl/ |
A D | tls.h | 80 # define TLS_DEFINE_INIT_TP(tp, pd) void *tp = (pd) + 1 argument
|
/sysdeps/powerpc/ |
A D | tst-tlsifunc.c | 47 register unsigned long tp __asm__ (__TPREG); in get_platform() 52 : "n" (__ATPLATOFF), "b" (tp)); in get_platform()
|
/sysdeps/aarch64/nptl/ |
A D | tls.h | 78 # define TLS_DEFINE_INIT_TP(tp, pd) void *tp = (pd) + 1 argument
|
/sysdeps/arc/nptl/ |
A D | tls.h | 83 # define TLS_DEFINE_INIT_TP(tp, pd) void *tp = (pd) + 1 argument
|
/sysdeps/m68k/nptl/ |
A D | tls.h | 95 # define TLS_DEFINE_INIT_TP(tp, pd) \ argument 96 void *tp = (void *) (pd) + TLS_TCB_OFFSET + TLS_PRE_TCB_SIZE
|
/sysdeps/riscv/nptl/ |
A D | tls.h | 94 # define TLS_DEFINE_INIT_TP(tp, pd) \ argument 95 void *tp = (void *) (pd) + TLS_TCB_OFFSET + TLS_PRE_TCB_SIZE
|
/sysdeps/csky/nptl/ |
A D | tls.h | 86 # define TLS_DEFINE_INIT_TP(tp, pd) void *tp = (pd) + 1 argument
|
/sysdeps/hppa/nptl/ |
A D | tls.h | 80 # define TLS_DEFINE_INIT_TP(tp, pd) void *tp = (pd) + 1 argument
|
/sysdeps/nios2/nptl/ |
A D | tls.h | 94 # define TLS_DEFINE_INIT_TP(tp, pd) \ argument 95 void *tp = (void *) (pd) + TLS_TCB_OFFSET + TLS_PRE_TCB_SIZE
|
/sysdeps/mips/nptl/ |
A D | tls.h | 123 # define TLS_DEFINE_INIT_TP(tp, pd) \ argument 124 void *tp = (void *) (pd) + TLS_TCB_OFFSET + TLS_PRE_TCB_SIZE
|
/sysdeps/sparc/nptl/ |
A D | tls.h | 95 # define TLS_DEFINE_INIT_TP(tp, pd) void *tp = (pd) argument
|
/sysdeps/sh/nptl/ |
A D | tls.h | 88 # define TLS_DEFINE_INIT_TP(tp, pd) void *tp = (pd) + 1 argument
|
/sysdeps/s390/nptl/ |
A D | tls.h | 119 # define TLS_DEFINE_INIT_TP(tp, pd) void *tp = (pd) argument
|
/sysdeps/ia64/nptl/ |
A D | tls.h | 111 # define TLS_DEFINE_INIT_TP(tp, pd) \ argument 112 void *tp = (char *) (pd) + TLS_PRE_TCB_SIZE
|
/sysdeps/posix/ |
A D | getaddrinfo.c | 184 st->socktype = tp->socktype; in gaih_inet_serv() 344 ++tp; in gaih_inet() 346 while (tp->name[0] in gaih_inet() 351 ++tp; in gaih_inet() 353 if (! tp->name[0]) in gaih_inet() 370 if (tp->name[0]) in gaih_inet() 382 for (tp++; tp->name[0]; tp++) in gaih_inet() 426 st->socktype = tp->socktype; in gaih_inet() 436 for (++tp; tp->name[0]; ++tp) in gaih_inet() 437 if (tp->defaultflag) in gaih_inet() [all …]
|
/sysdeps/mach/hurd/htl/ |
A D | pt-sysdep.h | 66 int set_sp, void *sp, int set_tp, void *tp);
|
/sysdeps/x86_64/nptl/ |
A D | tls.h | 162 # define TLS_DEFINE_INIT_TP(tp, pd) void *tp = (pd) argument
|