Searched defs:DataContextForThreadSafe (Results 1 – 2 of 2) sorted by relevance
89 struct DataContextForThreadSafe { struct90 napi_ref& method;91 int state;92 std::shared_ptr<bool> isValid;93 NapiArgsGetter getter;94 std::function<bool()> checkCallbackValid;
546 struct DataContextForThreadSafe { struct547 napi_ref& callback;548 std::uint8_t* buffer;549 uint32_t length;550 int64_t pos;551 int32_t* result;552 std::condition_variable& dataSrcSyncCond;