NXThreadUnbind

Unbinds the calling thread from a CPU.

Library:LibC
Classification:NKS
Service:Threads

Syntax

  #include <nks/thread.h> 
   
  int NXThreadUnbind ( void );
  

Return Values

If successful, returns 0; otherwise, returns a nonzero error code:

Decimal

Hex

Constant

Description

9

0x09

NX_EINVAL

The calling thread was not bound to a CPU.

See Also