mUPnP for C
|
Functions | |
mUpnpThreadList * | mupnp_threadlist_new () |
void | mupnp_threadlist_delete (mUpnpThreadList *threadList) |
bool | mupnp_threadlist_start (mUpnpThreadList *threadList) |
bool | mupnp_threadlist_stop (mUpnpThreadList *threadList) |
void mupnp_threadlist_delete | ( | mUpnpThreadList * | threadList | ) |
Destroy a thread list
threadList | The thread list in question |
mUpnpThreadList * mupnp_threadlist_new | ( | void | ) |
Create a new thread list
bool mupnp_threadlist_start | ( | mUpnpThreadList * | threadList | ) |
Start all threads in the thread list
threadList | The thread list in question |
bool mupnp_threadlist_stop | ( | mUpnpThreadList * | threadList | ) |
Stop all threads in the thread list
threadList | The thread list in question |