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

  /external/clang/tools/c-arcmt-test/
c-arcmt-test.c 97 void thread_runner(void *client_data_v) { function
127 clang_executeOnThread(thread_runner, &client_data, 0);
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
incident_reporting_service.cc 185 // Runs |callback| on the thread to which |thread_runner| belongs. The callback
186 // is run immediately if this function is called on |thread_runner|'s thread.
189 scoped_refptr<base::SingleThreadTaskRunner> thread_runner,
191 if (thread_runner->BelongsToCurrentThread())
194 thread_runner->PostTask(FROM_HERE,
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 4116 void thread_runner(void *client_data_v) { function
    [all...]

Completed in 540 milliseconds