OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sys_umtx_sleep
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/
os_dragonfly.go
46
func
sys_umtx_sleep
(addr *uint32, val, timeout int32) int32
func
105
//
sys_umtx_sleep
will return EWOULDBLOCK (EAGAIN) when the timeout
107
ret :=
sys_umtx_sleep
(addr, int32(val), timeout)
/prebuilts/go/linux-x86/src/runtime/
os_dragonfly.go
46
func
sys_umtx_sleep
(addr *uint32, val, timeout int32) int32
func
105
//
sys_umtx_sleep
will return EWOULDBLOCK (EAGAIN) when the timeout
107
ret :=
sys_umtx_sleep
(addr, int32(val), timeout)
Completed in 49 milliseconds