SYNOPSIS
#include <pthread.h>
int pthread_mutex_getname_np(pthread_mutex_t *mutex, const char **name);
DESCRIPTION
The
PARAMETERS
- mutex
-
Is the mutex whose name is to be obtained.
- name
-
Is the location where the name should be stored.
RETURN VALUES
On success,
- EINVAL
-
mutex does not refer to an initialized mutex, or the location pointed to by name is not writable.
- EFAULT
-
mutex or name is an invalid pointer.
CONFORMANCE
PTC MKS Toolkit UNIX APIs extension.
MULTITHREAD SAFETY LEVEL
MT-safe.
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
pthread_mutex_init() ,pthread_mutex_setname_np()
PTC MKS Toolkit 10.5 Documentation Build 40.