/external/ltp/testcases/kernel/syscalls/keyctl/ |
D | keyctl02.c | 78 pthread_t pth[4]; in do_test() local 86 SAFE_PTHREAD_CREATE(&pth[0], NULL, do_read, in do_test() 88 SAFE_PTHREAD_CREATE(&pth[1], NULL, do_revoke, in do_test() 90 SAFE_PTHREAD_CREATE(&pth[2], NULL, do_read, in do_test() 92 SAFE_PTHREAD_CREATE(&pth[3], NULL, do_revoke, in do_test() 95 SAFE_PTHREAD_JOIN(pth[0], NULL); in do_test() 96 SAFE_PTHREAD_JOIN(pth[1], NULL); in do_test() 97 SAFE_PTHREAD_JOIN(pth[2], NULL); in do_test() 98 SAFE_PTHREAD_JOIN(pth[3], NULL); in do_test()
|
/external/valgrind/memcheck/tests/darwin/ |
D | Makefile.am | 13 pth-supp.stderr.exp pth-supp.vgtest \ 14 pth-undocumented.stderr.exp pth-undocumented.stdout.exp pth-undocumented.vgtest \ 26 pth-supp \ 27 pth-undocumented \
|
D | Makefile.in | 125 ioctl-tiocsbrk$(EXEEXT) pth-supp$(EXEEXT) \ 126 pth-undocumented$(EXEEXT) mkfifo$(EXEEXT) scalar$(EXEEXT) \ 155 pth_supp_SOURCES = pth-supp.c 156 pth_supp_OBJECTS = pth-supp.$(OBJEXT) 158 pth_undocumented_SOURCES = pth-undocumented.c 159 pth_undocumented_OBJECTS = pth-undocumented.$(OBJEXT) 203 pth-supp.c pth-undocumented.c scalar.c scalar_fork.c \ 206 pth-supp.c pth-undocumented.c scalar.c scalar_fork.c \ 610 pth-supp.stderr.exp pth-supp.vgtest \ 611 pth-undocumented.stderr.exp pth-undocumented.stdout.exp pth-undocumented.vgtest \ [all …]
|
D | pth-supp.vgtest | 1 prog: pth-supp
|
D | pth-undocumented.vgtest | 1 prog: pth-undocumented
|
/external/valgrind/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/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/autotest/client/tests/ffsb/ |
D | 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/python/cpython2/Doc/library/ |
D | site.rst | 34 A path configuration file is a file whose name has the form :file:`{name}.pth` 54 configuration files, :file:`foo.pth` and :file:`bar.pth`. Assume 55 :file:`foo.pth` contains the following:: 63 and :file:`bar.pth` contains:: 76 directory precedes the :file:`foo` directory because :file:`bar.pth` comes 77 alphabetically before :file:`foo.pth`; and :file:`spam` is omitted because it is 132 :file:`.pth` files in it will be processed. 153 Add a directory to sys.path and process its :file:`.pth` files. Typically
|
D | pkgutil.rst | 31 *name* argument. This feature is similar to :file:`\*.pth` files (see the
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | threadtest.c | 137 pthread_t pth[MAX_THREADS]; in main() local 181 pthread_create(&pth[i], 0, thread, 0); in main() 198 pthread_join(pth[i], &tret); in main()
|
/external/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_threads.c | 139 int pth[THREADS]; in main() local 174 pth[cnt] = cnt; in main() 175 status = pthread_create(&thread[cnt], &attr, relay, &pth[cnt]); in main()
|
/external/ltp/testcases/kernel/sched/cfs-scheduler/ |
D | hackbench.c | 238 static unsigned int group(pthread_t * pth, in group() argument 266 pth[i] = create_worker(ctx, (void *)(void *)receiver); in group() 279 pth[num_fds + i] = in group()
|
/external/linux-kselftest/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi_signal_restart.c | 52 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, in create_rt_thread() argument 81 ret = pthread_create(pth, &attr, func, arg); in create_rt_thread()
|
D | futex_requeue_pi.c | 73 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, in create_rt_thread() argument 102 ret = pthread_create(pth, &attr, func, arg); in create_rt_thread()
|
/external/autotest/client/tests/hackbench/src/ |
D | hackbench.c | 263 static unsigned int group(pthread_t *pth, in group() argument 289 pth[i] = create_worker(ctx, (void *)(void *)receiver); in group() 302 pth[num_fds+i] = create_worker(snd_ctx, (void *)(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/webrtc/webrtc/libjingle/xmpp/ |
D | xmppsocket.cc | 39 rtc::Thread* pth = rtc::Thread::Current(); in CreateCricketSocket() local 44 pth->socketserver()->CreateAsyncSocket(family, SOCK_STREAM); in CreateCricketSocket()
|
/external/libchrome/base/synchronization/ |
D | condition_variable_unittest.cc | 517 PlatformThreadHandle pth; in WorkQueue() local 518 EXPECT_TRUE(PlatformThread::Create(0, this, &pth)); in WorkQueue() 519 thread_handles_[i] = pth; in WorkQueue()
|
/external/libchrome/base/memory/ |
D | shared_memory_unittest.cc | 259 PlatformThreadHandle pth; in TEST() local 261 EXPECT_TRUE(PlatformThread::Create(0, thread_delegates[index], &pth)); in TEST() 262 thread_handles[index] = pth; in TEST()
|
/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 | 103 "PTH file '%0' does not designate an original source header file for -include-pth">;
|
/external/webrtc/webrtc/base/ |
D | thread_unittest.cc | 84 MessageClient(Thread* pth, Socket* socket) in MessageClient() argument
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 457 def emit_pth : Flag<["-"], "emit-pth">, 656 def include_pth : Separate<["-"], "include-pth">, MetaVarName<"<file>">,
|
/external/python/cpython2/Doc/install/ |
D | index.rst | 596 search path, such as by putting a :file:`.pth` file in a site directory (see 704 directory. Path configuration files have an extension of :file:`.pth`, and each 711 directory containing the :file:`.pth` file. See the documentation of
|