Home
last modified time | relevance | path

Searched refs:vdso_func (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/porting/linux/user/src/sched/
H A Dsched_getcpu.c23 static void *volatile vdso_func; variable
32 a_cas_p(&vdso_func, (void *)getcpu_init, p); in getcpu_init()
36 static void *volatile vdso_func = (void *)getcpu_init; variable
46 getcpu_f f = (getcpu_f)vdso_func; in sched_getcpu()
/third_party/musl/src/sched/
H A Dsched_getcpu.c9 static void *volatile vdso_func; variable
22 a_cas_p(&vdso_func, (void *)getcpu_init, p); in getcpu_init()
26 static void *volatile vdso_func = (void *)getcpu_init; variable
36 getcpu_f f = (getcpu_f)vdso_func; in sched_getcpu()
/third_party/musl/porting/linux/user/src/time/
H A Dclock_gettime.c9 static void *volatile vdso_func; variable
24 a_cas_p(&vdso_func, (void *)cgt_time32_wrap, 0); in cgt_time32_wrap()
49 a_cas_p(&vdso_func, (void *)cgt_init, p); in cgt_init()
53 static void *volatile vdso_func = (void *)cgt_init; variable
63 (int (*)(clockid_t, struct timespec *))vdso_func; in __clock_gettime()
/third_party/musl/porting/linux/user/src/linux/
H A Dcache.c40 static void *volatile vdso_func; variable
48 a_cas_p(&vdso_func, (void *)flush_icache_init, p); in flush_icache_init()
52 static void *volatile vdso_func = (void *)flush_icache_init; variable
57 (int (*)(void *, void *, unsigned long int))vdso_func; in __riscv_flush_icache()
/third_party/musl/src/linux/
H A Dcache.c26 static void *volatile vdso_func; variable
38 a_cas_p(&vdso_func, (void *)flush_icache_init, p); in flush_icache_init()
42 static void *volatile vdso_func = (void *)flush_icache_init; variable
47 (int (*)(void *, void *, unsigned long int))vdso_func; in __riscv_flush_icache()
/third_party/musl/src/time/
H A Dclock_gettime.c9 static void *volatile vdso_func; variable
24 a_cas_p(&vdso_func, (void *)cgt_time32_wrap, 0); in cgt_time32_wrap()
64 a_cas_p(&vdso_func, (void *)cgt_init, p); in cgt_init()
68 static void *volatile vdso_func = (void *)cgt_init; variable
78 (int (*)(clockid_t, struct timespec *))vdso_func; in __clock_gettime()

Completed in 2 milliseconds