Searched refs:napi_create_ark_runtime (Results 1 – 17 of 17) sorted by relevance
5 开发者通过pthread_create创建新线程后,可以通过`napi_create_ark_runtime`来创建一个新的ArkTS基础运行时环境,并通过该运行时环境加载ArkTS模块。当使用结束…95 napi_status ret = napi_create_ark_runtime(&env);
102 本文需要使用worker, taskpool 或 napi_create_ark_runtime 等方法,307 napi_create_ark_runtime(&env); // 通常情况下,需要对该接口返回值进行判断
35 napi_status ret = napi_create_ark_runtime(&env);
504 | napi_create_ark_runtime|创建基础运行时环境。|735 | napi_create_ark_runtime | 创建基础运行时环境 |
643 | napi_create_ark_runtime | 创建基础运行时环境。 |648 #### napi_create_ark_runtime、napi_destroy_ark_runtime
37 napi_status ret = napi_create_ark_runtime(&env);107 napi_status ret = napi_create_ark_runtime(&env);148 napi_status ret = napi_create_ark_runtime(&env);
5 After creating a thread using **pthread_create**, you can use **napi_create_ark_runtime** to create…81 napi_status ret = napi_create_ark_runtime(&env);
36 napi_status ret = napi_create_ark_runtime(&env);
105 the following uses worker, taskpool, and napi_create_ark_runtime to create an ArkTS310 napi_create_ark_runtime (&env); // Generally, the return value needs to be checked.
493 | napi_create_ark_runtime|Creates an ArkTS runtime environment.|724 | napi_create_ark_runtime | Creates an ArkTS runtime environment.|
631 | napi_create_ark_runtime | Creates an ArkTS runtime environment.|636 #### napi_create_ark_runtime, napi_destroy_ark_runtime
694 |FUNC|napi_create_ark_runtime|创建基础运行时环境。|12|909 ### napi_create_ark_runtime subsection912 napi_status napi_create_ark_runtime(napi_env *env)
104 NAPI_EXTERN napi_status napi_create_ark_runtime(napi_env *env);
692 |FUNC|napi_create_ark_runtime|Creates an ArkTS runtime environment.|12|907 ### napi_create_ark_runtime subsection910 napi_status napi_create_ark_runtime(napi_env *env)
4002 NAPI_EXTERN napi_status napi_create_ark_runtime(napi_env* env) in napi_create_ark_runtime() function
9638 auto res = napi_create_ark_runtime(nullptr);9651 auto res = napi_create_ark_runtime(nullptr);