Home
last modified time | relevance | path

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

1234

/openbmc/qemu/tests/migration/
H A Dstress.c33 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()
288 argv0, gettid(), optarg); in main()
[all …]
/openbmc/openbmc/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;
39 +/* Bionic and glibc >= 2.30 declare gettid() system call wrapper in unistd.h and
43 static pid_t gettid(void)
H A D0001-Remove-bionic-specific-calls.patch23 static pid_t gettid(void)
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A Dfix-gettid-exception-declaration.patch11 -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 Dfix-gettid-exception-declaration.patch11 -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 Dtimerlat_u.c46 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-oe/recipes-devtools/heaptrack/heaptrack/
H A D0001-libheaptrack-Replace-__pid_t-with-pid_t.patch22 -__pid_t gettid()
23 +pid_t gettid()
/openbmc/linux/tools/testing/selftests/powerpc/dscr/
H A Ddscr_explicit_test.c35 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 Ddscr_default_test.c86 srand(gettid()); in dscr_default_random_thread()
/openbmc/linux/tools/testing/selftests/arm64/abi/
H A Dtpidr2.c203 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/perf/tests/shell/coresight/thread_loop/
H A Dthread_loop.c17 #define gettid() syscall(SYS_gettid) macro
31 unsigned long long tid = gettid(); in thrfn()
/openbmc/linux/tools/build/feature/
H A Dtest-gettid.c8 return gettid(); in main()
H A DMakefile65 test-gettid.bin \
333 $(OUTPUT)test-gettid.bin:
/openbmc/openbmc/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))
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dpkey_siginfo.c104 tid = gettid(); in protect()
146 tid = gettid(); in protect_access()
/openbmc/openbmc/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.patch30 AC_CACHE_CHECK([for gettid()], ac_cv_gettid,
/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_gcr_el1_cswitch.c31 pid_t tid = gettid(); in execute_thread()
/openbmc/linux/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()
/openbmc/linux/tools/testing/selftests/sched/
H A Dcs_prctl_test.c37 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/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0011-Remove-bionic-specific-calls.patch58 tid = gettid();
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dutils.h79 static inline pid_t gettid(void) in gettid() function
/openbmc/linux/tools/build/
H A DMakefile.feature38 gettid \
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc223 [ 222] = 0, /* gettid */
/openbmc/qemu/util/
H A Dlog.c71 return gettid(); in log_thread_id()

1234