/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This source file is part of SableVM. * * * * See the file "LICENSE" for the copyright information and for * * the terms and conditions for copying, distribution and * * modification of this source file. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #ifndef SVM_VM_THREAD_H #define SVM_VM_THREAD_H _svmt_JNIEnv *_svmf_get_current_env (void); #define _svmm_enter_object_monitor_non_blocking(env, instance, succeeded) \ _svmh_enter_object_monitor_non_blocking (env, instance, &succeeded) #endif /* not SVM_VM_THREAD_H */