Home
last modified time | relevance | path

Searched defs:pthread_cond_t (Results 1 – 23 of 23) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpthread.h53 } pthread_cond_t; typedef
/third_party/skia/third_party/externals/libwebp/src/utils/
Dthread_utils.c29 typedef CONDITION_VARIABLE pthread_cond_t; typedef
35 } pthread_cond_t; typedef
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dthread_utils.c29 typedef CONDITION_VARIABLE pthread_cond_t; typedef
35 } pthread_cond_t; typedef
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
D_pthreadtypes.h37 #define pthread_cond_t __pthread_cond_t_discard macro
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h167 #define pthread_cond_t dng_pthread_cond_t macro
/third_party/ffmpeg/compat/
Dw32pthreads.h58 typedef CONDITION_VARIABLE pthread_cond_t; typedef
Dos2threads.h62 } pthread_cond_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/
Dpthread.h56 } pthread_cond_t; typedef
/third_party/musl/include/
Dalltypes.h.in88 …t __i[12]; volatile int __vi[12]; void *__p[12*sizeof(int)/sizeof(void*)]; } __u; } pthread_cond_t; variable
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dalltypes.h390 } pthread_cond_t; typedef
/third_party/musl/porting/liteos_m/user/include/bits/
Dalltypes.h381 …t __i[12]; volatile int __vi[12]; void *__p[12*sizeof(int)/sizeof(void*)]; } __u; } pthread_cond_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h439 } pthread_cond_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
Dalltypes.h437 } pthread_cond_t; typedef
/third_party/rust/crates/libc/src/unix/
Dmod.rs1110 pub fn pthread_cond_init(cond: *mut pthread_cond_t, attr: *const pthread_condattr_t) in pthread_cond_init()
1116 pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> ::c_int; in pthread_cond_wait()
1122 cond: *mut pthread_cond_t, in pthread_cond_timedwait()
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2409 pthread_cond_t = __darwin_pthread_cond_t variable
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1398 cond: *mut ::pthread_cond_t, in pthread_cond_init()
1412 pub fn pthread_cond_wait(cond: *mut ::pthread_cond_t, mutex: *mut ::pthread_mutex_t) in pthread_cond_wait()
1480 cond: *mut ::pthread_cond_t, in pthread_cond_timedwait()
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs32 pub type pthread_cond_t = usize; typedef
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs32 pub type pthread_cond_t = *mut ::c_void; typedef
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs13 pub type pthread_cond_t = *mut ::c_void; typedef
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3713 pub fn pthread_cond_init(cond: *mut pthread_cond_t, attr: *const pthread_condattr_t) in pthread_cond_init()
3715 pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> ::c_int; in pthread_cond_wait()
3717 cond: *mut pthread_cond_t, in pthread_cond_timedwait()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs6 pub type pthread_cond_t = *mut ::c_void; typedef
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs63 pub type pthread_cond_t = ::sync_t; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp6214 } pthread_cond_t; typedef