Searched defs:pthread_spinlock_t (Results 1 – 8 of 8) sorted by relevance
60 TYPEDEF int pthread_spinlock_t; variable
102 typedef int pthread_spinlock_t; typedef
33 pub type pthread_spinlock_t = ::uintptr_t; typedef1459 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
722 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; typedef4075 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; typedef3734 pub fn pthread_spin_init(lock: *mut ::pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()
2819 pub fn pthread_spin_init(lock: *mut ::pthread_spinlock_t, pshared: ::c_int) -> ::c_int; in pthread_spin_init()