Searched defs:pthread_spinlock_t (Results 1 – 15 of 15) sorted by relevance
10 typedef int pthread_spinlock_t; typedef
60 TYPEDEF int pthread_spinlock_t; variable
286 typedef int pthread_spinlock_t; typedef
283 typedef int pthread_spinlock_t; typedef
33 pub type pthread_spinlock_t = ::uintptr_t; typedef1638 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
707 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
17 pub type pthread_spinlock_t = ::uintptr_t; typedef
67 pub type pthread_spinlock_t = sync_t; typedef2841 pub fn pthread_spin_init(lock: *mut ::pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
30 pub type pthread_spinlock_t = *mut __c_anonymous_pthread_spinlock; typedef4225 pub fn pthread_spin_init(lock: *mut pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
1698 pub fn pthread_spin_init(lock: *mut ::pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
17 pub type pthread_spinlock_t = ::c_int; typedef4191 pub fn pthread_spin_init(lock: *mut ::pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
3301 pub fn pthread_spin_init(lock: *mut ::pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
6276 typedef volatile int pthread_spinlock_t; typedef