Lines Matching defs:ts_fn
306 ThreadSafeFunction* ts_fn = this;
320 ThreadSafeFunction* ts_fn =
323 delete ts_fn;
328 ts_fn = nullptr;
331 delete ts_fn;
448 ThreadSafeFunction* ts_fn =
451 ts_fn->Finalize();
490 ThreadSafeFunction* ts_fn =
492 ts_fn->Dispatch();
1341 v8impl::ThreadSafeFunction* ts_fn =
1353 if (ts_fn == nullptr) {
1356 // Init deletes ts_fn upon failure.
1357 status = ts_fn->Init();
1359 *result = reinterpret_cast<jsvm_threadsafe_function>(ts_fn);