| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/libselinux/ |
| H A D | 0001-libselinux-Do-not-define-gettid-if-glibc-2.30-is-use.patch | 4 Subject: [PATCH] libselinux: Do not define gettid() if glibc >= 2.30 is used 9 Since version 2.30 glibc implements gettid() system call wrapper, see 14 procattr.c:28:14: error: static declaration of ‘gettid’ follows non-static declaration 15 28 | static pid_t gettid(void) 19 /usr/include/bits/unistd_ext.h:34:16: note: previous declaration of ‘gettid’ was here 20 34 | extern __pid_t gettid (void) __THROW; 37 +/* Bionic and glibc >= 2.30 declare gettid() system call wrapper in unistd.h and 41 static pid_t gettid(void)
|
| H A D | 0001-Remove-bionic-specific-calls.patch | 23 static pid_t gettid(void)
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core-debian/ |
| H A D | fix-gettid-exception-declaration.patch | 7 -extern pid_t gettid(); 8 +extern pid_t gettid(void) __THROW; 18 -pid_t gettid() { 19 +pid_t gettid(void) __THROW {
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/ |
| H A D | 0001-Add-configure-time-check-for-gettid-API.patch | 4 Subject: [PATCH] Add configure time check for gettid API 22 +AC_CHECK_FUNCS(gettid) 37 gettid (void) 38 @@ -39,6 +40,7 @@ gettid (void)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/ |
| H A D | 0001-libheaptrack-Replace-__pid_t-with-pid_t.patch | 22 -__pid_t gettid() 23 +pid_t gettid()
|
| /OK3568_Linux_fs/kernel/tools/build/feature/ |
| H A D | test-gettid.c | 8 return gettid(); in main()
|
| H A D | Makefile | 60 test-gettid.bin \ 292 $(OUTPUT)test-gettid.bin:
|
| /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/bits/ |
| H A D | unistd_ext.h | 34 extern __pid_t gettid (void) __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/bits/ |
| H A D | unistd_ext.h | 34 extern __pid_t gettid (void) __THROW;
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/ |
| H A D | pkey_siginfo.c | 104 tid = gettid(); in protect() 146 tid = gettid(); in protect_access()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/dracut/dracut/ |
| H A D | 0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch | 27 #define gettid() ((pid_t) syscall(SYS_gettid))
|
| /OK3568_Linux_fs/kernel/tools/perf/jvmti/ |
| H A D | jvmti_agent.c | 49 static inline pid_t gettid(void) in gettid() function 387 rec.tid = gettid(); in jvmti_write_code()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/ |
| H A D | 0007-apache2-allow-to-disable-selinux-support.patch | 36 AC_CACHE_CHECK([for gettid()], ac_cv_gettid,
|
| H A D | 0004-apache2-log-the-SELinux-context-at-startup.patch | 29 AC_CACHE_CHECK([for gettid()], ac_cv_gettid,
|
| /OK3568_Linux_fs/buildroot/package/rt-tests/ |
| H A D | 0001-Fix-a-build-issue-with-uClibc-ng.patch | 23 #define gettid() syscall(__NR_gettid)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/include/ |
| H A D | utils.h | 54 static inline pid_t gettid(void) in gettid() function
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/mte/ |
| H A D | check_gcr_el1_cswitch.c | 42 pid_t tid = gettid(); in execute_thread()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0011-Remove-bionic-specific-calls.patch | 58 tid = gettid();
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/nis/ |
| H A D | ypbind-mt_2.6.bb | 35 file://0001-Add-configure-time-check-for-gettid-API.patch \
|
| /OK3568_Linux_fs/kernel/tools/build/ |
| H A D | Makefile.feature | 39 gettid \
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | sched-deadline.rst | 784 #define gettid() syscall(__NR_gettid) 846 printf("deadline thread started [%ld]\n", gettid()); 869 printf("deadline thread dies [%ld]\n", gettid()); 877 printf("main thread [%ld]\n", gettid()); 886 printf("main dies [%ld]\n", gettid());
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/ |
| H A D | android-tools_5.1.1.r37.bb | 47 …file://libselinux/0001-libselinux-Do-not-define-gettid-if-glibc-2.30-is-use.patch;patchdir=externa…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/ |
| H A D | 0001-Riscv-Add-risc-v-Android-config-header.patch | 194 + * Defined if we have the gettid() system call.
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/ |
| H A D | syscall_n32.tbl | 189 178 n32 gettid sys_gettid
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/ |
| H A D | syscall.tbl | 93 81 common gettid sys_gettid
|