Lines Matching refs:ThreadWithParam
1034 ThreadWithParam<int*> thread(&AddTwo, &i, NULL);1111 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType;1137 ThreadWithParam<T> thread(func, param, NULL);1279 ThreadWithParam<ThreadParam> thread(