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)
919
for (int tid = 0; tid <
_threads
.Length; tid++)
921
_threads
[tid] = Utils.RunOnBackgroundThreadAsync(ThreadProc, tid);
929
Task.WaitAll(
_threads
);
951
Contracts.Assert(0 <= tid && tid <
_threads
.Length);
1032
blk +=
_threads
.Length;
1033
iblk +=
_threads
.Length;