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.