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
#include <nwsmp.h>
void NWThreadToNetWare (
void);
None
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.