Skip to content

Support inter-process named mutexes in managed Mutex implementation #48720

@CoffeeFlux

Description

@CoffeeFlux

Update in-process named mutexes are now implemented since #55199 For WebAssembly and ios/Android this is sufficient.

We may still want to implement inter-process named mutex emulation using a mechanism similar to https://github.com/dotnet/runtime/blob/main/src/coreclr/pal/src/include/pal/mutex.hpp

As discussed in #55199 (comment) the approach would be to cherrypick the support from the CoreCLR PAL into a src/libraries PAL implementation.


Original
Some tests rely on this behavior, and so now with Mono migrating implementations they are temporarily disabled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-System.Threadingin-prThere is an active PR which will close this issue when it is merged

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions