From bfe9e3dd987844fb9cd138009365414382adbbf5 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Fri, 31 Jul 2015 14:06:17 -0700 Subject: [PATCH] No std::recursive_timed_mutex and std::timed_mutex. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Summary: Do not use these if __ANDROID__ is defined as well. Reviewed By: @​yangchi Differential Revision: D2301782 --- folly/Synchronized.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/folly/Synchronized.h b/folly/Synchronized.h index 0bbe788f..55fd73c1 100644 --- a/folly/Synchronized.h +++ b/folly/Synchronized.h @@ -49,8 +49,9 @@ struct HasLockUnlock { enum { value = IsOneOf