Reentrant mutex

In computer science, the reentrant mutex (also known as a recursive mutex or recursive lock) is a synchronization primitive that may be locked multiple times by the same thread without causing a deadlock. While a thread that attempts to lock a standard (non-reentrant) mutex that it already holds would block indefinitely, this operation succeeds on a reentrant mutex.

Source: Wikipedia — Reentrant mutex (CC BY-SA 4.0)

Reentrant mutex

In computer science, the reentrant mutex (also known as a recursive mutex or recursive lock) is a synchronization primitive that may be locked multiple times by the same thread without causing a deadlock. While a thread that attempts to lock a standard (non-reentrant) mutex that it already holds would block indefinitely, this operation succeeds on a reentrant mutex.

This neuron ends here.

Source: Wikipedia "Reentrant mutex" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy