Sign in
chromium
/
chromium
/
src.git
/
9795ec11c994c7750a19aeab79cbf094df0d90dd
/
base
/
at_exit.cc
9795ec1
Add a void* parameter to the AtExitManager callbacks.
by
[email protected]
· 17 years ago
b2e9729
Set svn:eol-style = LF on files in base from which it is missing
by
[email protected]
· 17 years ago
bf09a50
Use a more compact license header in source files.
by license.bot
· 17 years ago
1cf1b34
Avoid a global std::stack. Instead embed a next pointer in the managers.
by
[email protected]
· 17 years ago
9e950bdd
AtExitManager cleanup.
by
[email protected]
· 17 years ago
4ac8f67
Allow multiple AtExitManagers to be chained in a stack, this allows much easier testing for code that is expecting to be run via an AtExitManager. This actually cleaned up a lot of the at exit code.
by
[email protected]
· 17 years ago
904ee4d
The addition of the AtExitManager test in the singleton dll test makes purify-sub angry.
by
[email protected]
· 17 years ago
ae645471
Adds new class AtExitManager which manages the dtors of all singletons.
by
[email protected]
· 17 years ago