3#include <MRCMisc/common.h>
4#include <MRCMisc/exports.h>
MRC_API void MR_MutexOwner_DestroyArray(const MR_MutexOwner *_this)
Destroys a heap-allocated array of MR_MutexOwner. Does nothing if the pointer is null.
MRC_API MR_MutexOwner * MR_MutexOwner_DefaultConstruct(void)
MRC_API MR_MutexOwner * MR_MutexOwner_AssignFromAnother(MR_MutexOwner *_this, MR_PassBy _other_pass_by, MR_MutexOwner *_other)
MRC_API const MR_MutexOwner * MR_MutexOwner_OffsetPtr(const MR_MutexOwner *ptr, ptrdiff_t i)
MRC_API MR_MutexOwner * MR_MutexOwner_DefaultConstructArray(size_t num_elems)
MRC_API void MR_MutexOwner_Destroy(const MR_MutexOwner *_this)
Destroys a heap-allocated instance of MR_MutexOwner. Does nothing if the pointer is null.
MRC_API MR_MutexOwner * MR_MutexOwner_ConstructFromAnother(MR_PassBy _other_pass_by, MR_MutexOwner *_other)
MRC_API MR_MutexOwner * MR_MutexOwner_OffsetMutablePtr(MR_MutexOwner *ptr, ptrdiff_t i)
struct MR_MutexOwner MR_MutexOwner
Definition MRMutexOwner.h:17