OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NR_timer_create
(Results
151 - 160
of
160
) sorted by null
1
2
3
4
5
6
7
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm-generic/
unistd.h
177
#define
__NR_timer_create
107
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm/
unistd_32.h
341
#define
__NR_timer_create
259
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm-generic/
unistd.h
177
#define
__NR_timer_create
107
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/asm/
unistd.h
309
#define
__NR_timer_create
(__NR_SYSCALL_BASE+257)
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/asm/
unistd.h
309
#define
__NR_timer_create
(__NR_SYSCALL_BASE+257)
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/asm/
unistd.h
309
#define
__NR_timer_create
(__NR_SYSCALL_BASE+257)
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/asm/
unistd.h
309
#define
__NR_timer_create
(__NR_SYSCALL_BASE+257)
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/asm/
unistd.h
309
#define
__NR_timer_create
(__NR_SYSCALL_BASE+257)
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
unistd.h
346
#define
__NR_timer_create
(__NR_Linux + 257)
[
all
...]
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/
unistd_32.h
342
#define
__NR_timer_create
259
344
#define __NR_timer_settime (
__NR_timer_create
+1)
345
#define __NR_timer_gettime (
__NR_timer_create
+2)
346
#define __NR_timer_getoverrun (
__NR_timer_create
+3)
347
#define __NR_timer_delete (
__NR_timer_create
+4)
349
#define __NR_clock_settime (
__NR_timer_create
+5)
350
#define __NR_clock_gettime (
__NR_timer_create
+6)
351
#define __NR_clock_getres (
__NR_timer_create
+7)
352
#define __NR_clock_nanosleep (
__NR_timer_create
+8)
Completed in 361 milliseconds
1
2
3
4
5
6
7