Skip to content
Snippets Groups Projects
Commit a30a6263 authored by Greg Kaiser's avatar Greg Kaiser Committed by Android (Google) Code Review
Browse files

Merge "Mutex: Note that STL is generally prefered" into nyc-dev

parents 402fb79d d62698d4
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,10 @@ namespace android {
class Condition;
/*
* NOTE: This class is for code that builds on Win32. Its usage is
* deprecated for code which doesn't build for Win32. New code which
* doesn't build for Win32 should use std::mutex and std::lock_guard instead.
*
* Simple mutex class. The implementation is system-dependent.
*
* The mutex must be unlocked by the thread that locked it. They are not
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment