ManualResetEvent
E697517
ManualResetEvent is a .NET synchronization primitive that allows threads to wait until a signal is set and remains signaled until it is manually reset.
All labels observed (1)
| Label | Occurrences |
|---|---|
| ManualResetEvent canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T7897481 — 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: ManualResetEvent Context triple: [System.Threading, containsType, ManualResetEvent]
-
A.
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.
-
B.
Jakarta Concurrency
Jakarta Concurrency is a Jakarta EE specification that defines standardized APIs and mechanisms for managing asynchronous and parallel execution in enterprise Java applications.
-
C.
Open Multi-Processing
Open Multi-Processing is an application programming interface that supports multi-platform shared-memory parallel programming in C, C++, and Fortran.
-
D.
Extended Events
Extended Events is a lightweight, highly scalable event-handling and monitoring framework in SQL Server used for performance troubleshooting and diagnostics.
-
E.
AnyCancellable
AnyCancellable is a type in Apple’s Combine framework that represents a token you can store and use to cancel an active subscription to a publisher.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: ManualResetEvent Target entity description: ManualResetEvent is a .NET synchronization primitive that allows threads to wait until a signal is set and remains signaled until it is manually reset.
-
A.
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.
-
B.
Jakarta Concurrency
Jakarta Concurrency is a Jakarta EE specification that defines standardized APIs and mechanisms for managing asynchronous and parallel execution in enterprise Java applications.
-
C.
Open Multi-Processing
Open Multi-Processing is an application programming interface that supports multi-platform shared-memory parallel programming in C, C++, and Fortran.
-
D.
Extended Events
Extended Events is a lightweight, highly scalable event-handling and monitoring framework in SQL Server used for performance troubleshooting and diagnostics.
-
E.
AnyCancellable
AnyCancellable is a type in Apple’s Combine framework that represents a token you can store and use to cancel an active subscription to a publisher.
- F. None of above. chosen
Statements (51)
| Predicate | Object |
|---|---|
| instanceOf |
.NET synchronization primitive
ⓘ
class ⓘ wait handle ⓘ |
| assembly |
System.Threading.dll
NERFINISHED
ⓘ
mscorlib.dll NERFINISHED ⓘ |
| canReleaseMultipleThreads | true ⓘ |
| category |
concurrency control
ⓘ
thread synchronization primitive ⓘ |
| contrastedWith | AutoResetEvent NERFINISHED ⓘ |
| defaultState | nonsignaled unless initialState is true ⓘ |
| definedIn | System.Threading namespace NERFINISHED ⓘ |
| differenceFromAutoResetEvent | does not automatically return to nonsignaled after releasing a single waiter ⓘ |
| hasBaseProperty | Handle ⓘ |
| hasConstructor | ManualResetEvent(bool initialState) NERFINISHED ⓘ |
| hasMethod |
Close()
ⓘ
Dispose() ⓘ Reset() ⓘ Set() ⓘ WaitOne() ⓘ WaitOne(TimeSpan timeout) ⓘ WaitOne(int millisecondsTimeout) ⓘ |
| hasProperty | SafeWaitHandle NERFINISHED ⓘ |
| inheritsFrom | EventWaitHandle NERFINISHED ⓘ |
| introducedIn | .NET Framework 1.0 NERFINISHED ⓘ |
| isAutoReset | false ⓘ |
| isManualReset | true ⓘ |
| isSignaledStatePersistent | true ⓘ |
| languageBinding |
C#
NERFINISHED
ⓘ
F# NERFINISHED ⓘ VB.NET NERFINISHED ⓘ |
| partOf |
.NET (5+) runtime
ⓘ
.NET Core NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ |
| platform |
Linux
ⓘ
Windows ⓘ macOS ⓘ |
| relatedType |
AutoResetEvent
NERFINISHED
ⓘ
CountdownEvent NERFINISHED ⓘ ManualResetEventSlim NERFINISHED ⓘ Mutex NERFINISHED ⓘ Semaphore ⓘ |
| requiresManualReset | true ⓘ |
| resetMode | manual ⓘ |
| supportsMultipleWaiters | true ⓘ |
| threadingModel | multithreaded synchronization ⓘ |
| threadSafe | true ⓘ |
| usagePattern |
multiple threads wait until signaled
ⓘ
signal remains set until Reset is called ⓘ |
| usedFor |
blocking threads until an event occurs
ⓘ
one-to-many signaling ⓘ thread coordination ⓘ |
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: ManualResetEvent Description of subject: ManualResetEvent is a .NET synchronization primitive that allows threads to wait until a signal is set and remains signaled until it is manually reset.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.