Lines Matching refs:AutoThreadTaskRunner
33 // The supplied AutoThreadTaskRunner will be used to join and delete the
35 static scoped_refptr<AutoThreadTaskRunner> CreateWithType(
37 scoped_refptr<AutoThreadTaskRunner> joiner,
39 static scoped_refptr<AutoThreadTaskRunner> Create(
41 scoped_refptr<AutoThreadTaskRunner> joiner);
47 static scoped_refptr<AutoThreadTaskRunner> CreateWithLoopAndComInitTypes(
49 scoped_refptr<AutoThreadTaskRunner> joiner,
61 // an AutoThreadTaskRunner through which tasks may be posted to the thread
70 scoped_refptr<AutoThreadTaskRunner> StartWithType(
80 AutoThread(const char* name, AutoThreadTaskRunner* joiner);
107 // AutoThreadTaskRunner to post a task to to join & delete this thread.
108 scoped_refptr<AutoThreadTaskRunner> joiner_;