Interface AixLibc

All Superinterfaces:
CLibrary, LibCAPI, Library, Reboot, Resource

public interface AixLibc extends CLibrary
C library. This class should be considered non-API as it may be removed if/when its code is incorporated into the JNA project.
  • Field Details

  • Method Details

    • thread_self

      int thread_self()
      Returns the caller's kernel thread ID.
      Returns:
      the caller's kernel thread ID.