upipe-pthread/umutex_pthread.h header reference

Upipe umutex implementation using pthread More

Header inclusion  

Members  

Function  

Description  

Upipe umutex implementation using pthread

Members detail  

#define _UPIPE_PTHREAD_UMUTEX_PTHREAD_H_  

This macro is declared in upipe-pthread/umutex_pthread.h source file, line 31.

struct umutex * umutex_pthread_alloc(const pthread_mutexattr_t *mutexattr)  

This function is declared in upipe-pthread/umutex_pthread.h source file, line 46.

This function allocates a new umutex structure using pthread primitives.

Parameter list:

  • mutexattr: pthread mutex attributes, or NULL

The return value is pointer to umutex, or NULL in case of error

Valid XHTML 1.0 StrictGenerated by cmassiot on Fri Feb 2 23:57:19 2018 using MkDoc