HomeSort by relevance Sort by last modified time
    Searched refs:pth (Results 1 - 25 of 27) sorted by null

1 2

  /external/valgrind/none/tests/
thread-exits.c 92 pthread_t pth; local
120 pthread_create(&pth, NULL, maker, NULL);
130 pthread_join(pth, NULL);
  /external/autotest/client/tests/ffsb/
ffsb.py 12 pth = os.path.abspath(path)
13 while not os.path.ismount(pth):
14 pth = os.path.dirname(pth)
15 return pth
  /system/bt/btif/src/
btif_sock_l2cap.c 97 static int pth = -1; variable
218 ret = pth != -1;
367 pth = handle;
378 pth = -1;
486 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_EXCEPTION, sock->id);
487 btsock_thread_add_fd(pth, accept_rs->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD,
529 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_EXCEPTION, sock->id);
530 btsock_thread_add_fd(pth, accept_rs->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD,
554 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD, sock->id);
573 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD, sock->id)
    [all...]
btif_sock_rfc.c 96 static volatile int pth = -1; // poll thread handle variable
107 return pth != -1;
111 pth = poll_thread_handle;
130 pth = -1;
310 btsock_thread_add_fd(pth, slot->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_EXCEPTION, slot->id);
370 btsock_thread_add_fd(pth, slot->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD, slot->id);
499 btsock_thread_add_fd(pth, srv_rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_EXCEPTION, srv_rs->id);
500 btsock_thread_add_fd(pth, accept_rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD, accept_rs->id);
553 btsock_thread_add_fd(pth, slot->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD, slot->id);
569 btsock_thread_add_fd(pth, slot->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD, slot->id)
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python.h 165 /* GNU pth user-space thread support */
166 #include <pth.h>
  /prebuilts/gdb/linux-x86/include/python2.7/
Python.h 165 /* GNU pth user-space thread support */
166 #include <pth.h>
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python.h 165 /* GNU pth user-space thread support */
166 #include <pth.h>
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python.h 165 /* GNU pth user-space thread support */
166 #include <pth.h>
  /external/autotest/client/tests/hackbench/src/
hackbench.c 263 static unsigned int group(pthread_t *pth,
289 pth[i] = create_worker(ctx, (void *)(void *)receiver);
302 pth[num_fds+i] = create_worker(snd_ctx, (void *)(void *)sender);
  /external/webrtc/webrtc/libjingle/xmpp/
xmppsocket.cc 39 rtc::Thread* pth = rtc::Thread::Current(); local
44 pth->socketserver()->CreateAsyncSocket(family, SOCK_STREAM);
  /external/libchrome/base/synchronization/
condition_variable_unittest.cc 515 PlatformThreadHandle pth; local
516 EXPECT_TRUE(PlatformThread::Create(0, this, &pth));
517 thread_handles_[i] = pth;
  /external/bison/lib/glthread/
lock.h 381 /* Use the GNU Pth threads library. */
383 # include <pth.h>
391 /* Use weak references to the GNU Pth threads library. */
450 /* In Pth, mutexes are recursive by default. */
    [all...]
  /external/webrtc/webrtc/base/
thread_unittest.cc 84 MessageClient(Thread* pth, Socket* socket)
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/
plexus-utils-1.5.15.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/
plexus-utils-3.0.17.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.9/
plexus-utils-3.0.9.jar 
  /external/bison/
configure     [all...]
  /prebuilts/sdk/tools/jacks/
jack-2.28.RELEASE.jar 
jack-3.36.CANDIDATE.jar 

Completed in 1081 milliseconds

1 2