RunFunctionInThread 124 third_party/tcmalloc/chromium/src/tests/testutil.cc hThread[i] = CreateThread(NULL, 0, RunFunctionInThread, &fn, 0, &dummy); RunFunctionInThread 185 third_party/tcmalloc/chromium/src/tests/testutil.cc SAFE_PTHREAD(pthread_create(&thr, NULL, RunFunctionInThread, &fn)); RunFunctionInThread 192 third_party/tcmalloc/chromium/src/tests/testutil.cc SAFE_PTHREAD(pthread_create(&thr[i], NULL, RunFunctionInThread, &fn)); RunFunctionInThread 124 third_party/tcmalloc/vendor/src/tests/testutil.cc hThread[i] = CreateThread(NULL, 0, RunFunctionInThread, &fn, 0, &dummy); RunFunctionInThread 185 third_party/tcmalloc/vendor/src/tests/testutil.cc SAFE_PTHREAD(pthread_create(&thr, NULL, RunFunctionInThread, &fn)); RunFunctionInThread 192 third_party/tcmalloc/vendor/src/tests/testutil.cc SAFE_PTHREAD(pthread_create(&thr[i], NULL, RunFunctionInThread, &fn));