_using.hh (12930:f0e472cf340c) _using.hh (12939:5256de693153)
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

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

119using sc_core::SC_NO_PROC_;
120using sc_core::SC_METHOD_PROC_;
121using sc_core::SC_THREAD_PROC_;
122using sc_core::SC_CTHREAD_PROC_;
123using sc_core::sc_descendent_inclusion_info;
124using sc_core::SC_NO_DESCENDANTS;
125using sc_core::SC_INCLUDE_DESCENDANTS;
126using sc_core::sc_unwind_exception;
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

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

119using sc_core::SC_NO_PROC_;
120using sc_core::SC_METHOD_PROC_;
121using sc_core::SC_THREAD_PROC_;
122using sc_core::SC_CTHREAD_PROC_;
123using sc_core::sc_descendent_inclusion_info;
124using sc_core::SC_NO_DESCENDANTS;
125using sc_core::SC_INCLUDE_DESCENDANTS;
126using sc_core::sc_unwind_exception;
127using sc_core::sc_process_b;
128using sc_core::sc_get_curr_process_handle;
129using sc_core::sc_get_current_process_b;
130using sc_core::sc_curr_proc_info;
131using sc_core::sc_curr_proc_handle;
127using sc_core::sc_process_handle;
128using sc_core::sc_get_current_process_handle;
129using sc_core::sc_is_unwinding;
130
131using sc_core::sc_sensitive;
132
133using sc_core::sc_spawn_options;
134using sc_core::sc_spawn;

--- 18 unchanged lines hidden ---
132using sc_core::sc_process_handle;
133using sc_core::sc_get_current_process_handle;
134using sc_core::sc_is_unwinding;
135
136using sc_core::sc_sensitive;
137
138using sc_core::sc_spawn_options;
139using sc_core::sc_spawn;

--- 18 unchanged lines hidden ---