| silcthread.html
 SILC Thread Interface
 Header: silcthread.h
 
 DESCRIPTION
 
 Interface for SILC Thread implementation. This is platform independent
 interface of threads for applications that need concurrent execution
 with the application's main thread. The threads created with this
 interface executes concurrently with the calling thread.
SilcThread
SilcThreadStart
silc_thread_create
silc_thread_exit
silc_thread_self
silc_thread_wait
silc_thread_yield 
 
 
 
 |