getnativethread

Returns the thread of the current process.

Library:LibC
Service:Library

Syntax

  #include <library.h> 
   
  void *getnativethread ( void );
  

Return Values

If successful, returns a pointer to the thread ID of the current process. Otherwise, returns NULL.

See Also