You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Swapnil Bawaskar (JIRA)" <ji...@apache.org> on 2017/10/12 07:27:19 UTC

[jira] [Updated] (GEODE-2494) Replace SpinLock class with C++11 style BasicLockable class, spinlock_mutex.

     [ https://issues.apache.org/jira/browse/GEODE-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Swapnil Bawaskar updated GEODE-2494:
------------------------------------
    Fix Version/s: 1.3.0

> 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
>             Fix For: 1.3.0
>
>
> 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.4.14#64029)