1 write to _threads
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderCursor.cs (1)
916_threads = new Task[cthd];
6 references to _threads
Microsoft.ML.Data (6)
DataLoadSave\Text\TextLoaderCursor.cs (6)
919for (int tid = 0; tid < _threads.Length; tid++) 921_threads[tid] = Utils.RunOnBackgroundThreadAsync(ThreadProc, tid); 929Task.WaitAll(_threads); 951Contracts.Assert(0 <= tid && tid < _threads.Length); 1032blk += _threads.Length; 1033iblk += _threads.Length;