P99
#define pthread_mutex_init (   ...)    P99_CALL_DEFARG(pthread_mutex_init, 2, __VA_ARGS__)

Default arguments for POSIX function pthread_mutex_init.

This macro hides the function

 int pthread_mutex_init(pthread_mutex_t* objp, pthread_mutexattr_t const* attr) 
See also:
P99_CALL_DEFARG
Parameters:
objpis required
attrdefaults to 0, such that is objp is initialized with default velues

Definition at line 44 of file p99_posix_default.h.

Referenced by mtx_t::mtx_init().

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines