Home
last modified time | relevance | path

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

/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs55 pub type lgrp_view_t = c_uint; typedef
2362 pub const LGRP_VIEW_CALLER: crate::lgrp_view_t = 0;
2363 pub const LGRP_VIEW_OS: crate::lgrp_view_t = 1;
3150 pub fn lgrp_init(view: lgrp_view_t) -> lgrp_cookie_t; in lgrp_init()
3177 pub fn lgrp_view(cookie: crate::lgrp_cookie_t) -> crate::lgrp_view_t; in lgrp_view() argument