Searched defs:semaphore_info (Results 1 – 2 of 2) sorted by relevance
96 MagickExport void ActivateSemaphoreInfo(SemaphoreInfo **semaphore_info) in ActivateSemaphoreInfo()194 *semaphore_info; in AcquireSemaphoreInfo() local292 MagickExport void LockSemaphoreInfo(SemaphoreInfo *semaphore_info) in LockSemaphoreInfo()350 MagickExport void RelinquishSemaphoreInfo(SemaphoreInfo **semaphore_info) in RelinquishSemaphoreInfo()449 MagickExport void UnlockSemaphoreInfo(SemaphoreInfo *semaphore_info) in UnlockSemaphoreInfo()
100 struct semaphore_info struct102 Addr a1;103 ObjType type;104 void (*cleanup)(union drd_clientobj*);105 void (*delete_thread)(union drd_clientobj*, DrdThreadId);106 ExeContext* first_observed_at;107 UInt waits_to_skip; // Number of sem_wait() calls to skip109 UInt value; // Semaphore value.110 UWord waiters; // Number of threads inside sem_wait().111 DrdThreadId last_sem_post_tid; // Thread ID associated with last sem_post().[all …]