HomeSort by relevance Sort by last modified time
    Searched full:gettid (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /bionic/libc/arch-x86/syscalls/
gettid.S 5 .type gettid, @function
6 .globl gettid
9 gettid: label
  /bionic/libc/arch-arm/syscalls/
gettid.S 5 ENTRY(gettid) function
14 END(gettid)
  /bionic/libc/arch-sh/syscalls/
gettid.S 5 .type gettid, @function
6 .globl gettid
9 gettid: label
  /system/extras/tests/bionic/libc/bionic/
test_pthread_create.c 8 printf("Thread 1 (arg=%d tid=%d) entered.\n", (unsigned)arg, gettid());
15 printf("thread 2 (arg=%d tid=%d) entered.\n", (unsigned)arg, gettid());
test_pthread_cond.c 15 printf("Thread 1 (arg=%d tid=%d) entered.\n", (unsigned)arg, gettid());
27 printf("Thread 2 (arg=%d tid=%d) entered.\n", (unsigned)arg, gettid());
40 printf("Thread 3 (arg=%d tid=%d) entered.\n", (unsigned)arg, gettid());
57 printf("Thread 4 (arg=%d tid=%d) entered.\n", (unsigned)arg, gettid());
  /system/bluetooth/tools/
asocket_test.c 119 printf("%d: socket()\n", gettid());
121 printf("%d: socket() = %d\n", gettid(), ret);
130 printf("%d: close(%d)\n", gettid(), fd);
132 printf("%d: close(%d) = %d\n", gettid(), fd, ret);
167 printf("%d: bind(%d)\n", gettid(), fd);
169 printf("%d: bind(%d) = %d\n", gettid(), fd, ret);
178 printf("%d: listen(%d)\n", gettid(), fd);
180 printf("%d: listen(%d) = %d\n", gettid(), fd, ret);
190 printf("%d: read(%d)\n", gettid(), fd);
192 printf("%d: read(%d) = %d [%d]\n", gettid(), fd, ret, (int)buf)
    [all...]
pipetest.c 39 printf("%d: socketpair()\n", gettid());
41 printf("%d: socketpair() = %d\n", gettid(), ret);
48 printf("%d: close(%d)\n", gettid(), fd);
50 printf("%d: close(%d) = %d\n", gettid(), fd, ret);
58 printf("%d: poll()\n", gettid());
60 printf("%d: poll() = %d\n", gettid(), ret);
75 printf("%d: write(%d)\n", gettid(), fd);
77 printf("%d: write(%d) = %d\n", gettid(), fd, ret);
87 printf("%d: read(%d)\n", gettid(), fd);
89 printf("%d: read(%d) = %d [%d]\n", gettid(), fd, ret, (int)buf)
    [all...]
sock_shutdown_test.c 101 printf("%d: socket()\n", gettid());
103 printf("%d: socket() = %d\n", gettid(), ret);
112 printf("%d: close(%d)\n", gettid(), fd);
114 printf("%d: close(%d) = %d\n", gettid(), fd, ret);
149 printf("%d: bind(%d)\n", gettid(), fd);
151 printf("%d: bind(%d) = %d\n", gettid(), fd, ret);
160 printf("%d: listen(%d)\n", gettid(), fd);
162 printf("%d: listen(%d) = %d\n", gettid(), fd, ret);
196 printf("%d: accept(%d)\n", gettid(), fd);
198 printf("%d: accept(%d) = %d\n", gettid(), fd, ret)
    [all...]
  /system/media/wilhelm/src/android/
CallbackProtector.cpp 68 mCallbackTid = gettid();
75 (void *) pthread_self(), gettid(),
116 mRequesterTid = gettid();
123 (void *) pthread_self(), gettid());
137 mRequesterTid = gettid();
144 (void *) pthread_self(), gettid());
  /system/core/debuggerd/
