Searched refs:testDataB (Results 1 – 1 of 1) sorted by relevance
624 char *testDataB = (char *)malloc(DATA_LENGTH); in CallThreadSafeWithSamePriorityTest() local625 memset_s(testDataB, DATA_LENGTH, 0, DATA_LENGTH); in CallThreadSafeWithSamePriorityTest()626 strcpy_s(testDataB, DATA_LENGTH, "hello world from B"); in CallThreadSafeWithSamePriorityTest()637 status = napi_call_threadsafe_function_with_priority(callbackData->tsfn, testDataB, in CallThreadSafeWithSamePriorityTest()