Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Unified Diff: webrtc/base/thread.h

Issue 2784483002: Add Darwin thread.h implementation. (Closed)
Patch Set: Make ThreadInit private to rtc::Thread Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/base/scoped_autorelease_pool.mm ('k') | webrtc/base/thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/thread.h
diff --git a/webrtc/base/thread.h b/webrtc/base/thread.h
index 5751df385cc5d1acd43f8b153d3af0720ceb7a6f..398063d263b14b3a24a029a2d447e68eb709403e 100644
--- a/webrtc/base/thread.h
+++ b/webrtc/base/thread.h
@@ -238,6 +238,11 @@ class LOCKABLE Thread : public MessageQueue {
friend class ScopedDisallowBlockingCalls;
private:
+ struct ThreadInit {
+ Thread* thread;
+ Runnable* runnable;
+ };
+
#if defined(WEBRTC_WIN)
static DWORD WINAPI PreRun(LPVOID context);
#else
« no previous file with comments | « webrtc/base/scoped_autorelease_pool.mm ('k') | webrtc/base/thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698