Skip to main content

Module resource_type

Module resource_type 

Source
Expand description

Resource types for use within crate::ResourceAttributes.

Constantsยง

GENERIC_HANDLE
A handle to a generic resource.
GENERIC_POINTER
A pointer to a generic resource.
GENERIC_THREAD_NATIVE
A handle to a native thread.
GENERIC_THREAD_POSIX
A handle to a posix thread.
PTHREAD_BARRIER
A pthread barrier resource.
PTHREAD_CONDITION
A pthread condition variable resource.
PTHREAD_MUTEX
A pthread mutex resource.
PTHREAD_ONCE
A pthread oncelock resource.
PTHREAD_RWLOCK
A pthread rwlock resource.
PTHREAD_SPINLOCK
A pthread spinlock resource.
UNKNOWN
An unknown resource type.