OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mach_msg
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/coregrind/m_mach/
mach_msg.c
28
* $Log:
mach_msg
.c,v $
60
mach_msg
(msg, option, send_size, rcv_size, rcv_name, timeout, notify)
function
/prebuilts/go/darwin-x86/src/runtime/
os_darwin.go
210
func
mach_msg
(h *machheader, op int32, send_size, rcv_size, rcv_name, timeout, notify uint32) int32 {
func
254
ret :=
mach_msg
(h, _MACH_SEND_MSG|_MACH_RCV_MSG, h.msgh_size, uint32(maxsize), port, 0, 0)
257
print("
mach_msg
error ", ret, "\n")
276
print("
mach_msg
_MachReply id mismatch ", h.msgh_id, " != ", id+_MachReply, "\n")
295
print("
mach_msg
_MachReply size mismatch ", h.msgh_size, " != ", rxsize, "\n")
/prebuilts/go/linux-x86/src/runtime/
os_darwin.go
210
func
mach_msg
(h *machheader, op int32, send_size, rcv_size, rcv_name, timeout, notify uint32) int32 {
func
254
ret :=
mach_msg
(h, _MACH_SEND_MSG|_MACH_RCV_MSG, h.msgh_size, uint32(maxsize), port, 0, 0)
257
print("
mach_msg
error ", ret, "\n")
276
print("
mach_msg
_MachReply id mismatch ", h.msgh_id, " != ", id+_MachReply, "\n")
295
print("
mach_msg
_MachReply size mismatch ", h.msgh_size, " != ", rxsize, "\n")
Completed in 189 milliseconds