|
enum | ThreadFlags { kDetached = 0,
kJoinable = 1
} |
|
virtual void net_instaweb::SystemThreadSystem::BeforeThreadRunHook |
( |
| ) |
|
|
protectedvirtual |
void net_instaweb::SystemThreadSystem::PermitThreadStarting |
( |
| ) |
|
It's not safe to start threads in a process that will later fork. In order to enforce this, call PermitThreadStarting() in the child process right after forking, and DCHECK-fail if something tries to start a thread before then.
The documentation for this class was generated from the following file: