Lines Matching refs:ThreadWithParam
1027 ThreadWithParam<int*> thread(&AddTwo, &i, NULL);1093 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType;1119 ThreadWithParam<T> thread(func, param, NULL);1212 ThreadWithParam<ThreadParam> thread(