crasher.c 28 sprintf(tmp, "%d", gettid());
44 printf("crasher: thread pid=%d tid=%d\n", getpid(), gettid());
83 fprintf(stderr,"crasher: init pid=%d tid=%d\n", getpid(), gettid());
  /bionic/libc/netbsd/resolv/
res_state.c 46 # include <unistd.h> /* for gettid() */
100 D("%s: rt=%p for thread=%d", __FUNCTION__, rt, gettid());
124 __FUNCTION__, gettid(), rt, rt->_pi, rt->_serial);
134 __FUNCTION__, gettid(), rt);
141 __FUNCTION__, gettid(), rt);
157 __FUNCTION__, gettid(), rt);
164 __FUNCTION__, gettid(), rt, (rt->_nres->options & RES_INIT) != 0);
168 __FUNCTION__, gettid(), rt);
  /development/tools/emulator/opengl/system/OpenglSystemCommon/
HostConnection.cpp 100 LOGD("HostConnection::get() New Host Connection established %p, tid %d\n", con, gettid());
111 DBG("HostConnection::glEncoder new encoder %p, tid %d", m_glEnc, gettid());
121 DBG("HostConnection::gl2Encoder new encoder %p, tid %d", m_gl2Enc, gettid());
  /bionic/libc/unistd/
raise.c 33 return kill(gettid(), signum);
  /bionic/libc/bionic/
libc_init_common.c 43 extern pid_t gettid(void);
72 _init_thread(&thread, gettid(), &thread_attr, (void*)stackbottom);
  /external/strace/strace/linux/x86_64/
gentab.pl 17 "gettid" => 0,
  /hardware/msm7k/libgralloc-qsd8k/
mapper.cpp 43 /* desktop Linux needs a little help with gettid() */
47 pid_t gettid() { return syscall(__NR_gettid);} function
236 hnd->writeOwner = gettid();
299 if (hnd->writeOwner == gettid()) {
  /external/valgrind/main/coregrind/m_scheduler/
sema.c 36 #include "pub_core_libcproc.h" // For VG_(gettid)()
94 Int lwpid = VG_(gettid)();
130 vg_assert(sema->owner_lwpid == VG_(gettid)()); /* must have it */
  /external/webrtc/src/system_wrappers/source/
thread_linux.cc 39 static pid_t gettid() function in namespace:webrtc
224 // instead of Linux gettid() syscall.
280 _linuxPid = gettid();
  /frameworks/base/media/libmedia/
IMediaMetadataRetriever.cpp 43 get_sched_policy(gettid(), &policy);
50 set_sched_policy(gettid(), policy);
54 set_sched_policy(gettid(), SP_FOREGROUND);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
ThreadInfo.java 91 public int getTid() {
  /hardware/libhardware/modules/gralloc/
mapper.cpp 36 /* desktop Linux needs a little help with gettid() */
40 pid_t gettid() { return syscall(__NR_gettid);} function
  /hardware/msm7k/libgralloc/
mapper.cpp 43 /* desktop Linux needs a little help with gettid() */
47 pid_t gettid() { return syscall(__NR_gettid);} function
  /system/media/wilhelm/src/
locks.c 74 " (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(), thiz,
94 " %p (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(), thiz,
98 " state by pthread %p (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(),
  /frameworks/base/services/audioflinger/
AudioPolicyService.cpp 172 LOGV("setDeviceConnectionState() tid %d", gettid());
201 LOGV("setPhoneState() tid %d", gettid());
239 LOGV("setForceUse() tid %d", gettid());
265 LOGV("getOutput() tid %d", gettid());
277 LOGV("startOutput() tid %d", gettid());
289 LOGV("stopOutput() tid %d", gettid());
299 LOGV("releaseOutput() tid %d", gettid());
537 LOGW("binderDied() %p, tid %d, calling tid %d", who.unsafe_get(), gettid(),
    [all...]
  /bionic/libc/include/
unistd.h 57 extern pid_t gettid(void);

Completed in 816 milliseconds

1 2 3 4 5 6 7