Home
last modified time | relevance | path

Searched refs:pth (Results 1 – 25 of 39) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/keyctl/
Dkeyctl02.c78 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/
DMakefile.am13 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 \
DMakefile.in125 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 …]
Dpth-supp.vgtest1 prog: pth-supp
Dpth-undocumented.vgtest1 prog: pth-undocumented
/external/valgrind/none/tests/
Dthread-exits.c92 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/
DPTHInternals.rst16 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/
Dffsb.py12 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/
Dsite.rst34 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
Dpkgutil.rst31 *name* argument. This feature is similar to :file:`\*.pth` files (see the
/external/linux-kselftest/tools/testing/selftests/timers/
Dthreadtest.c137 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/
Dtest_1_to_1_threads.c139 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/
Dhackbench.c238 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/
Dfutex_requeue_pi_signal_restart.c52 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()
Dfutex_requeue_pi.c73 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/
Dhackbench.c263 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/
Dthreadlib.m456 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/
Dxmppsocket.cc39 rtc::Thread* pth = rtc::Thread::Current(); in CreateCricketSocket() local
44 pth->socketserver()->CreateAsyncSocket(family, SOCK_STREAM); in CreateCricketSocket()
/external/libchrome/base/synchronization/
Dcondition_variable_unittest.cc517 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/
Dshared_memory_unittest.cc259 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/
DNOTES.txt15 $ clang -ccc-pch-is-pth -x objective-c-header INPUTS/Cocoa_h.m -o /tmp/tokencache
/external/clang/include/clang/Basic/
DDiagnosticFrontendKinds.td103 "PTH file '%0' does not designate an original source header file for -include-pth">;
/external/webrtc/webrtc/base/
Dthread_unittest.cc84 MessageClient(Thread* pth, Socket* socket) in MessageClient() argument
/external/clang/include/clang/Driver/
DCC1Options.td457 def emit_pth : Flag<["-"], "emit-pth">,
656 def include_pth : Separate<["-"], "include-pth">, MetaVarName<"<file>">,
/external/python/cpython2/Doc/install/
Dindex.rst596 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

12