process.hh (13288:f1c04129f709) process.hh (13303:045f002c325c)
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

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

151 delete func;
152 for (auto s: staticSensitivities) {
153 s->clear();
154 delete s;
155 }
156 clearDynamic();
157 }
158
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

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

151 delete func;
152 for (auto s: staticSensitivities) {
153 s->clear();
154 delete s;
155 }
156 clearDynamic();
157 }
158
159 ::sc_core::sc_event _resetEvent;
160 ::sc_core::sc_event _terminatedEvent;
159 InternalScEvent _resetEvent;
160 InternalScEvent _terminatedEvent;
161
162 ProcessFuncWrapper *func;
163 sc_core::sc_curr_proc_kind _procKind;
164
165 bool _internal;
166
167 // Needed to support the deprecated "timed_out" function.
168 bool _timedOut;

--- 77 unchanged lines hidden ---
161
162 ProcessFuncWrapper *func;
163 sc_core::sc_curr_proc_kind _procKind;
164
165 bool _internal;
166
167 // Needed to support the deprecated "timed_out" function.
168 bool _timedOut;

--- 77 unchanged lines hidden ---