Matches in DBpedia 2015-10 for { <http://dbpedia.org/resource/Reentrant_mutex> ?p ?o }
Showing triples 1 to 39 of
39
with 100 triples per page.
- Reentrant_mutex abstract "In computer science, the reentrant mutex (recursive mutex, recursive lock) is particular type of mutual exclusion (mutex) device that may be locked multiple times by the same process/thread, without causing a deadlock.While any attempt to perform the "lock" operation on an ordinary mutex (lock) would either fail or block when the mutex is already locked, on a recursive mutex this operation will succeed if and only if the locking thread is the one that already holds the lock. Typically, a recursive mutex tracks the number of times it has been locked, and requires equally many unlock operations to be performed before other threads may lock it.".
- Reentrant_mutex wikiPageID "1580016".
- Reentrant_mutex wikiPageLength "5380".
- Reentrant_mutex wikiPageOutDegree "16".
- Reentrant_mutex wikiPageRevisionID "675609483".
- Reentrant_mutex wikiPageWikiLink Application_programming_interface.
- Reentrant_mutex wikiPageWikiLink Category:Concurrency_control.
- Reentrant_mutex wikiPageWikiLink Computer_science.
- Reentrant_mutex wikiPageWikiLink Condition_variable.
- Reentrant_mutex wikiPageWikiLink Deadlock.
- Reentrant_mutex wikiPageWikiLink If_and_only_if.
- Reentrant_mutex wikiPageWikiLink Java_(programming_language).
- Reentrant_mutex wikiPageWikiLink Monitor_(synchronization).
- Reentrant_mutex wikiPageWikiLink Mutual_exclusion.
- Reentrant_mutex wikiPageWikiLink Object_(computer_science).
- Reentrant_mutex wikiPageWikiLink Pseudocode.
- Reentrant_mutex wikiPageWikiLink Reentrancy_(computing).
- Reentrant_mutex wikiPageWikiLink Thread_(computing).
- Reentrant_mutex wikiPageWikiLink W._Richard_Stevens.
- Reentrant_mutex wikiPageWikiLinkText "Reentrant mutex".
- Reentrant_mutex wikiPageWikiLinkText "reentrant".
- Reentrant_mutex hasPhotoCollection Reentrant_mutex.
- Reentrant_mutex wikiPageUsesTemplate Template:Citation_needed.
- Reentrant_mutex wikiPageUsesTemplate Template:Mono.
- Reentrant_mutex wikiPageUsesTemplate Template:Reflist.
- Reentrant_mutex wikiPageUsesTemplate Template:Technical.
- Reentrant_mutex wikiPageUsesTemplate Template:Use_dmy_dates.
- Reentrant_mutex subject Category:Concurrency_control.
- Reentrant_mutex hypernym Type.
- Reentrant_mutex type Article.
- Reentrant_mutex type Article.
- Reentrant_mutex comment "In computer science, the reentrant mutex (recursive mutex, recursive lock) is particular type of mutual exclusion (mutex) device that may be locked multiple times by the same process/thread, without causing a deadlock.While any attempt to perform the "lock" operation on an ordinary mutex (lock) would either fail or block when the mutex is already locked, on a recursive mutex this operation will succeed if and only if the locking thread is the one that already holds the lock.".
- Reentrant_mutex label "Reentrant mutex".
- Reentrant_mutex sameAs Mutex_réentrant.
- Reentrant_mutex sameAs m.05d0m8.
- Reentrant_mutex sameAs Q7306944.
- Reentrant_mutex sameAs Q7306944.
- Reentrant_mutex wasDerivedFrom Reentrant_mutex?oldid=675609483.
- Reentrant_mutex isPrimaryTopicOf Reentrant_mutex.