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

Unified Diff: base/threading/platform_thread.h

Issue 6949009: Add support for real-time audio threads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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 | « no previous file | base/threading/platform_thread_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/threading/platform_thread.h
===================================================================
--- base/threading/platform_thread.h (revision 83935)
+++ base/threading/platform_thread.h (working copy)
@@ -91,6 +91,10 @@
// |thread_handle|.
static void Join(PlatformThreadHandle thread_handle);
+ // Enables time-contraint policy and priority suitable for low-latency,
+ // glitch-resistant audio.
+ static void EnableRealtimeAudioPerformance(PlatformThreadHandle handle);
Ken Russell (switch to Gerrit) 2011/05/09 22:28:14 An audio-specific method seems out of place in thi
+
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(PlatformThread);
};
« no previous file with comments | « no previous file | base/threading/platform_thread_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698