/external/valgrind/main/memcheck/tests/darwin/ |
D | Makefile.am | 11 pth-supp.stderr.exp pth-supp.vgtest \ 20 pth-supp \
|
D | pth-supp.vgtest | 1 prog: pth-supp
|
/external/valgrind/main/none/tests/ |
D | thread-exits.c | 92 pthread_t pth; in main() local 120 pthread_create(&pth, NULL, maker, NULL); in main() 130 pthread_join(pth, NULL); in main()
|
/external/chromium/base/ |
D | shared_memory_unittest.cc | 241 PlatformThreadHandle pth; in TEST() local 243 EXPECT_TRUE(PlatformThread::Create(0, thread_delegates[index], &pth)); in TEST() 244 thread_handles[index] = pth; in TEST() 270 PlatformThreadHandle pth; in TEST() local 272 EXPECT_TRUE(PlatformThread::Create(0, thread_delegates[index], &pth)); in TEST() 273 thread_handles[index] = pth; in TEST()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_pan.c | 263 static int pth = -1; variable 266 if(pth < 0) in create_tap_read_thread() 268 pth = btsock_thread_create(btpan_tap_fd_signaled, NULL); in create_tap_read_thread() 269 if(pth >= 0) in create_tap_read_thread() 270 btsock_thread_add_fd(pth, tap_fd, 0, SOCK_THREAD_FD_RD, 0); in create_tap_read_thread() 275 if(pth >= 0) in destroy_tap_read_thread() 277 btsock_thread_exit(pth); in destroy_tap_read_thread() 278 pth = -1; in destroy_tap_read_thread() 630 btsock_thread_add_fd(pth, fd, 0, SOCK_THREAD_FD_RD | SOCK_THREAD_ADD_FD_SYNC, 0); in btpan_tap_fd_signaled()
|
D | 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; in btsock_rfc_init() 152 int curr_pth = pth; in btsock_rfc_cleanup() 153 pth = -1; in btsock_rfc_cleanup() 339 btsock_thread_add_fd(pth, rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_EXCEPTION, rs->id); in btsock_rfc_listen() 369 btsock_thread_add_fd(pth, rs->fd, BTSOCK_RFCOMM, in btsock_rfc_connect() 400 btsock_thread_add_fd(pth, rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD, rs->id); in btsock_rfc_connect() 600 … btsock_thread_add_fd(pth, srv_rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_EXCEPTION, srv_rs->id); in on_srv_rfc_connect() 601 … btsock_thread_add_fd(pth, accept_rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD, accept_rs->id); in on_srv_rfc_connect() [all …]
|
D | btif_config.c | 87 static int pth = -1; //poll thread handle variable 135 pth = btsock_thread_create(NULL, cfg_cmd_callback); in btif_config_init() 144 return pth >= 0; in btif_config_init() 227 btsock_thread_post_cmd(pth, CFG_CMD_SAVE, NULL, 0, 0); in btif_config_set() 325 btsock_thread_post_cmd(pth, CFG_CMD_SAVE, NULL, 0, 0); in btif_config_save()
|
/external/linux-tools-perf/bench/ |
D | sched-messaging.c | 205 static unsigned int group(pthread_t *pth, in group() argument 234 pth[i] = create_worker(ctx, (void *)receiver); in group() 247 pth[num_fds+i] = create_worker(snd_ctx, (void *)sender); in group()
|
/external/chromium/third_party/libjingle/source/talk/examples/login/ |
D | xmppsocket.cc | 49 talk_base::Thread* pth = talk_base::Thread::Current(); in XmppSocket() local 51 pth->socketserver()->CreateAsyncSocket(SOCK_STREAM); in XmppSocket()
|
/external/qemu/distrib/sdl-1.2.15/ |
D | README.MiNT | 27 --disable-pthreads --enable-pth 60 Timer (VBL vector, GNU pth library) 63 Threads (Multitasking OS only via GNU pth library) 94 (2) If you build SDL with threads using the GNU pth library, timers are 95 supported via the pth library.
|
D | configure.in | 1823 dnl See if we can use GNU pth library for threads 1826 dnl Check for pth support 1827 AC_ARG_ENABLE(pth, optenable 1828 AC_HELP_STRING([--enable-pth], [use GNU pth library for multi-threading [[default=yes]]]), 1831 AC_PATH_PROG(PTH_CONFIG, pth-config, no) 1837 AC_MSG_CHECKING(pth) 1841 SOURCES="$SOURCES $srcdir/src/thread/pth/*.c"
|
/external/chromium/base/synchronization/ |
D | condition_variable_unittest.cc | 495 PlatformThreadHandle pth; in WorkQueue() local 496 EXPECT_TRUE(PlatformThread::Create(0, this, &pth)); in WorkQueue() 497 thread_handles_[i] = pth; in WorkQueue()
|
/external/clang/ |
D | NOTES.txt | 18 $ clang -ccc-pch-is-pth -x objective-c-header INPUTS/Cocoa_h.m -o /tmp/tokencache
|
/external/clang/include/clang/Basic/ |
D | DiagnosticFrontendKinds.td | 54 "PTH file '%0' does not designate an original source header file for -include-pth">;
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 329 def emit_pth : Flag<"-emit-pth">, 493 def include_pth : Separate<"-include-pth">, MetaVarName<"<file>">,
|
D | Options.td | 105 def ccc_pch_is_pth : Flag<"-ccc-pch-is-pth">, CCCDriverOpt,
|
/external/dbus/ |
D | NEWS.pre-1-0 | 236 - a .pth file has been added for dealing with libraries and python files
|
D | ChangeLog.pre-1-0 | 3189 * python/dbus.pth: New path file to fix up problems when installing 3192 * python/Makefile.am: install dbus.pth in the correct spot
|
/external/libcap-ng/libcap-ng-0.7/ |
D | aclocal.m4 | 832 # environment variable, or create a .pth file (see the python
|
/external/qemu/distrib/sdl-1.2.15/VisualCE/SDL/ |
D | SDL.vcp | 34674 "..\src\thread\pth\SDL_systhread_c.h"\ 34782 "..\src\thread\pth\SDL_systhread_c.h"\ 34818 "..\src\thread\pth\SDL_systhread_c.h"\ 34938 "..\..\src\thread\pth\SDL_systhread_c.h"\ 34973 "..\..\src\thread\pth\SDL_systhread_c.h"\ 35008 "..\..\src\thread\pth\SDL_systhread_c.h"\ 36597 "..\src\thread\pth\SDL_systhread_c.h"\ 36705 "..\src\thread\pth\SDL_systhread_c.h"\ 36741 "..\src\thread\pth\SDL_systhread_c.h"\ 36861 "..\..\src\thread\pth\SDL_systhread_c.h"\ [all …]
|
/external/e2fsprogs/po/ |
D | de.po | 6 # Philipp Thomas <pth@suse.de>, 2007, 2008, 2009, 2010 72 "Last-Translator: Philipp Thomas <pth@suse.de>\n"
|
/external/protobuf/gtest/ |
D | aclocal.m4 | 8601 # environment variable, or create a .pth file (see the python
|