Class: WindowsCriticalSection
"A Windows critical section is a Windows object that provides synchronization similar to that provided by a mutex object, except that a critical section can be used only by the threads of a single process. Critical section objects cannot be shared across processes. Event, mutex, and semaphore objects can also be used in a single-process application, but critical section objects provide a slightly faster, more efficient mechanism for mutual-exclusion synchronization (a processor-specific test and set instruction). Like a mutex object, a critical section object can be owned by only one thread at a time, which makes it useful for protecting a shared resource from simultaneous access. Unlike a mutex object, there is no way to tell whether a critical section has been abandoned. [based on https://docs.microsoft.com/en-us/windows/win32/sync/critical-section-objects]"
URI: master:WindowsCriticalSection
Inheritance
- Thing
- CoItem
- ObservableObject [ Observable]
- WindowsCriticalSection
 
 
 - ObservableObject [ Observable]
 
 - CoItem
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| hasChanged | 0..1  BooleanType  | 
ObservableObject | |
| state | 0..1  String  | 
the particular condition that someone or something is in at a specific time | ObservableObject | 
| itemOf | 0..1  Bag  | 
The link to a bag in which the item is member | CoItem | 
| createdBy | 0..1  String  | 
The identity that created a characterization of a concept | UcoObject | 
| description | 0..*  String  | 
A human-readable description of an entity | UcoObject | 
| externalReference | 0..*  String  | 
Specifies a reference to a resource outside of the UCO | UcoObject | 
| hasFacet | 0..*  String  | 
Further sets of properties characterizing a concept based on the particular c... | UcoObject | 
| modifiedTime | 0..*  Datetime  | 
Specifies the time that this particular version of the object was modified | UcoObject | 
| name | 0..1  String  | 
The name of a particular concept characterization | UcoObject | 
| objectMarking | 0..*  MarkingDefinitionAbstraction  | 
Marking definitions to be applied to a particular concept characterization in... | UcoObject | 
| objectCreatedTime | 0..1  Datetime  | 
The time at which a characterization of a concept is created | UcoObject | 
| specVersion | 0..1  String  | 
The version of UCO ontology or subontology specification used to characterize... | UcoObject | 
| tag | 0..*  String  | 
A generic tag/label | UcoObject | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:WindowsCriticalSection | 
| native | master:WindowsCriticalSection | 
LinkML Source
Direct
name: WindowsCriticalSection
description: '"A Windows critical section is a Windows object that provides synchronization
  similar to that provided by a mutex object, except that a critical section can be
  used only by the threads of a single process. Critical section objects cannot be
  shared across processes. Event, mutex, and semaphore objects can also be used in
  a single-process application, but critical section objects provide a slightly faster,
  more efficient mechanism for mutual-exclusion synchronization (a processor-specific
  test and set instruction). Like a mutex object, a critical section object can be
  owned by only one thread at a time, which makes it useful for protecting a shared
  resource from simultaneous access. Unlike a mutex object, there is no way to tell
  whether a critical section has been abandoned. [based on https://docs.microsoft.com/en-us/windows/win32/sync/critical-section-objects]"'
in_subset:
- microsoft
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: ObservableObject
Induced
name: WindowsCriticalSection
description: '"A Windows critical section is a Windows object that provides synchronization
  similar to that provided by a mutex object, except that a critical section can be
  used only by the threads of a single process. Critical section objects cannot be
  shared across processes. Event, mutex, and semaphore objects can also be used in
  a single-process application, but critical section objects provide a slightly faster,
  more efficient mechanism for mutual-exclusion synchronization (a processor-specific
  test and set instruction). Like a mutex object, a critical section object can be
  owned by only one thread at a time, which makes it useful for protecting a shared
  resource from simultaneous access. Unlike a mutex object, there is no way to tell
  whether a critical section has been abandoned. [based on https://docs.microsoft.com/en-us/windows/win32/sync/critical-section-objects]"'
in_subset:
- microsoft
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: ObservableObject
attributes:
  hasChanged:
    name: hasChanged
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: hasChanged
    owner: WindowsCriticalSection
    domain_of:
    - ObservableObject
    range: boolean type
  state:
    name: state
    description: the particular condition that someone or something is in at a specific
      time.
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - NCIT:C2568
    rank: 1000
    alias: state
    owner: WindowsCriticalSection
    domain_of:
    - ObservableObject
    range: string
  itemOf:
    name: itemOf
    description: The link to a bag in which the item is member.
    from_schema: https://w3id.org/lmodel/uco-master
    aliases:
    - is item of
    exact_mappings:
    - co:itemOf
    rank: 1000
    domain: CoItem
    alias: itemOf
    owner: WindowsCriticalSection
    domain_of:
    - CoItem
    inverse: item
    range: Bag
  createdBy:
    name: createdBy
    description: The identity that created a characterization of a concept.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    domain: IdentityAbstraction
    alias: createdBy
    owner: WindowsCriticalSection
    domain_of:
    - UcoObject
    range: string
    maximum_cardinality: 0
  description:
    name: description
    description: A human-readable description of an entity
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    slot_uri: dcterms:description
    multivalued: true
    alias: description
    owner: WindowsCriticalSection
    domain_of:
    - UcoObject
    range: string
  externalReference:
    name: externalReference
    description: Specifies a reference to a resource outside of the UCO.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    domain: ExternalReference
    multivalued: true
    alias: externalReference
    owner: WindowsCriticalSection
    domain_of:
    - UcoObject
    range: string
    required: false
    minimum_cardinality: 0
  hasFacet:
    name: hasFacet
    description: Further sets of properties characterizing a concept based on the
      particular context of the class and of the particular instance of the concept
      being characterized.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    domain: Facet
    multivalued: true
    alias: hasFacet
    owner: WindowsCriticalSection
    domain_of:
    - UcoObject
    range: string
  modifiedTime:
    name: modifiedTime
    description: Specifies the time that this particular version of the object was
      modified. The object creator can use the time it deems most appropriate as the
      time this version of the object was modified. The value of the modified property
      for a given object version MUST be later than or equal to the value of the created
      property. Object creators MUST update the modified property when creating a
      new version of an object. The modified timestamp MUST be precise to the nearest
      millisecond (exactly three digits after the decimal place in seconds).
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: modifiedTime
    owner: WindowsCriticalSection
    domain_of:
    - UcoObject
    - AccountFacet
    - BrowserBookmarkFacet
    - CalendarEntryFacet
    - EmailMessageFacet
    - FileFacet
    - NoteFacet
    - WindowsRegistrykeyFacet
    range: datetime
  name:
    name: name
    description: The name of a particular concept characterization.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    slot_uri: rdfs:label
    alias: name
    owner: WindowsCriticalSection
    domain_of:
    - UcoObject
    - AlternateDataStreamFacet
    - EnvironmentVariable
    - OnlineServiceFacet
    - ProfileFacet
    - WindowsPESection
    - WindowsRegistryValue
    range: string
    maximum_cardinality: 1
  objectMarking:
    name: objectMarking
    description: Marking definitions to be applied to a particular concept characterization
      in its entirety.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: objectMarking
    owner: WindowsCriticalSection
    domain_of:
    - UcoObject
    range: MarkingDefinitionAbstraction
  objectCreatedTime:
    name: objectCreatedTime
    description: The time at which a characterization of a concept is created. This
      time pertains to the time of creating the record object, and is not an intrinsic
      characteristic of the concept.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: objectCreatedTime
    owner: WindowsCriticalSection
    domain_of:
    - UcoObject
    range: datetime
    maximum_cardinality: 1
  specVersion:
    name: specVersion
    description: The version of UCO ontology or subontology specification used to
      characterize a concept.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: specVersion
    owner: WindowsCriticalSection
    domain_of:
    - UcoObject
    range: string
    maximum_cardinality: 1
  tag:
    name: tag
    description: A generic tag/label.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: tag
    owner: WindowsCriticalSection
    domain_of:
    - UcoObject
    range: string