| /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 ());
|
| 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 ();
|
| 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 ();
|
| /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 | 31 #define gettid() syscall (__NR_gettid) macro 119 printf ("main: %d\n", (int) 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 ();
|
| 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 ();
|
| /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/mit/libuv/dist/src/unix/ |
| core.c | 96 # define gettid() syscall(SYS_gettid) macro 1651 pid_t pid = gettid(); 1684 pid_t pid = 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(), \
|