/external/valgrind/main/memcheck/tests/darwin/ |
D | Makefile.am | 11 pth-supp.stderr.exp pth-supp.vgtest \ 20 pth-supp \
|
D | Makefile.in | 59 check_PROGRAMS = aio$(EXEEXT) env$(EXEEXT) pth-supp$(EXEEXT) \ 77 pth_supp_SOURCES = pth-supp.c 78 pth_supp_OBJECTS = pth-supp.$(OBJEXT) 101 SOURCES = aio.c env.c pth-supp.c scalar.c scalar_fork.c \ 103 DIST_SOURCES = aio.c env.c pth-supp.c scalar.c scalar_fork.c \ 392 pth-supp.stderr.exp pth-supp.vgtest \ 441 pth-supp$(EXEEXT): $(pth_supp_OBJECTS) $(pth_supp_DEPENDENCIES) 442 @rm -f pth-supp$(EXEEXT) 465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pth-supp.Po@am__quote@
|
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() 341 btsock_thread_add_fd(pth, rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_EXCEPTION, rs->id); in btsock_rfc_listen() 371 btsock_thread_add_fd(pth, rs->fd, BTSOCK_RFCOMM, in btsock_rfc_connect() 402 btsock_thread_add_fd(pth, rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_RD, rs->id); in btsock_rfc_connect() 602 … btsock_thread_add_fd(pth, srv_rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_EXCEPTION, srv_rs->id); in on_srv_rfc_connect() 603 … 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/clang/docs/ |
D | PTHInternals.rst | 16 To generate PTH files using ``clang -cc1``, use the option ``-emit-pth``: 20 $ clang -cc1 test.h -emit-pth -o test.h.pth 24 ``-include-pth`` option: 28 $ clang -cc1 -include-pth test.h.pth test.c -o test.s 40 $ clang -cc1 -emit-pth test.h -o test.h.pth 43 $ clang -cc1 test.c -o test -token-cache test.h.pth 46 will be retrieved from ``test.h.pth``, as the PTH file is being used in
|
/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/bison/m4/ |
D | threadlib.m4 | 56 AC_HELP_STRING([--enable-threads={posix|solaris|pth|windows}], [specify multithreading API])m4_ifde… 248 if test "$gl_use_threads" = pth; then 250 AC_LIB_LINKFLAGS([pth]) 255 [AC_LANG_PROGRAM([[#include <pth.h>]], [[pth_self();]])], 259 gl_threads_api=pth 361 dnl Any of the above pth -lpth 0.0
|
/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 | 15 $ clang -ccc-pch-is-pth -x objective-c-header INPUTS/Cocoa_h.m -o /tmp/tokencache
|
/external/clang/include/clang/Basic/ |
D | DiagnosticFrontendKinds.td | 52 "PTH file '%0' does not designate an original source header file for -include-pth">;
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 330 def emit_pth : Flag<["-"], "emit-pth">, 502 def include_pth : Separate<["-"], "include-pth">, MetaVarName<"<file>">,
|
D | Options.td | 99 def ccc_pch_is_pth : Flag<["-"], "ccc-pch-is-pth">, CCCDriverOpt,
|
/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/bison/ |
D | configure | 2458 --enable-threads={posix|solaris|pth|windows} 16676 if test "$gl_use_threads" = pth; then
|
/external/protobuf/gtest/ |
D | aclocal.m4 | 9391 # environment variable, or create a .pth file (see the python
|