SemysThreadStart

01 Starts a stopped thread.
02

void SemysThreadStart(HSemysThread thread);

03 Parameters:
  • thread: The thread to start.
04 By calling this function the thread run function will be called from the newly generated thread. Note that the run function may be executed even before this function returns.
05 This function has no effect if the thread is running.
06 Reference: SemysThreading.h
Implementation: Semys Library
See Also: Threading Sub-System, SemysThreadStop(), SemysThreadDestroy(), SemysThreadRun()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.