mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
MachMessageWithDeadline() is a mach_msg() wrapper that deals with deadlines instead of timeouts. It is a slight simplification of the mach_msg() interface because the deadline parameter implies the timeout option bits, and because the caller does not need to specify send_size during sends as the message itself already carries this information. TEST=util_test MachMessage.MachMessageDeadlineFromTimeout R=rsesek@chromium.org Review URL: https://codereview.chromium.org/773943002
Description
Languages
C++
92.5%
Objective-C++
2.5%
C
2%
Python
1.8%
Assembly
0.9%
Other
0.3%