Searched defs:gettid (Results 1 - 19 of 19) sorted by relevance

/external/libselinux/src/
H A Dprocattr.c12 static pid_t gettid(void) function
31 tid = gettid();
88 tid = gettid();
/external/qemu/distrib/libselinux/src/
H A Dprocattr.c12 static pid_t gettid(void) function
31 tid = gettid();
88 tid = gettid();
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dposix_logger.h24 PosixLogger(FILE* f, uint64_t (*gettid)()) : file_(f), gettid_(gettid) { } argument
H A Denv_posix.cc470 static uint64_t gettid() { function in class:leveldb::__anon12468::PosixEnv
483 *result = new PosixLogger(f, &PosixEnv::gettid);
/external/fio/os/
H A Dos-netbsd.h53 static inline int gettid(void) function
H A Dos-openbsd.h51 static inline int gettid(void) function
H A Dos-freebsd.h94 static inline int gettid(void) function
H A Dos-mac.h160 static inline int gettid(void) function
H A Dos-solaris.h159 static inline int gettid(void) function
H A Dos-windows.h165 static inline int gettid(void) function
H A Dos-linux.h108 static inline int gettid(void) function
268 return sched_setscheduler(gettid(), SCHED_IDLE, &p);
H A Dos.h344 static inline int gettid(void) function
/external/valgrind/main/gdbserver_tests/
H A Dsleepers.c17 static pid_t gettid() function
29 fprintf(stderr, "pid %d Thread %d %s\n", getpid(), gettid(), msg);
H A Dt.c19 static pid_t gettid() function
29 printf("pid %d Thread %d %s\n", getpid(), gettid(), msg); fflush(stdout);
/external/valgrind/main/coregrind/
H A Dm_libcproc.c440 Int VG_(gettid)(void) function
448 * The gettid system call does not exist. The obvious assumption
455 * leader but where the gettid system call has not yet been added.
484 // Darwin's gettid syscall is something else.
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsnce.c990 long gettid(void) function
1192 gettid());
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h110 * sys_getpid -- gettid
2236 LSS_INLINE pid_t LSS_NAME(gettid)() { function
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h110 * sys_getpid -- gettid
2140 LSS_INLINE pid_t LSS_NAME(gettid)() { function
/external/stressapptest/src/
H A Dworker.cc41 #include <linux/unistd.h> // for gettid
67 // Why ubuntu, do you hate gettid so bad?
72 #define gettid() syscall(__NR_gettid) macro
451 return (sched_setaffinity(gettid(), sizeof(*thread_mask), thread_mask) == 0);
2483 unsigned int seed = static_cast<unsigned int>(gettid());

Completed in 467 milliseconds