Home
last modified time | relevance | path

Searched refs:timer_delete (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/
H A D0015-posix-Fix-Warray-bounds-instances-building-timer_cre.patch44 sysdeps/unix/sysv/linux/timer_delete.c | 15 ++--
254 diff --git a/sysdeps/unix/sysv/linux/timer_delete.c b/sysdeps/unix/sysv/linux/timer_delete.c
256 --- a/sysdeps/unix/sysv/linux/timer_delete.c
257 +++ b/sysdeps/unix/sysv/linux/timer_delete.c
259 timer_delete (timer_t timerid)
261 #undef timer_delete
265 - int res = INLINE_SYSCALL (timer_delete, 1, kt->ktimerid);
267 + int res = INLINE_SYSCALL_CALL (timer_delete, ktimerid);
279 @@ -58,10 +58,9 @@ timer_delete (timer_t timerid)
/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A Dset-timer-lat.c224 timer_delete(tm1); in do_timer()
246 timer_delete(tm1); in do_timer_oneshot()
H A Dalarmtimer-suspend.c173 timer_delete(tm1); in main()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dtime.h239 extern int timer_delete (timer_t __timerid) __THROW;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dtime.h239 extern int timer_delete (timer_t __timerid) __THROW;
/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-stubs.c45 SYS_NI(timer_delete);
/OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/
H A Dsyscall_n32.tbl235 224 n32 timer_delete sys_timer_delete
H A Dsyscall_n64.tbl231 220 n64 timer_delete sys_timer_delete
H A Dsyscall_o32.tbl275 261 o32 timer_delete sys_timer_delete
/OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl240 228 common timer_delete sys_timer_delete
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl270 249 common timer_delete sys_timer_delete
/OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl237 226 common timer_delete sys_timer_delete
H A Dsyscall_32.tbl277 263 i386 timer_delete sys_timer_delete
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl237 226 common timer_delete sys_timer_delete
/OK3568_Linux_fs/kernel/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl268 258 common timer_delete sys_timer_delete
/OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl285 254 common timer_delete sys_timer_delete
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl273 263 common timer_delete sys_timer_delete
/OK3568_Linux_fs/kernel/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl268 258 common timer_delete sys_timer_delete sys_timer_delete
/OK3568_Linux_fs/kernel/arch/arm/tools/
H A Dsyscall.tbl278 261 common timer_delete sys_timer_delete
/OK3568_Linux_fs/kernel/arch/sh/kernel/syscalls/
H A Dsyscall.tbl273 263 common timer_delete sys_timer_delete
/OK3568_Linux_fs/kernel/arch/s390/kernel/syscalls/
H A Dsyscall.tbl268 258 common timer_delete sys_timer_delete sys_timer_delete
/OK3568_Linux_fs/kernel/arch/alpha/kernel/syscalls/
H A Dsyscall.tbl349 418 common timer_delete sys_timer_delete
/OK3568_Linux_fs/kernel/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl324 265 common timer_delete sys_timer_delete
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/syscalls/
H A Dsyscall.tbl312 244 common timer_delete sys_timer_delete
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl306 244 common timer_delete sys_timer_delete

12