/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | pthread_cond_test.cpp | 54 EXPECT_EQ(0, pthread_condattr_getclock(&condAttr, &clock)); in InitMonotonic() 210 EXPECT_EQ(0, pthread_condattr_getclock(&condAttr, &clock)); in HWTEST_F() 225 EXPECT_EQ(0, pthread_condattr_getclock(&condAttr, &clock)); in HWTEST_F() 240 EXPECT_EQ(0, pthread_condattr_getclock(&condAttr, &clock)); in HWTEST_F()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_getclock/ |
H A D | 1-1.c | 8 * Test that pthread_condattr_getclock() 37 rc = pthread_condattr_getclock(&condattr, &clockid); in main()
|
H A D | 1-2.c | 8 * Test that pthread_condattr_getclock() 44 rc = pthread_condattr_getclock(&condattr, &clockid); in main()
|
/third_party/musl/libc-test/src/regression/ |
H A D | pthread_condattr_setclock.c | 28 T(r,pthread_condattr_getclock(&a, &clk)); in main()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_attr_get.c | 60 int pthread_condattr_getclock(const pthread_condattr_t *restrict a, clockid_t *restrict clk) in pthread_condattr_getclock() function
|
/third_party/musl/src/thread/ |
H A D | pthread_attr_get.c | 64 int pthread_condattr_getclock(const pthread_condattr_t *restrict a, clockid_t *restrict clk) in pthread_condattr_getclock() function
|
/third_party/FreeBSD/lib/libc/include/ |
H A D | namespace.h | 126 #define pthread_condattr_getclock _pthread_condattr_getclock
macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | pthread.h | 190 int pthread_condattr_getclock(const pthread_condattr_t *__restrict, clockid_t *__restrict);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | pthread.h | 190 int pthread_condattr_getclock(const pthread_condattr_t *__restrict, clockid_t *__restrict);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | pthread.h | 190 int pthread_condattr_getclock(const pthread_condattr_t *__restrict, clockid_t *__restrict);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | pthread.h | 183 int pthread_condattr_getclock(const pthread_condattr_t *__restrict, clockid_t *__restrict);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
H A D | 2-5.c | 287 ret = pthread_condattr_getclock(&ca, &(data.cid)); in main()
|
H A D | 2-4.c | 452 ret = pthread_condattr_getclock(&ca, &(td->cid)); in main()
|
H A D | 2-6.c | 342 ret = pthread_condattr_getclock(&ca, &(data.cid)); in main()
|
H A D | 4-2.c | 386 ret = pthread_condattr_getclock(&ca, &cid); in main()
|
H A D | 2-7.c | 459 ret = pthread_condattr_getclock(&ca, &(td->cid)); in main()
|
/third_party/musl/libc-test/src/api/ |
H A D | pthread.c | 89 {int(*p)(const pthread_condattr_t*restrict,clockid_t*restrict) = pthread_condattr_getclock;} in f()
|
/third_party/rust/crates/libc/src/unix/newlib/horizon/ |
H A D | mod.rs | 253 pub fn pthread_condattr_getclock( in pthread_condattr_getclock() functions
|
/third_party/musl/porting/linux/user/include/ |
H A D | pthread.h | 363 int pthread_condattr_getclock(const pthread_condattr_t *__restrict, clockid_t *__restrict);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | pthread.h | 237 int pthread_condattr_getclock(const pthread_condattr_t *__restrict, clockid_t *__restrict);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/ |
H A D | 2-2.c | 468 ret = pthread_condattr_getclock(&ca, &(td->cid)); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
H A D | 1-2.c | 446 ret = pthread_condattr_getclock(&ca, &td->cid); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
H A D | stress1.c | 558 ret = pthread_condattr_getclock(&ca, &cid); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
H A D | stress1.c | 564 ret = pthread_condattr_getclock(&ca, &cid); in main()
|
H A D | stress2.c | 526 ret = pthread_condattr_getclock(&ca, &cid); in main()
|