HomeSort by: relevance | last modified time | path
    Searched refs:gettid (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
sigstep-threads.c 25 #define gettid() syscall (__NR_gettid) macro
33 tgkill (getpid (), gettid (), SIGUSR1); /* step-2 */
39 tgkill (getpid (), gettid (), SIGUSR1);
watchpoint-fork-mt.c 30 #define gettid() syscall (__NR_gettid) macro
118 printf ("main: %d\n", (int) gettid ());
siginfo-threads.c 31 #define gettid() syscall (__NR_gettid) macro
36 #define TIMEOUT (gettid () == getpid() ? 10 : 15)
98 if (gettid () == thread1_tid)
107 else if (gettid () == thread2_tid)
122 (unsigned long) gettid ());
138 thread1_tid = gettid ();
175 thread2_tid = gettid ();
ia64-sigill.c 31 #define gettid() syscall (__NR_gettid) macro
35 #define TIMEOUT (gettid () == getpid() ? 10 : 15)
91 thread1_tid = gettid ();
104 thread2_tid = gettid ();
watchthreads-reorder.c 31 #define gettid() syscall (__NR_gettid) macro
35 #define TIMEOUT (gettid () == getpid() ? 10 : 15)
97 thread1_tid = gettid ();
125 thread2_tid = gettid ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
sigstep-threads.c 25 #define gettid() syscall (__NR_gettid) macro
33 tgkill (getpid (), gettid (), SIGUSR1); /* step-2 */
39 tgkill (getpid (), gettid (), SIGUSR1);
watchpoint-fork-mt.c 30 #define gettid() syscall (__NR_gettid) macro
118 printf ("main: %d\n", (int) gettid ());
siginfo-threads.c 31 #define gettid() syscall (__NR_gettid) macro
36 #define TIMEOUT (gettid () == getpid() ? 10 : 15)
98 if (gettid () == thread1_tid)
107 else if (gettid () == thread2_tid)
122 (unsigned long) gettid ());
138 thread1_tid = gettid ();
175 thread2_tid = gettid ();
ia64-sigill.c 31 #define gettid() syscall (__NR_gettid) macro
35 #define TIMEOUT (gettid () == getpid() ? 10 : 15)
91 thread1_tid = gettid ();
104 thread2_tid = gettid ();
watchthreads-reorder.c 31 #define gettid() syscall (__NR_gettid) macro
35 #define TIMEOUT (gettid () == getpid() ? 10 : 15)
97 thread1_tid = gettid ();
125 thread2_tid = gettid ();
  /src/external/lgpl2/userspace-rcu/dist/tests/common/
thread-id.h 17 * Do not redefine gettid() as it is already included
19 * may also already contain an implementation of gettid.
22 _syscall0(pid_t, gettid)
24 static inline pid_t gettid(void)
33 return (unsigned long) gettid();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
traced-thread.c 41 bg_tid = gettid ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
traced-thread.c 41 bg_tid = gettid ();
  /src/usr.sbin/iopctl/
iopctl.c 57 static int gettid(char **);
347 getparam(gettid(argv), I2O_PARAM_DDM_IDENTITY, &p, sizeof(p));
371 getparam(gettid(argv), I2O_PARAM_DEVICE_IDENTITY, &p, sizeof(p));
458 gettid(char **argv) function
  /src/external/bsd/jemalloc/dist/src/
prof_stack_range.c 162 getpid(), gettid());
  /src/external/mpl/bind/dist/lib/isc/netmgr/
netmgr-int.h 140 #define gettid() (uint64_t)syscall(SYS_gettid) macro
143 #define gettid() (uint64_t)(pthread_getthreadid_np()) macro
146 #define gettid() (uint64_t)(getthrid()) macro
149 #define gettid() (uint64_t)(_lwp_self()) macro
152 #define gettid() (uint64_t)(lwp_gettid()) macro
154 #define gettid() (uint64_t)(pthread_self()) macro
158 fprintf(stderr, "%" PRIu64 ":%d:%s:%u:%s:" format, gettid(), \
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
netmgr-int.h 110 #define gettid() (uint32_t) syscall(SYS_gettid) macro
112 #define gettid() (uint32_t) GetCurrentThreadId() macro
114 #define gettid() (uint32_t) pthread_self() macro
119 fprintf(stderr, "%" PRIu32 ":%d:%s:%u:%s:" format, gettid(), \
  /src/external/bsd/file/dist/src/
seccomp.c 229 ALLOW_RULE(gettid);
  /src/external/gpl3/gdb/dist/gdb/
i386-syscalls.def 246 SYSCALL (224, gettid)
i386-linux-tdep.c 631 SYSCALL_MAP (gettid);
loongarch-linux-tdep.c 771 SYSCALL_MAP (gettid);
  /src/external/gpl3/gdb.old/dist/gdb/
i386-syscalls.def 246 SYSCALL (224, gettid)
i386-linux-tdep.c 630 SYSCALL_MAP (gettid);
loongarch-linux-tdep.c 764 SYSCALL_MAP (gettid);
  /src/external/mit/libuv/dist/src/unix/
core.c 96 # define gettid() syscall(SYS_gettid) macro
1651 pid_t pid = gettid();
1684 pid_t pid = gettid();

Completed in 56 milliseconds

1 2