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

  /external/qemu/distrib/sdl-1.2.12/src/thread/pth/
SDL_systhread_c.h 27 #include <pth.h>
SDL_sysmutex.c 25 * GNU pth mutexes
30 #include <pth.h>
SDL_syscond.c 25 * GNU pth conditions variables
30 #include <pth.h>
SDL_systhread.c 25 * GNU pth threads
30 #include <pth.h>
57 SDL_SetError("Couldn't initialize pth attributes");
  /external/valgrind/main/none/tests/
thread-exits.c 92 pthread_t pth; local
120 pthread_create(&pth, NULL, maker, NULL);
130 pthread_join(pth, NULL);
  /external/chromium/base/
shared_memory_unittest.cc 241 PlatformThreadHandle pth; local
243 EXPECT_TRUE(PlatformThread::Create(0, thread_delegates[index], &pth));
244 thread_handles[index] = pth;
270 PlatformThreadHandle pth; local
272 EXPECT_TRUE(PlatformThread::Create(0, thread_delegates[index], &pth));
273 thread_handles[index] = pth;
  /external/linux-tools-perf/bench/
sched-messaging.c 205 static unsigned int group(pthread_t *pth,
234 pth[i] = create_worker(ctx, (void *)receiver);
247 pth[num_fds+i] = create_worker(snd_ctx, (void *)sender);
  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmppsocket.cc 49 talk_base::Thread* pth = talk_base::Thread::Current(); local
51 pth->socketserver()->CreateAsyncSocket(SOCK_STREAM);
  /external/qemu/distrib/sdl-1.2.12/src/
SDL.c 33 #include <pth.h>
  /external/qemu/distrib/sdl-1.2.12/src/timer/unix/
SDL_systimer.c 46 #include <pth.h>
  /external/chromium/base/synchronization/
condition_variable_unittest.cc 495 PlatformThreadHandle pth; local
496 EXPECT_TRUE(PlatformThread::Create(0, this, &pth));
497 thread_handles_[i] = pth;

Completed in 275 milliseconds