Crashpad
|
Public Member Functions | |
CrashReportUploadHelperThread (CrashReportUploadThread *self) | |
void | ThreadMain () override |
The thread entry point to be implemented by the subclass. | |
![]() | |
void | Start () |
Create a platform thread, and run ThreadMain() on that thread. Must be paired with a call to Join(). | |
void | Join () |
Block until ThreadMain() exits. This may be called from any thread. Must paired with a call to Start(). | |