process.hh (13305:c0cfd9454cdc) process.hh (13306:2196f4a8201f)
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 70 unchanged lines hidden (view full) ---

79
80 void suspend(bool inc_kids);
81 void resume(bool inc_kids);
82 void disable(bool inc_kids);
83 void enable(bool inc_kids);
84
85 void kill(bool inc_kids);
86 void reset(bool inc_kids);
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

--- 70 unchanged lines hidden (view full) ---

79
80 void suspend(bool inc_kids);
81 void resume(bool inc_kids);
82 void disable(bool inc_kids);
83 void enable(bool inc_kids);
84
85 void kill(bool inc_kids);
86 void reset(bool inc_kids);
87 virtual void throw_it(ExceptionWrapperBase &exc, bool inc_kids);
87 void throw_it(ExceptionWrapperBase &exc, bool inc_kids);
88
89 void injectException(ExceptionWrapperBase &exc);
90 ExceptionWrapperBase *excWrapper;
91
92 void syncResetOn(bool inc_kids);
93 void syncResetOff(bool inc_kids);
94
95 void signalReset(bool set, bool sync);

--- 149 unchanged lines hidden ---
88
89 void injectException(ExceptionWrapperBase &exc);
90 ExceptionWrapperBase *excWrapper;
91
92 void syncResetOn(bool inc_kids);
93 void syncResetOff(bool inc_kids);
94
95 void signalReset(bool set, bool sync);

--- 149 unchanged lines hidden ---