mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
This uses THREAD_NULL, TASK_NULL, and HOST_NULL in preference to MACH_PORT_NULL and kMachPortNull. These constants are correctly-typed (thread_t, task_t, and host_t) and result in more readable source code, especially where thread and task parameters appear together as they do in exc_*_variants. TEST=util_test R=rsesek@chromium.org Review URL: https://codereview.chromium.org/649713002
Description
Languages
C++
92.5%
Objective-C++
2.5%
C
2%
Python
1.8%
Assembly
0.9%
Other
0.3%