Class PThread
java.lang.Object
dev.pfaff.glass.pthread.PThread
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static MemorySegment
static MemorySegment
static int
pthread_threadid_np
(MemorySegment pthread_t)
-
Constructor Details
-
PThread
public PThread()
-
-
Method Details
-
pthread_self
-
pthread_threadid_np
- Parameters:
pthread_t
- may be null, in which case it is treated as though it were the result of callingpthread_self()
.
-
pthread_main_thread_np
-
pthread_main_np
public static boolean pthread_main_np()
-