Searched defs:DataContextForThreadSafe (Results 1 – 2 of 2) sorted by relevance
87 struct DataContextForThreadSafe { struct88 napi_ref& method;89 int state;90 std::shared_ptr<bool> isValid;91 NapiArgsGetter getter;92 std::function<bool()> checkCallbackValid;
542 struct DataContextForThreadSafe { struct543 napi_ref& callback;544 std::uint8_t* buffer;545 uint32_t length;546 int64_t pos;547 int32_t* result;548 std::condition_variable& dataSrcSyncCond;