Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ get
Method
get
src/event/kqueue.rs:376–378 ·
view source on GitHub ↗
Get the underlying `u32`.
(self)
Source
from the content-addressed store, hash-verified
374
375
/// Get the underlying `u32`.
376
pub fn get(self) -> u32 {
377
self.0
378
}
379
}
380
381
/// `kqueue()`—Create a new `kqueue` file descriptor.
Callers
15
preadv64
Function · 0.45
pwritev64
Function · 0.45
preadv64v2
Function · 0.45
pwritev64v2
Function · 0.45
if_glibc_is_less_than_2_25
Function · 0.45
tcsetpgrp
Function · 0.45
ptsname
Function · 0.45
socket
Function · 0.45
socket_with
Function · 0.45
socketpair
Function · 0.45
linux_hwcap
Function · 0.45
linux_minsigstksz
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_kill_process
Function · 0.36
test_kill_process_group
Function · 0.36