sc_process_handle.cc (12838:f03602fb0c75) sc_process_handle.cc (12899:9a512f5c4e91)
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

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

273
274bool
275sc_is_unwinding()
276{
277 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
278 return false;
279}
280
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

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

273
274bool
275sc_is_unwinding()
276{
277 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
278 return false;
279}
280
281bool sc_allow_process_control_corners;
282
281} // namespace sc_core
283} // namespace sc_core