[
https://issues.apache.org/jira/browse/GEODE-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15926710#comment-15926710
]
ASF subversion and git services commented on GEODE-2494:
--------------------------------------------------------
Commit 6f2952e76aecaa6e1c317bac9983fb74b9e64352 in geode-native's branch
refs/heads/feature/GEODE-2602 from Jacob Barrett
[ https://git-wip-us.apache.org/repos/asf?p=geode-native.git;h=6f2952e ]
Revert "GEODE-2494: Replace global statics with class scoped statics."
- Solaris Studio 12.5 has unknown issue with constexpr.
This reverts commit 3dd36d608a27696bba28f7b1dde6d8453f6217e2.
> Replace SpinLock class with C++11 style BasicLockable class, spinlock_mutex.
> ----------------------------------------------------------------------------
>
> Key: GEODE-2494
> URL: https://issues.apache.org/jira/browse/GEODE-2494
> Project: Geode
> Issue Type: Sub-task
> Components: native client
> Reporter: Jacob S. Barrett
> Assignee: Jacob S. Barrett
>
> Replace {{SpinLock}} class with C++11 style
> {{[BasicLockable|http://en.cppreference.com/w/cpp/concept/BasicLockable]}}
> class, {{spinlock_mutex}}. You can find several public domain examples of how
> to implement a {{spinlock_mutex}} that can be used with
> {{[std::lock_guard|http://en.cppreference.com/w/cpp/thread/lock_guard]}}.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)