Interlocked
E697520
Interlocked is a .NET threading utility class that provides atomic operations for safely manipulating shared variables across multiple threads.
All labels observed (1)
| Label | Occurrences |
|---|---|
| Interlocked canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T7897489 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
NED1
Entity disambiguation (via context triple)
gpt-5-mini-2025-08-07
Target entity: Interlocked Context triple: [System.Threading, containsType, Interlocked]
-
A.
Overload
"Overload" is a song featured on the album "All I Want Is You."
-
B.
Overload
"Overload" is a song by the Christian rock band Darkness and Light, likely featuring their characteristic blend of heavy guitar-driven sound and spiritually themed lyrics.
-
C.
The Unlocking
"The Unlocking" is a song by hip hop band The Roots from their influential 1995 album *Do You Want More?!!!??!* that showcases their jazz-rap style and live-instrumentation approach.
-
D.
Unstoppable
Unstoppable is a South Korean action thriller film centered on a former gangster who relentlessly hunts down the criminals who have kidnapped his wife.
-
E.
The Exception
"The Exception" is a 2016 World War II romantic thriller film in which a German officer is sent to investigate exiled Kaiser Wilhelm II and becomes entangled with a mysterious Dutch maid.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
NED2
Entity disambiguation (via description)
gpt-5-mini-2025-08-07
Target entity: Interlocked Target entity description: Interlocked is a .NET threading utility class that provides atomic operations for safely manipulating shared variables across multiple threads.
-
A.
Overload
"Overload" is a song featured on the album "All I Want Is You."
-
B.
Overload
"Overload" is a song by the Christian rock band Darkness and Light, likely featuring their characteristic blend of heavy guitar-driven sound and spiritually themed lyrics.
-
C.
The Unlocking
"The Unlocking" is a song by hip hop band The Roots from their influential 1995 album *Do You Want More?!!!??!* that showcases their jazz-rap style and live-instrumentation approach.
-
D.
Unstoppable
Unstoppable is a South Korean action thriller film centered on a former gangster who relentlessly hunts down the criminals who have kidnapped his wife.
-
E.
The Exception
"The Exception" is a 2016 World War II romantic thriller film in which a German officer is sent to investigate exiled Kaiser Wilhelm II and becomes entangled with a mysterious Dutch maid.
- F. None of above. chosen
Statements (37)
| Predicate | Object |
|---|---|
| instanceOf |
.NET threading utility class
ⓘ
static class ⓘ |
| definedInNamespace | System.Threading NERFINISHED ⓘ |
| ensures | operations are not interrupted by other threads ⓘ |
| guarantees | atomic read-modify-write operations ⓘ |
| hasMethod |
Add
ⓘ
CompareExchange ⓘ Decrement ⓘ Exchange ⓘ ExchangeAdd ⓘ Increment ⓘ MemoryBarrier ⓘ Read ⓘ |
| isAvailableIn |
.NET 5+
NERFINISHED
ⓘ
.NET Core NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ |
| isStatic | true ⓘ |
| isThreadSafe | true ⓘ |
| languageSupport |
C#
NERFINISHED
ⓘ
F# NERFINISHED ⓘ VB.NET NERFINISHED ⓘ |
| partOf | .NET Base Class Library NERFINISHED ⓘ |
| prevents | race conditions on shared data ⓘ |
| provides | atomic operations ⓘ |
| reducesNeedFor | explicit locks ⓘ |
| requires | System.Threading namespace import in C# ⓘ |
| supports | multi-threaded programming ⓘ |
| supportsType |
Double
ⓘ
Int32 ⓘ Int64 ⓘ IntPtr ⓘ Object references ⓘ Single ⓘ |
| typicalUsage |
implementing lock-free algorithms
ⓘ
incrementing shared counters ⓘ updating shared flags atomically ⓘ |
| usedFor | thread-safe manipulation of shared variables ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
Instruction
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Input
Subject: Interlocked Description of subject: Interlocked is a .NET threading utility class that provides atomic operations for safely manipulating shared variables across multiple threads.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.