HomeSort by relevance Sort by last modified time
    Searched defs:mutex_info (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/MagickCore/
semaphore.c 219 mutex_info;
221 status=pthread_mutexattr_init(&mutex_info);
230 status=pthread_mutex_settype(&mutex_info,PTHREAD_MUTEX_ERRORCHECK);
239 status=pthread_mutex_init(&semaphore_info->mutex,&mutex_info);
246 status=pthread_mutexattr_destroy(&mutex_info);
215 mutex_info; local
  /external/valgrind/drd/
drd_clientobj.h 62 struct mutex_info struct
148 struct mutex_info mutex;

Completed in 77 milliseconds