Home
last modified time | relevance | path

Searched refs:_Vx_semaphore (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/libc/src/vxworks/
Dmod.rs86 pub type _Vx_SEM_ID = *mut ::_Vx_semaphore;
107 pub enum _Vx_semaphore {} enum
108 impl ::Copy for _Vx_semaphore {} implementation
109 impl ::Clone for _Vx_semaphore { implementation
110 fn clone(&self) -> _Vx_semaphore { in clone() argument