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

  /external/qemu/distrib/sdl-1.2.15/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/bluetooth/bluedroid/btif/src/
btif_pan.c 263 static int pth = -1; variable
266 if(pth < 0)
268 pth = btsock_thread_create(btpan_tap_fd_signaled, NULL);
269 if(pth >= 0)
270 btsock_thread_add_fd(pth, tap_fd, 0, SOCK_THREAD_FD_RD, 0);
275 if(pth >= 0)
277 btsock_thread_exit(pth);
278 pth = -1;
630 btsock_thread_add_fd(pth, fd, 0, SOCK_THREAD_FD_RD | SOCK_THREAD_ADD_FD_SYNC, 0);
btif_sock_rfc.c 100 static volatile int pth = -1; //poll thread handle variable
109 #define is_init_done() (pth != -1)
146 pth = poll_thread_handle;
152 int curr_pth = pth;
153 pth = -1;
341 btsock_thread_add_fd(pth, rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_EXCEPTION, rs->id);
371 btsock_thread_add_fd(pth, rs->fd, BTSOCK_RFCOMM,
402 btsock_thread_add_fd(pth, rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD, rs->id);
602 btsock_thread_add_fd(pth, srv_rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_EXCEPTION, srv_rs->id);
603 btsock_thread_add_fd(pth, accept_rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD, accept_rs->id)
    [all...]
btif_config.c 87 static int pth = -1; //poll thread handle variable
135 pth = btsock_thread_create(NULL, cfg_cmd_callback);
144 return pth >= 0;
227 btsock_thread_post_cmd(pth, CFG_CMD_SAVE, NULL, 0, 0);
325 btsock_thread_post_cmd(pth, CFG_CMD_SAVE, NULL, 0, 0);
  /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.15/src/
SDL.c 33 #include <pth.h>
  /external/qemu/distrib/sdl-1.2.15/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;
  /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/bison/
configure     [all...]

Completed in 600 milliseconds