webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <WorkQueue.h>
Public Member Functions | |
void | queue (WorkQueueItem *) |
WorkQueueItem * | dequeue () |
void | clear () |
unsigned | count () |
void | setFrozen (bool b) |
bool | processWork () |
Static Public Member Functions | |
static WorkQueue & | singleton () |
Friends | |
class | WTF::NeverDestroyed< WorkQueue > |
void WorkQueue::clear | ( | ) |
unsigned WorkQueue::count | ( | ) |
WorkQueueItem * WorkQueue::dequeue | ( | ) |
bool WorkQueue::processWork | ( | ) |
void WorkQueue::queue | ( | WorkQueueItem * | item | ) |
|
inline |
|
static |
|
friend |