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); |
}; |