Home
last modified time | relevance | path

Searched defs:pthread_barrierattr_t (Results 1 - 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A D_pthreadtypes.h40 #define pthread_barrierattr_t __pthread_barrierattr_t_discard macro
50 #undef pthread_barrierattr_t macro
74 typedef struct { unsigned __attr; } pthread_barrierattr_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dalltypes.h301 typedef struct { unsigned __attr; } pthread_barrierattr_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dalltypes.h298 typedef struct { unsigned __attr; } pthread_barrierattr_t; typedef
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dalltypes.h298 typedef struct { unsigned __attr; } pthread_barrierattr_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dalltypes.h298 typedef struct { unsigned __attr; } pthread_barrierattr_t; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs31 pub type pthread_barrierattr_t = ::c_int; types
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs68 pub type pthread_barrierattr_t = _sync_attr; types
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs14 pub type pthread_barrierattr_t = ::c_int; types
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs31 pub type pthread_barrierattr_t = *mut __c_anonymous_pthread_barrierattr; types

Completed in 38 milliseconds