Crashpad
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Loading...
Searching...
No Matches
crashpad::internal::WorkerThreadImpl Class Referencefinal
Inheritance diagram for crashpad::internal::WorkerThreadImpl:
[legend]
Collaboration diagram for crashpad::internal::WorkerThreadImpl:
[legend]

Public Member Functions

 WorkerThreadImpl (WorkerThread *self, double initial_work_delay)
 
void ThreadMain () override
 The thread entry point to be implemented by the subclass.
 
void SignalSemaphore ()
 
- Public Member Functions inherited from crashpad::Thread
 Thread (const Thread &)=delete
 
Threadoperator= (const Thread &)=delete
 
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().
 

Member Function Documentation

◆ ThreadMain()

void crashpad::internal::WorkerThreadImpl::ThreadMain ( )
inlineoverridevirtual

The thread entry point to be implemented by the subclass.

Implements crashpad::Thread.


The documentation for this class was generated from the following file: