P99
int mtx_init ( mtx_t p00_mtx,
int  p00_type 
) [inline]
Parameters:
p00_mtxA pointer to an unitialized mutex object
p00_typeOne of the constants in mtx_type
Returns:
thrd_success on success, or thrd_error if the request could not be honored.

Definition at line 593 of file p99_threads.h.

References mtx_recursive, P99_ENCP, pthread_mutex_init, thrd_error, and thrd_success.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines