HomeSort by relevance Sort by last modified time
    Searched refs:RunFunctionInThread (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
testutil.cc 109 DWORD WINAPI RunFunctionInThread(LPVOID ptr_to_ptr_to_fn) {
124 hThread[i] = CreateThread(NULL, 0, RunFunctionInThread, &fn, 0, &dummy);
166 static void* RunFunctionInThread(void *ptr_to_ptr_to_fn) {
185 SAFE_PTHREAD(pthread_create(&thr, NULL, RunFunctionInThread, &fn));
192 SAFE_PTHREAD(pthread_create(&thr[i], NULL, RunFunctionInThread, &fn));
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
testutil.cc 109 DWORD WINAPI RunFunctionInThread(LPVOID ptr_to_ptr_to_fn) {
124 hThread[i] = CreateThread(NULL, 0, RunFunctionInThread, &fn, 0, &dummy);
166 static void* RunFunctionInThread(void *ptr_to_ptr_to_fn) {
185 SAFE_PTHREAD(pthread_create(&thr, NULL, RunFunctionInThread, &fn));
192 SAFE_PTHREAD(pthread_create(&thr[i], NULL, RunFunctionInThread, &fn));

Completed in 57 milliseconds