/openbmc/qemu/tests/migration/ |
H A D | stress.c | 33 static int gettid(void) in gettid() function 45 argv0, gettid(), strerror(errno)); in exit_failure() 61 argv0, gettid(), strerror(errno)); in get_command_arg_str() 67 argv0, gettid(), strerror(errno)); in get_command_arg_str() 81 argv0, gettid(), name); in get_command_arg_str() 91 argv0, gettid(), name); in get_command_arg_str() 117 argv0, gettid(), name, valstr); in get_command_arg_ull() 133 argv0, gettid(), strerror(errno)); in random_bytes() 139 argv0, gettid(), strerror(errno)); in random_bytes() 199 argv0, gettid(), after, after - before); in stressone() [all …]
|
/openbmc/openbmc/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; 39 +/* Bionic and glibc >= 2.30 declare gettid() system call wrapper in unistd.h and 43 static pid_t gettid(void)
|
H A D | 0001-Remove-bionic-specific-calls.patch | 23 static pid_t gettid(void)
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
H A D | fix-gettid-exception-declaration.patch | 11 -extern pid_t gettid(); 12 +extern pid_t gettid(void) __THROW; 22 -pid_t gettid() { 23 +pid_t gettid(void) __THROW {
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
H A D | fix-gettid-exception-declaration.patch | 11 -extern pid_t gettid(); 12 +extern pid_t gettid(void) __THROW; 22 -pid_t gettid() { 23 +pid_t gettid(void) __THROW {
|
/openbmc/linux/tools/tracing/rtla/src/ |
H A D | timerlat_u.c | 46 retval = sched_setaffinity(gettid(), sizeof(set), &set); in timerlat_u_main() 67 retval = set_pid_cgroup(gettid(), params->cgroup_name); in timerlat_u_main() 86 debug_msg("User-space timerlat pid %d on cpu %d\n", gettid(), cpu); in timerlat_u_main() 97 debug_msg("Leaving timerlat pid %d on cpu %d\n", gettid(), cpu); in timerlat_u_main()
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/ |
H A D | 0004-apache2-log-the-SELinux-context-at-startup.patch | 20 @@ -514,6 +514,11 @@ gettid 30 # On Linux before glibc 2.30, gettid() is only usable via syscall() 31 AC_CACHE_CHECK([for gettid() via syscall], ap_cv_gettid,
|
H A D | 0007-apache2-allow-to-disable-selinux-support.patch | 17 @@ -514,10 +514,16 @@ gettid 37 # On Linux before glibc 2.30, gettid() is only usable via syscall()
|
/openbmc/linux/tools/testing/selftests/arm64/abi/ |
H A D | tpidr2.c | 203 if (gettid() == 0) in write_clone_read() 205 set_tpidr2(gettid()); in write_clone_read() 206 if (get_tpidr2() == gettid()) { in write_clone_read()
|
/openbmc/linux/tools/testing/selftests/powerpc/dscr/ |
H A D | dscr_explicit_test.c | 35 srand(gettid()); in dscr_explicit_lockstep_thread() 62 srand(gettid()); in dscr_explicit_lockstep_test() 101 srand(gettid()); in dscr_explicit_random_thread()
|
H A D | dscr_default_test.c | 86 srand(gettid()); in dscr_default_random_thread()
|
/openbmc/openbmc/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()
|
/openbmc/linux/tools/perf/tests/shell/coresight/thread_loop/ |
H A D | thread_loop.c | 17 #define gettid() syscall(SYS_gettid) macro 31 unsigned long long tid = gettid(); in thrfn()
|
/openbmc/linux/tools/build/feature/ |
H A D | test-gettid.c | 8 return gettid(); in main()
|
H A D | Makefile | 65 test-gettid.bin \ 333 $(OUTPUT)test-gettid.bin:
|
/openbmc/linux/tools/testing/selftests/powerpc/mm/ |
H A D | pkey_siginfo.c | 104 tid = gettid(); in protect() 146 tid = gettid(); in protect_access()
|
/openbmc/linux/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()
|
/openbmc/linux/tools/testing/selftests/sched/ |
H A D | cs_prctl_test.c | 37 static pid_t gettid(void) in gettid() function 205 printf("tid=%d, / tgid=%d / pgid=%d: %lx\n", gettid(), getpid(), getpgid(0), in disp_processes()
|
/openbmc/linux/tools/testing/selftests/arm64/mte/ |
H A D | check_gcr_el1_cswitch.c | 31 pid_t tid = gettid(); in execute_thread()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
H A D | 0011-Remove-bionic-specific-calls.patch | 58 tid = gettid();
|
/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | utils.h | 79 static inline pid_t gettid(void) in gettid() function
|
/openbmc/linux/tools/build/ |
H A D | Makefile.feature | 38 gettid \
|
/openbmc/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 223 [ 222] = 0, /* gettid */
|
/openbmc/qemu/util/ |
H A D | log.c | 71 return gettid(); in log_thread_id()
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/ |
H A D | android-tools_29.0.6.r14.bb | 34 file://debian/system/core/fix-gettid-exception-declaration.patch \
|