Searched defs:dl_mutex (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp165 static pthread_mutex_t dl_mutex; variable
2109 pthread_mutex_lock(&dl_mutex);
2111 pthread_mutex_unlock(&dl_mutex);
4478 pthread_mutex_init(&dl_mutex, NULL);

Completed in 41 milliseconds