Searched refs:lockattributes (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.unix.c379 static pthread_mutexattr_t lockattributes; variable
542 if (pthread_mutexattr_init(&lockattributes))
544 if (pthread_mutexattr_settype(&lockattributes, PTHREAD_MUTEX_RECURSIVE) || pthread_mutex_init(&lock, &lockattributes))
546 pthread_mutexattr_destroy(&lockattributes);
572 pthread_mutexattr_destroy(&lockattributes);

Completed in 15 milliseconds