Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_threadsafe_napi.cpp70 TsFnHint* tsFnInfo = static_cast<TsFnHint*>(hint); in DataSourceThread() local
71 if (tsFnInfo != &tsinfo) { in DataSourceThread()
75 if (tsFnInfo->startSecondary) { in DataSourceThread()
83 … auto status = napi_call_threadsafe_function(tsfun, &transmitData[index], tsFnInfo->blockOnFull); in DataSourceThread()