https://bugs.documentfoundation.org/show_bug.cgi?id=148852

            Bug ID: 148852
           Summary: Convert CCharacterData to use std::mutex
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]

Description:
CCharacterData currently used osl::Mutex (which is a recursive mutex) but looks
like
it could use std::mutex (which is not recurisve, and hence more efficient).

This requires tracing the call paths a little to make sure that after taking
the mutex we don't try and take it again

Steps to Reproduce:
  This requires tracing the call paths a little to make sure that after taking
the mutex we don't try and take it again

Actual Results:
x

Expected Results:
x


Reproducible: Always


User Profile Reset: No



Additional Info:
x

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to