- java.lang.Object
-
- de.ibapl.jnhw.common.memory.AbstractNativeMemory
-
- de.ibapl.jnhw.common.memory.OpaqueMemory32
-
- de.ibapl.jnhw.common.memory.Struct32
-
- de.ibapl.jnhw.posix.Pthread.Pthread_attr_t
-
- All Implemented Interfaces:
Native
- Enclosing class:
- Pthread
public static final class Pthread.Pthread_attr_t extends Struct32
POSIX:typedef pthread_attr_t.- Author:
- aploese
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.ibapl.jnhw.common.memory.OpaqueMemory32
OpaqueMemory32.OpaqueMemory32Producer<T extends OpaqueMemory32,P extends AbstractNativeMemory>
-
Nested classes/interfaces inherited from class de.ibapl.jnhw.common.memory.AbstractNativeMemory
AbstractNativeMemory.NativeMemoryAlignment
-
-
Field Summary
-
Fields inherited from class de.ibapl.jnhw.common.memory.OpaqueMemory32
sizeInBytes
-
Fields inherited from class de.ibapl.jnhw.common.memory.AbstractNativeMemory
baseAddress, LOG, memoryOwner
-
-
Constructor Summary
Constructors Constructor Description Pthread_attr_t()Pthread_attr_t(NativeAddressHolder baseAddress)Pthread_attr_t(OpaqueMemory32 owner, int offset)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intalignof()static intsizeof()Get the real size of struct pthread_attr_t natively.-
Methods inherited from class de.ibapl.jnhw.common.memory.Struct32
getBaseDataType, nativeToHexString
-
Methods inherited from class de.ibapl.jnhw.common.memory.OpaqueMemory32
calcNextOffset, clear, copy, copy, equals, getByte, hashCode, memset, nativeToString, nativeToString, offsetof, printMemory, printMemory, setByte, toBytes, toString
-
Methods inherited from class de.ibapl.jnhw.common.memory.AbstractNativeMemory
ENOMEM, isSameAddress
-
-
-
-
Constructor Detail
-
Pthread_attr_t
public Pthread_attr_t()
-
Pthread_attr_t
public Pthread_attr_t(OpaqueMemory32 owner, int offset)
-
Pthread_attr_t
public Pthread_attr_t(NativeAddressHolder baseAddress)
-
-