Home
last modified time | relevance | path

Searched refs:spawnModule (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/spawn/
Dspawn.cpp71 ani_module spawnModule; in ANI_Constructor() local
72 if (ANI_OK != env->FindModule(mdl.data(), &spawnModule)) { in ANI_Constructor()
77 if (ANI_OK != env->Module_BindNativeFunctions(spawnModule, &function, 1)) { in ANI_Constructor()