Searched defs:CALLBACK_FUNC (Results 1 – 3 of 3) sorted by relevance
27 using CALLBACK_FUNC = std::function<void(const napi_env, const napi_ref, pid_t threadId)>; variable
40 void RunCallback(CallbackContext* context, std::tuple<CallbackContext*, CALLBACK_FUNC, RELEASE_FUNC… in RunCallback() argument
113 using CALLBACK_FUNC = std::function<void(const napi_env, const napi_ref, pid_t threadId, variable