Searched refs:pthread_getcpuclockid (Results 1 – 23 of 23) sorted by relevance
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 22-1.c | 96 ret = pthread_getcpuclockid(pthread_self(), &clt); in main() 145 ret = pthread_getcpuclockid(pthread_self(), &clt); in main()
|
/external/musl/src/thread/ |
D | pthread_getcpuclockid.c | 3 int pthread_getcpuclockid(pthread_t t, clockid_t *clockid) in pthread_getcpuclockid() function
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getcpuclockid/ |
D | coverage.txt | 1 This document defines the coverage for the pthread_getcpuclockid function:
|
D | 1-1.c | 35 rc = pthread_getcpuclockid(pthread_self(), &cid); in thread_func()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getcpuclockid/speculative/ |
D | 3-1.c | 55 rc = pthread_getcpuclockid(new_th, &cid); in main()
|
/external/mesa3d/src/util/ |
D | u_thread.h | 215 pthread_getcpuclockid(thread, &cid); in util_thread_get_time_nano()
|
/external/musl/include/ |
D | pthread.h | 204 int pthread_getcpuclockid(pthread_t, clockid_t *);
|
/external/linux-kselftest/tools/testing/selftests/mqueue/ |
D | mq_perf_tests.c | 439 if (pthread_getcpuclockid(cpu_threads[0], &clock) != 0) in perf_test_thread()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0a2.rst | 397 Added pthread_getcpuclockid() to the time module
|
/external/python/cpython3/Doc/library/ |
D | time.rst | 137 .. function:: pthread_getcpuclockid(thread_id) 149 .. availability:: Unix (see the man page for :manpage:`pthread_getcpuclockid(3)` for
|
/external/python/cpython3/Lib/test/ |
D | test_time.py | 113 clk_id = time.pthread_getcpuclockid(threading.get_ident())
|
/external/python/cpython3/Modules/ |
D | timemodule.c | 341 err = pthread_getcpuclockid((pthread_t)thread_id, &clk_id);
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1451 pub fn pthread_getcpuclockid(thread: ::pthread_t, clk_id: *mut ::clockid_t) -> ::c_int; in pthread_getcpuclockid() function
|
/external/python/cpython3/ |
D | pyconfig.h.in | 821 /* Define to 1 if you have the `pthread_getcpuclockid' function. */
|
D | configure.ac | 3370 AC_CHECK_FUNCS(pthread_getcpuclockid)
|
D | configure | 11373 for ac_func in pthread_getcpuclockid
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 3016 pub fn pthread_getcpuclockid(thread: ::pthread_t, clk_id: *mut ::clockid_t) -> ::c_int; in pthread_getcpuclockid() function
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 4019 pub fn pthread_getcpuclockid(thread: ::pthread_t, clk_id: *mut ::clockid_t) -> ::c_int; in pthread_getcpuclockid() function
|
/external/musl/ |
D | sources.bp | 1076 "src/thread/pthread_getcpuclockid.c",
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2583 fun:pthread_getcpuclockid=uninstrumented
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.7.rst | 1469 The new :func:`time.pthread_getcpuclockid` function returns the clock ID
|
/external/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 150 'pthread_getcpuclockid'
|
/external/python/cpython3/Doc/data/ |
D | python3.10.abi | 20381 …<function-decl name='pthread_getcpuclockid' mangled-name='pthread_getcpuclockid' filepath='/usr/in…
|