Home
last modified time | relevance | path

Searched defs:pthread_spinlock_t (Results 1 – 2 of 2) sorted by relevance

/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h102 typedef int pthread_spinlock_t; typedef
/external/crosvm/net_sys/src/
Diff.rs809 pub type pthread_spinlock_t = ::std::os::raw::c_int; typedef