upipe-pthread/upipe_pthread_transfer.h header reference

Upipe module allowing to transfer other pipes to a new POSIX thread More

Header inclusion  

Members  

Types  

Description  

This is particularly helpful for multithreaded applications.

Members detail  

#define _UPIPE_MODULES_UPIPE_PTHREAD_TRANSFER_H_  

This macro is declared in upipe-pthread/upipe_pthread_transfer.h source file, line 32.

typedef struct upump_mgr *(*upipe_pthread_upump_mgr_alloc)(void )   

This typedef is declared in upipe-pthread/upipe_pthread_transfer.h source file, line 45.

This typedef represents the application call-back that is supposed to create the event loop in the new thread.

typedef void (*upipe_pthread_upump_mgr_free)(struct upump_mgr *)   

This typedef is declared in upipe-pthread/upipe_pthread_transfer.h source file, line 53.

This typedef represents the application call-back that is supposed to free the event loop in the new thread.

typedef void (*upipe_pthread_upump_mgr_work)(struct upump_mgr *)   

This typedef is declared in upipe-pthread/upipe_pthread_transfer.h source file, line 49.

This typedef represents the application call-back that is supposed to run the event loop in the new thread.

Valid XHTML 1.0 StrictGenerated by cmassiot on Thu Nov 6 12:15:28 2014 using MkDoc