thread.h 364 B

12345678
  1. #ifndef AFUN_THREAD_H
  2. #define AFUN_THREAD_H
  3. AFUN_CORE_EXPORT af_Environment *startRunThread(af_Environment *env, af_VarSpace *vs, af_Code *code,
  4. bool derive_tmp, bool derive_guardian, bool derive_lr, bool enable);
  5. AFUN_CORE_EXPORT void tartRunThread_(af_Environment *env, af_Code *code);
  6. #endif //AFUN_THREAD_H