Class Pthread.Pthread_attr_t

    • Constructor Detail

      • Pthread_attr_t

        public Pthread_attr_t()
      • Pthread_attr_t

        public Pthread_attr_t​(OpaqueMemory32 owner,
                              int offset)
    • Method Detail

      • sizeof

        @SizeOf
        public static int sizeof()
        Get the real size of struct pthread_attr_t natively.
        Returns:
        the native value sizeof(struct pthread_attr_t).
      • alignof

        @AlignOf
        public static int alignof()