NWThreadToMP (obsolete 9/2001)
Migrates a NetWare thread from the Netware kernel to the SMP kernel but is now obsolete
#include <nwsmp.h>
void NWThreadToMP (
void);
None
NWThreadToMP takes the currently running thread that was created by BeginThread, BeginThreadGroup, or ScheduleWorkToDo and migrates it to the SMP kernel. The SMP kernel then owns the thread scheduling and state context switches for that thread.
A thread migrated to the SMP kernel is still capable of having a CLib context. You can use the same CLib context functions to manipulate the CLib context.
Should an SMP thread call NWThreadToMP, the thread remains an SMP thread.
NWThreadToMP is exported by THREADS.NLM of the CLib suite.