Home
last modified time | relevance | path

Searched refs:gettid (Results 1 – 25 of 88) sorted by relevance

1234

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/libselinux/
H A D0001-libselinux-Do-not-define-gettid-if-glibc-2.30-is-use.patch4 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 D0001-Remove-bionic-specific-calls.patch23 static pid_t gettid(void)
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core-debian/
H A Dfix-gettid-exception-declaration.patch7 -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 D0001-Add-configure-time-check-for-gettid-API.patch4 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 D0001-libheaptrack-Replace-__pid_t-with-pid_t.patch22 -__pid_t gettid()
23 +pid_t gettid()
/OK3568_Linux_fs/kernel/tools/build/feature/
H A Dtest-gettid.c8 return gettid(); in main()
H A DMakefile60 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 Dunistd_ext.h34 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 Dunistd_ext.h34 extern __pid_t gettid (void) __THROW;
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/
H A Dpkey_siginfo.c104 tid = gettid(); in protect()
146 tid = gettid(); in protect_access()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/dracut/dracut/
H A D0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch27 #define gettid() ((pid_t) syscall(SYS_gettid))
/OK3568_Linux_fs/kernel/tools/perf/jvmti/
H A Djvmti_agent.c49 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 D0007-apache2-allow-to-disable-selinux-support.patch36 AC_CACHE_CHECK([for gettid()], ac_cv_gettid,
H A D0004-apache2-log-the-SELinux-context-at-startup.patch29 AC_CACHE_CHECK([for gettid()], ac_cv_gettid,
/OK3568_Linux_fs/buildroot/package/rt-tests/
H A D0001-Fix-a-build-issue-with-uClibc-ng.patch23 #define gettid() syscall(__NR_gettid)
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/include/
H A Dutils.h54 static inline pid_t gettid(void) in gettid() function
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/mte/
H A Dcheck_gcr_el1_cswitch.c42 pid_t tid = gettid(); in execute_thread()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0011-Remove-bionic-specific-calls.patch58 tid = gettid();
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/nis/
H A Dypbind-mt_2.6.bb35 file://0001-Add-configure-time-check-for-gettid-API.patch \
/OK3568_Linux_fs/kernel/tools/build/
H A DMakefile.feature39 gettid \
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-deadline.rst784 #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 Dandroid-tools_5.1.1.r37.bb47 …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 D0001-Riscv-Add-risc-v-Android-config-header.patch194 + * Defined if we have the gettid() system call.
/OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/
H A Dsyscall_n32.tbl189 178 n32 gettid sys_gettid
/OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl93 81 common gettid sys_gettid

1234