EventWaitHandle
E697519
EventWaitHandle is a .NET synchronization primitive that allows threads or processes to signal and wait for events, coordinating execution flow in concurrent applications.
All labels observed (1)
| Label | Occurrences |
|---|---|
| EventWaitHandle canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T7897484 — 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.
Target entity: EventWaitHandle Context triple: [System.Threading, containsType, EventWaitHandle]
-
A.
System.Threading
System.Threading is a .NET namespace that provides types and APIs for working with threads, tasks, synchronization, and concurrent programming.
-
B.
Waits
Waits is the surname of American singer-songwriter, composer, and actor Tom Waits, known for his distinctive gravelly voice and eclectic, experimental style.
-
C.
WinRT
WinRT (Windows Runtime) is Microsoft’s modern application platform and API surface that underpins Windows Store and Universal Windows Platform (UWP) apps, enabling language projections across multiple programming languages.
-
D.
Wait
Wait is a given name historically used in English-speaking contexts, notably in early colonial America.
-
E.
Wait
"Wait" is a song by the Beatles, featured on their 1965 album Rubber Soul.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: EventWaitHandle Target entity description: EventWaitHandle is a .NET synchronization primitive that allows threads or processes to signal and wait for events, coordinating execution flow in concurrent applications.
-
A.
System.Threading
System.Threading is a .NET namespace that provides types and APIs for working with threads, tasks, synchronization, and concurrent programming.
-
B.
Waits
Waits is the surname of American singer-songwriter, composer, and actor Tom Waits, known for his distinctive gravelly voice and eclectic, experimental style.
-
C.
WinRT
WinRT (Windows Runtime) is Microsoft’s modern application platform and API surface that underpins Windows Store and Universal Windows Platform (UWP) apps, enabling language projections across multiple programming languages.
-
D.
Wait
Wait is a given name historically used in English-speaking contexts, notably in early colonial America.
-
E.
Wait
"Wait" is a song by the Beatles, featured on their 1965 album Rubber Soul.
- F. None of above. chosen
Statements (48)
| Predicate | Object |
|---|---|
| instanceOf |
.NET class
ⓘ
synchronization primitive ⓘ |
| canBeGlobal | true ⓘ |
| canBeLocal | true ⓘ |
| canBeNamed | true ⓘ |
| canBeUsedFor |
process synchronization
ⓘ
thread synchronization ⓘ |
| canCause | deadlock if misused ⓘ |
| definedInAssembly |
System.Runtime
NERFINISHED
ⓘ
mscorlib NERFINISHED ⓘ |
| definedInNamespace | System.Threading NERFINISHED ⓘ |
| documentationUrl | https://learn.microsoft.com/dotnet/api/system.threading.eventwaithandle ⓘ |
| hasConstructor |
EventWaitHandle(bool initialState, EventResetMode mode)
ⓘ
EventWaitHandle(bool initialState, EventResetMode mode, string name) ⓘ EventWaitHandle(bool initialState, EventResetMode mode, string name, out bool createdNew) NERFINISHED ⓘ EventWaitHandle(bool initialState, EventResetMode mode, string name, out bool createdNew, EventWaitHandleSecurity eventSecurity) ⓘ |
| hasMethod |
Reset()
ⓘ
Set() ⓘ WaitOne() ⓘ WaitOne(TimeSpan timeout) ⓘ WaitOne(TimeSpan timeout, bool exitContext) ⓘ WaitOne(int millisecondsTimeout) ⓘ WaitOne(int millisecondsTimeout, bool exitContext) ⓘ |
| hasProperty | SafeWaitHandle NERFINISHED ⓘ |
| hasStaticMethod |
OpenExisting(string name)
ⓘ
ResetEvent(string name) ⓘ TryOpenExisting(string name, out EventWaitHandle result) ⓘ |
| inheritsFrom | WaitHandle ⓘ |
| introducedIn | .NET Framework 2.0 NERFINISHED ⓘ |
| isAbstract | false ⓘ |
| isResetBy | Reset() ⓘ |
| isSealed | false ⓘ |
| isSignaledBy | Set() ⓘ |
| isThreadSafe | true ⓘ |
| platform |
.NET 5+
NERFINISHED
ⓘ
.NET Core NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ |
| relatedTo |
AutoResetEvent
NERFINISHED
ⓘ
ManualResetEvent NERFINISHED ⓘ Mutex NERFINISHED ⓘ Semaphore ⓘ |
| supports |
auto reset events
ⓘ
manual reset events ⓘ |
| supportsSecurity | EventWaitHandleSecurity NERFINISHED ⓘ |
| usedTo |
coordinate execution flow in concurrent applications
ⓘ
signal events between threads ⓘ |
| usesEnum | EventResetMode NERFINISHED ⓘ |
| waitsArePerformedBy | WaitOne() ⓘ |
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.
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.
Subject: EventWaitHandle Description of subject: EventWaitHandle is a .NET synchronization primitive that allows threads or processes to signal and wait for events, coordinating execution flow in concurrent applications.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.