OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mach_msg_trap
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/
os_darwin.go
18
func
mach_msg_trap
(h unsafe.Pointer, op int32, send_size, rcv_size, rcv_name, timeout, notify uint32) int32
func
212
return
mach_msg_trap
(unsafe.Pointer(h), op, send_size, rcv_size, rcv_name, timeout, notify)
/prebuilts/go/linux-x86/src/runtime/
os_darwin.go
18
func
mach_msg_trap
(h unsafe.Pointer, op int32, send_size, rcv_size, rcv_name, timeout, notify uint32) int32
func
212
return
mach_msg_trap
(unsafe.Pointer(h), op, send_size, rcv_size, rcv_name, timeout, notify)
Completed in 101 milliseconds