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

1 2

  /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/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
  /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]);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python.h 165 /* GNU pth user-space thread support */
166 #include <pth.h>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python.h 165 /* GNU pth user-space thread support */
166 #include <pth.h>
  /external/python/cpython2/Include/
Python.h 165 /* GNU pth user-space thread support */
166 #include <pth.h>
  /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>
  /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...]
  /external/linux-kselftest/tools/testing/selftests/futex/functional/
futex_requeue_pi_signal_restart.c 53 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg,
82 ret = pthread_create(pth, &attr, func, arg);
futex_requeue_pi.c 74 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg,
103 ret = pthread_create(pth, &attr, func, arg);
  /external/scapy/.travis/
install.sh 57 echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> /Users/travis/Library/Python/2.7/lib/python/site-packages/homebrew.pth
  /external/ltp/testcases/kernel/sched/cfs-scheduler/
hackbench.c 238 static unsigned int group(pthread_t * pth,
266 pth[i] = create_worker(ctx, (void *)(void *)receiver);
279 pth[num_fds + i] =
  /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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_pth.h 2 /* GNU pth threads interface
3 http://www.gnu.org/software/pth
12 #include <pth.h>
14 /* A pth mutex isn't sufficient to model the Python lock type
15 * because pth mutexes can be acquired multiple times by the
  /external/python/cpython2/Python/
thread_pth.h 2 /* GNU pth threads interface
3 http://www.gnu.org/software/pth
12 #include <pth.h>
14 /* A pth mutex isn't sufficient to model the Python lock type
15 * because pth mutexes can be acquired multiple times by the
  /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/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;
  /external/webrtc/webrtc/base/
thread_unittest.cc 84 MessageClient(Thread* pth, Socket* socket)

Completed in 519 milliseconds

1 2