SYNOPSIS
#include <pthread.h>
int pthread_cond_setname_np(pthread_cond_t *cond, const char *name);
DESCRIPTION
The
PARAMETERS
- cond
-
Is the condition variable to which the name is assigned.
- name
-
Is the name to assign to the condition variable.
RETURN VALUES
On success,
- EINVAL
-
cond does not refer to an initialized condition variable.
- EFAULT
-
cond 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_cond_getname_np() ,pthread_cond_init()
PTC MKS Toolkit 10.5 Documentation Build 40.