Class PThread

java.lang.Object
dev.pfaff.glass.posix.PThread

public final class PThread extends Object
  • Constructor Details

    • PThread

      public PThread()
  • Method Details

    • pthread_self

      public static MemorySegment pthread_self()
    • pthread_threadid_np

      public static int pthread_threadid_np(MemorySegment pthread_t)
      Parameters:
      pthread_t - may be null, in which case it is treated as though it were the result of calling pthread_self().
    • pthread_main_thread_np

      public static MemorySegment pthread_main_thread_np()
    • pthread_main_np

      public static boolean pthread_main_np()