Kaydet (Commit) e4b993e9 authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Stephan Bergmann

What is a "thread-local" mutex?

Change-Id: Idb0ca4bcefea4c1927e8238d3371c9044103239f
Reviewed-on: https://gerrit.libreoffice.org/6651Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
Tested-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst f4bda9b6
......@@ -32,7 +32,7 @@ extern "C" {
struct _oslMutexImpl;
typedef struct _oslMutexImpl * oslMutex;
/** Create a thread-local mutex.
/** Create a mutex.
@return 0 if the mutex could not be created, otherwise a handle to the mutex.
*/
SAL_DLLPUBLIC oslMutex SAL_CALL osl_createMutex(void);
......
......@@ -32,7 +32,7 @@ namespace osl
class SAL_WARN_UNUSED Mutex {
public:
/** Create a thread-local mutex.
/** Create a mutex.
@return 0 if the mutex could not be created, otherwise a handle to the mutex.
@see ::osl_createMutex()
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment