upump-ecore/upump_ecore.h header reference
Header inclusion [link]
Members [link]
Function [link]
- struct upump_mgr * upump_ecore_mgr_alloc(uint16_t upump_pool_depth, uint16_t upump_blocker_pool_depth)
Members detail [link]
#define UPUMP_ECORE_SIGNATURE [link]
This macro is declared in upump-ecore/upump_ecore.h source file, line 40.
#define _UPUMP_ECORE_UPUMP_ECORE_H_ [link]
This macro is declared in upump-ecore/upump_ecore.h source file, line 32.
struct upump_mgr * upump_ecore_mgr_alloc(uint16_t upump_pool_depth, uint16_t upump_blocker_pool_depth) [link]
This function is declared in upump-ecore/upump_ecore.h source file, line 51.
This function allocates and initializes a upump_ecore_mgr structure.
Parameter list:
- upump_pool_depth: maximum number of upump structures in the pool
- upump_blocker_pool_depth: maximum number of upump_blocker structures in the pool
The return value is pointer to the wrapped upump_mgr structure