Searched refs:g_threadDataContent3 (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/napi/sample/native_module_systemtest/ |
H A D | test_napi.cpp | 81 static int g_threadDataContent3 = 808; variable 148 …auto status = napi_call_threadsafe_function(threadData->tsfn, (void*)&g_threadDataContent3, napi_t… in NonBlockAndBlockNewChildThreadMuti() 154 …napi_call_threadsafe_function(threadData->tsfn, (void*)&g_threadDataContent3, napi_tsfn_nonblockin… in NonBlockAndBlockNewChildThreadMuti() 6323 status = napi_call_threadsafe_function(tsFunc, &g_threadDataContent3, napi_tsfn_blocking); 6328 … status = napi_call_threadsafe_function(tsFunc, &g_threadDataContent3, napi_tsfn_nonblocking); 6385 status = napi_call_threadsafe_function(tsFunc, &g_threadDataContent3, napi_tsfn_blocking); 6390 … status = napi_call_threadsafe_function(tsFunc, &g_threadDataContent3, napi_tsfn_nonblocking);
|