Page Speed Optimization Libraries
1.13.35.1
|
#include "pagespeed/kernel/base/basictypes.h"
#include "pagespeed/kernel/thread/pthread_thread_system.h"
Go to the source code of this file.
Classes | |
class | net_instaweb::SystemThreadSystem |
Namespaces | |
net_instaweb | |
Unit-test framework for wget fetcher. | |
A wrapper around PthreadThreadSystem that takes care of some signal masking issues that arise in forking servers. We prefer pthreads to APR as APR mutex, etc., creation requires pools which are generally thread unsafe, introducing some additional risks.