NWThreadToNetWare (obsolete 9/2001)

Migrates an SMP thread managed by the SMP kernel to the NetWare kernel as a NetWare thread but is now obsolete

Local Servers:N/A
Remote Servers:N/A
Classification:4.x, 5.x, 6.x and above SMP
Service:Thread

Syntax

  #include <nwsmp.h>  
   
  void NWThreadToNetWare  (  
     void); 
  

Return Values

None

Remarks

NWThreadToNetWare takes a thread previously migrated to the SMP kernel, and puts it back on the NetWare kernel as a NetWare thread on the end of the run queue. A NetWare thread that calls NWThreadToNetWare will remain on the NetWare run queue.

NWThreadToNetWare is exported by THREADS.NLM of the CLib suite.

SMP threads are created by first creating a NetWare thread by calling BeginThread, BeginThreadGroup, or ScheduleWorkToDo and then migrating the thread to the SMP kernel by calling NWThreadToMP.

See Also

NWThreadToMP (obsolete 9/2001)