commit | 8df0d80f0227554d95ed51a443439ee9e7fe7e42 | [log] [tgz] |
---|---|---|
author | Zach Johnson <zachoverflow@google.com> | Tue Sep 09 16:31:14 2014 -0700 |
committer | Andre Eisenbach <eisenbach@google.com> | Mon Mar 16 16:51:33 2015 -0700 |
tree | 689e51c90c554ca08f3a03db2cbbd1703922d659 | |
parent | 358e6719a5a24930e6fb5b299b56eca649a70434 [diff] |
Move all stack init/start_up/shut_down/clean_up on a single known thread Execution happens on the same thread, but the next step will be to ensure each of the functions do not complete until start_up/shut_down/clean_up complete. That will ensure each is mutually exclusive.