mirror of
https://github.com/openharmony/ark_runtime_core.git
synced 2026-07-19 13:17:49 -04:00
jsruntime unittest use dynamic link
Signed-off-by: wengchangcheng <wengchangcheng@huawei.com>
This commit is contained in:
@@ -59,7 +59,7 @@ private:
|
||||
NO_COPY_SEMANTIC(EmptyRendezvous);
|
||||
};
|
||||
|
||||
class ScopedSuspendAllThreads {
|
||||
class PANDA_PUBLIC_API ScopedSuspendAllThreads {
|
||||
public:
|
||||
explicit ScopedSuspendAllThreads(Rendezvous *rendezvous) ACQUIRE(*Locks::mutator_lock);
|
||||
~ScopedSuspendAllThreads() RELEASE(*Locks::mutator_lock);
|
||||
|
||||
Reference in New Issue
Block a user