Home
last modified time | relevance | path

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

123

/external/ltp/testcases/kernel/syscalls/keyctl/
Dkeyctl02.c63 pthread_t pth[4]; in do_test() local
71 SAFE_PTHREAD_CREATE(&pth[0], NULL, do_read, in do_test()
73 SAFE_PTHREAD_CREATE(&pth[1], NULL, do_revoke, in do_test()
75 SAFE_PTHREAD_CREATE(&pth[2], NULL, do_read, in do_test()
77 SAFE_PTHREAD_CREATE(&pth[3], NULL, do_revoke, in do_test()
80 SAFE_PTHREAD_JOIN(pth[0], NULL); in do_test()
81 SAFE_PTHREAD_JOIN(pth[1], NULL); in do_test()
82 SAFE_PTHREAD_JOIN(pth[2], NULL); in do_test()
83 SAFE_PTHREAD_JOIN(pth[3], NULL); in do_test()
/external/llvm-project/lldb/tools/darwin-threads/
Dexamine-threads.c253 struct proc_threadinfo *pth) { in get_proc_threadinfo() argument
254 pth->pth_name[0] = '\0'; in get_proc_threadinfo()
255 int ret = proc_pidinfo(pid, PROC_PIDTHREADINFO, thread_handle, pth, in get_proc_threadinfo()
437 struct proc_threadinfo pth; in main() local
439 get_proc_threadinfo(pid, identifier_info.thread_handle, &pth); in main()
441 if (proc_threadinfo_succeeded && pth.pth_name[0] != '\0') in main()
442 printf(" thread name '%s'\n", pth.pth_name); in main()
481 printf(", current pri %d, max pri %d", pth.pth_curpri, in main()
482 pth.pth_maxpriority); in main()
/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/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/capstone/bindings/vb6/
DCDisassembler.cls41 Private Function CheckPath(pth As String) As Long
45 shimPth = pth & "\vbCapstone.dll"
46 capPth = pth & "\capstone.dll"
/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
/external/linux-kselftest/tools/testing/selftests/timers/
Dthreadtest.c125 pthread_t pth[MAX_THREADS]; in main() local
170 pthread_create(&pth[i], 0, thread, 0); in main()
187 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/python/setuptools/setuptools/tests/
Dtest_easy_install.py237 pth = PthDistributions('does-not_exist', [os.getcwd()])
238 assert not pth.dirty
239 pth.add(PRDistribution(os.getcwd()))
240 assert pth.dirty
246 pth = PthDistributions('does-not_exist', [location, ])
247 assert not pth.dirty
248 pth.add(PRDistribution(location))
249 assert not pth.dirty
/external/python/cpython3/Doc/library/
Dsite.rst56 A path configuration file is a file whose name has the form :file:`{name}.pth`
66 An executable line in a :file:`.pth` file is run at every Python startup,
86 configuration files, :file:`foo.pth` and :file:`bar.pth`. Assume
87 :file:`foo.pth` contains the following::
95 and :file:`bar.pth` contains::
108 directory precedes the :file:`foo` directory because :file:`bar.pth` comes
109 alphabetically before :file:`foo.pth`; and :file:`spam` is omitted because it is
183 :file:`.pth` files in it will be processed.
210 Add a directory to sys.path and process its :file:`.pth` files. Typically
/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.c49 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, in create_rt_thread() argument
78 ret = pthread_create(pth, &attr, func, arg); in create_rt_thread()
Dfutex_requeue_pi.c70 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, in create_rt_thread() argument
99 ret = pthread_create(pth, &attr, func, arg); in create_rt_thread()
/external/python/setuptools/docs/
Dformats.txt52 isn't necessary to create ``.pth`` files or otherwise modify
561 environment variable, and ``.pth`` files.
564 environment variables, this leaves ``.pth`` files as EasyInstall's only
567 But ``.pth`` files are rather strictly limited in what they are allowed
573 directory, because they can't create a ``.pth`` file that Python will
576 contain ``.pth`` files, they won't be able to install newer versions of
582 The first is that EasyInstall leverages ``.pth`` files' "import" feature
584 to a ``.pth`` file will always appear before both the standard library
586 possible for a user who can write a Python-read ``.pth`` file to ensure
595 afterwards it processes any ``.pth`` files found in ``PYTHONPATH``
[all …]
Deasy_install.txt157 Installed packages are added to an ``easy-install.pth`` file in the install
194 any previous version in the ``easy-install.pth`` file, so that Python will
409 scripts or .pth files. You can then copy the contents of ``somedir`` to the
411 prevents .pth files from being used, ``-a`` means to copy all the eggs needed,
566 code added to the ``easy-install.pth`` file. So, if you are using version
712 adding an ``easy-install.pth`` entry for the package being installed, and
897 "Site" directories are directories where ``.pth`` files are processed, such
899 automatically detects whether a given directory processes ``.pth`` files
903 supported ``.pth`` files.
968 and manages them using a custom ``.pth`` file in that same directory.
[all …]
/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/grpc-grpc/test/core/gpr/
Dmpscq_test.cc174 for (auto& pth : pull_thds) { in test_mt_multipop() local
175 pth.Join(); in test_mt_multipop()
/external/scapy/.travis/
Dinstall.sh57 …ython2.7/site-packages")' >> /Users/travis/Library/Python/2.7/lib/python/site-packages/homebrew.pth
/external/python/setuptools/setuptools/
Dnamespaces.py73 pth = tuple(pkg.split('.'))
/external/libchrome/base/synchronization/
Dcondition_variable_unittest.cc523 PlatformThreadHandle pth; in WorkQueue() local
524 EXPECT_TRUE(PlatformThread::Create(0, this, &pth)); in WorkQueue()
525 thread_handles_[i] = pth; in WorkQueue()
/external/libchrome/base/memory/
Dshared_memory_unittest.cc303 PlatformThreadHandle pth; in TEST_P() local
305 EXPECT_TRUE(PlatformThread::Create(0, thread_delegates[index], &pth)); in TEST_P()
306 thread_handles[index] = pth; in TEST_P()
/external/fft2d/src/fft2d/fft2d/
Dreadme2d.txt18 Makefile.pth: Pthread version
/external/clang/
DNOTES.txt15 $ clang -ccc-pch-is-pth -x objective-c-header INPUTS/Cocoa_h.m -o /tmp/tokencache
/external/python/setuptools/setuptools/command/
Deasy_install.py1561 for pth in yield_lines(contents):
1562 pth = pth.strip().replace('\\', '/')
1563 if not pth.startswith('import'):
1564 prefixes.append((('%s/%s/' % (parts[0], pth)), ''))
/external/clang/include/clang/Basic/
DDiagnosticFrontendKinds.td103 "PTH file '%0' does not designate an original source header file for -include-pth">;

123