Function mpool_isempty

Function Documentation

static inline bool_t mpool_isempty(const struct mpool *const pool)

Determine if the mpool is currently empty.

Note

The returned value cannot be relied upon in concurrent contexts without additional synchronization.

Parameters:

pool – The pool handle.

Returns:

bool_t