Home
last modified time | relevance | path

Searched refs:locks (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dasync_lock_manager.cpp140 napi_value locks; in Init() local
141 NAPI_CALL(env, napi_create_object(env, &locks)); in Init()
147 napi_define_properties(env, locks, sizeof(locksProperties) / sizeof(locksProperties[0]), locksProperties); in Init()
149 napi_set_named_property(env, exports, "locks", locks); in Init()

Completed in 1 milliseconds