Namespaces
Variants
Views
Actions

mtx_init

From cppreference.com
< c‎ | thread
Defined in header <threads.h>
int mtx_init( mtx_t* mutex, int type );
(since C11)

Creates a new mutex object with type. The object pointed to by mutex is set to an identifier of the newly created mutex.

type must have one of the following values:

Contents

[