HomeSort by relevance Sort by last modified time
    Searched defs:pth (Results 1 - 19 of 19) sorted by null

  /external/ltp/testcases/kernel/syscalls/keyctl/
keyctl02.c 74 pthread_t pth[4]; local
82 SAFE_PTHREAD_CREATE(&pth[0], NULL, do_read,
84 SAFE_PTHREAD_CREATE(&pth[1], NULL, do_revoke,
86 SAFE_PTHREAD_CREATE(&pth[2], NULL, do_read,
88 SAFE_PTHREAD_CREATE(&pth[3], NULL, do_revoke,
91 SAFE_PTHREAD_JOIN(pth[0], NULL);
92 SAFE_PTHREAD_JOIN(pth[1], NULL);
93 SAFE_PTHREAD_JOIN(pth[2], NULL);
94 SAFE_PTHREAD_JOIN(pth[3], NULL);
  /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/linux-kselftest/tools/testing/selftests/timers/
threadtest.c 125 pthread_t pth[MAX_THREADS]; local
169 pthread_create(&pth[i], 0, thread, 0);
186 pthread_join(pth[i], &tret);
  /external/webrtc/webrtc/libjingle/xmpp/
xmppsocket.cc 39 rtc::Thread* pth = rtc::Thread::Current(); local
44 pth->socketserver()->CreateAsyncSocket(family, SOCK_STREAM);
  /external/ltp/utils/sctp/func_tests/
test_1_to_1_threads.c 139 int pth[THREADS]; local
174 pth[cnt] = cnt;
175 status = pthread_create(&thread[cnt], &attr, relay, &pth[cnt]);
  /external/libchrome/base/memory/
shared_memory_unittest.cc 259 PlatformThreadHandle pth; local
261 EXPECT_TRUE(PlatformThread::Create(0, thread_delegates[index], &pth));
262 thread_handles[index] = pth;
  /external/libchrome/base/synchronization/
condition_variable_unittest.cc 517 PlatformThreadHandle pth; local
518 EXPECT_TRUE(PlatformThread::Create(0, this, &pth));
519 thread_handles_[i] = pth;
  /system/bt/btif/src/
btif_sock_l2cap.cc 95 static int pth = -1; variable
197 return pth != -1;
338 pth = handle;
346 pth = -1;
452 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP,
454 btsock_thread_add_fd(pth, accept_rs->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD,
493 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP,
495 btsock_thread_add_fd(pth, accept_rs->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD,
524 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD,
548 btsock_thread_add_fd(pth, sock->our_fd, BTSOCK_L2CAP, SOCK_THREAD_FD_RD
    [all...]
btif_sock_rfc.cc 104 static volatile int pth = -1; // poll thread handle variable
115 static bool is_init_done(void) { return pth != -1; }
118 pth = poll_thread_handle;
137 pth = -1;
324 btsock_thread_add_fd(pth, slot->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_EXCEPTION,
383 btsock_thread_add_fd(pth, slot->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD,
504 btsock_thread_add_fd(pth, srv_rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_EXCEPTION,
506 btsock_thread_add_fd(pth, accept_rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD,
559 btsock_thread_add_fd(pth, slot->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD,
574 btsock_thread_add_fd(pth, slot->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
plexus-utils-1.5.15.jar 
maven-ant-tasks-2.1.3.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.22/
plexus-utils-3.0.22.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 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 

Completed in 1196 milliseconds