Home
last modified time | relevance | path

Searched defs:pthread_barrierattr_t (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
D_pthreadtypes.h40 #define pthread_barrierattr_t __pthread_barrierattr_t_discard macro
74 typedef struct { unsigned __attr; } pthread_barrierattr_t; typedef
/third_party/musl/include/
Dalltypes.h.in63 TYPEDEF struct { unsigned __attr; } pthread_barrierattr_t; variable
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dalltypes.h301 typedef struct { unsigned __attr; } pthread_barrierattr_t; typedef
/third_party/musl/porting/liteos_m/user/include/bits/
Dalltypes.h298 typedef struct { unsigned __attr; } pthread_barrierattr_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h298 typedef struct { unsigned __attr; } pthread_barrierattr_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
Dalltypes.h298 typedef struct { unsigned __attr; } pthread_barrierattr_t; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1603 attr: *const ::pthread_barrierattr_t, in pthread_barrierattr_getpshared()
1607 attr: *mut ::pthread_barrierattr_t, in pthread_barrierattr_setpshared()
1612 attr: *const ::pthread_barrierattr_t, in pthread_barrier_init()
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs68 pub type pthread_barrierattr_t = _sync_attr; typedef
2849 __attr: *const ::pthread_barrierattr_t, in pthread_barrierattr_getpshared()
2853 __attr: *mut ::pthread_barrierattr_t, in pthread_barrierattr_setpshared()
2858 __attr: *const ::pthread_barrierattr_t, in pthread_barrier_init()
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs14 pub type pthread_barrierattr_t = ::c_int; typedef
3287 attr: *const ::pthread_barrierattr_t, in pthread_barrierattr_getpshared()
3291 attr: *mut ::pthread_barrierattr_t, in pthread_barrierattr_setpshared()
3296 attr: *const ::pthread_barrierattr_t, in pthread_barrier_init()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs31 pub type pthread_barrierattr_t = ::c_int; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs31 pub type pthread_barrierattr_t = *mut __c_anonymous_pthread_barrierattr; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp6291 } pthread_barrierattr_t; typedef