Home
last modified time | relevance | path

Searched defs:td (Results 1 - 25 of 244) sorted by relevance

12345678910

/third_party/musl/src/time/
H A Dtimer_delete.c8 pthread_t td = (void *)((uintptr_t)t << 1); in timer_delete() local
H A Dtimer_getoverrun.c8 pthread_t td = (void *)((uintptr_t)t << 1); in timer_getoverrun() local
H A Dtimer_gettime.c8 pthread_t td = (void *)((uintptr_t)t << 1); in timer_gettime() local
H A Dtimer_settime.c10 pthread_t td = (void *)((uintptr_t)t << 1); in timer_settime() local
/third_party/musl/libc-test/src/regression/
H A Dpthread_create-oom.c16 pthread_t td; in main() local
H A Dtls_get_new-dtv.c25 pthread_t td[N]; in main() local
H A Dpthread_exit-cancel.c24 pthread_t td; in main() local
H A Dpthread-robust-detach.c25 pthread_t td; in f() local
H A Dpthread_cond_wait-cancel_ignored.c34 pthread_t td; in main() local
H A Dpthread_cancel-sem_wait.c51 pthread_t td; in main() local
[all...]
H A Dpthread_exit-dtor.c42 pthread_t td; in main() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dissue-2239-template-dependent-bit-width.hpp2 typedef a td; typedef in b
7 td : sizeof(td); member
/third_party/musl/libc-test/src/math/
H A Dfpclassify.c30 } td[] = { variable
[all...]
/third_party/curl/tests/
H A Dutil.py90 td = TestData("./data") variable in TestData
/third_party/libwebsockets/lib/roles/http/
H A Ddate.c164 time_t t, td; in lws_http_check_retry_after() local
/third_party/musl/src/linux/
H A Dmembarrier.c32 pthread_t self=__pthread_self(), td; in __membarrier() local
[all...]
/third_party/musl/porting/linux/user/src/mq/
H A Dmq_notify.c37 pthread_t td; in mq_notify() local
/third_party/musl/src/sched/
H A Daffinity.c20 int pthread_setaffinity_np(pthread_t td, size_t size, const cpu_set_t *set) in pthread_setaffinity_np() argument
65 int pthread_getaffinity_np(pthread_t td, size_t size, cpu_set_t *set) in pthread_getaffinity_np() argument
/third_party/musl/porting/liteos_a/user/src/sched/
H A Daffinity.c16 int pthread_setaffinity_np(pthread_t td, size_t size, const cpu_set_t *set) in pthread_setaffinity_np() argument
43 int pthread_getaffinity_np(pthread_t td, size_t size, cpu_set_t *set) in pthread_getaffinity_np() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
H A D2-1.c34 } td; variable
[all...]
H A D2-2.c30 } td; variable
H A D2-3.c29 } td; variable
H A D1-1.c27 } td; variable
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
H A D2-1.c24 } td; variable
[all...]
H A D3-1.c23 } td; variable

Completed in 5 milliseconds

12345678910