Home
last modified time | relevance | path

Searched refs:semaphore_info (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/MagickCore/
Dsemaphore.c96 MagickExport void ActivateSemaphoreInfo(SemaphoreInfo **semaphore_info) in ActivateSemaphoreInfo() argument
98 assert(semaphore_info != (SemaphoreInfo **) NULL); in ActivateSemaphoreInfo()
99 if (*semaphore_info == (SemaphoreInfo *) NULL) in ActivateSemaphoreInfo()
103 if (*semaphore_info == (SemaphoreInfo *) NULL) in ActivateSemaphoreInfo()
104 *semaphore_info=AcquireSemaphoreInfo(); in ActivateSemaphoreInfo()
194 *semaphore_info; in AcquireSemaphoreInfo() local
199 semaphore_info=(SemaphoreInfo *) AcquireSemaphoreMemory(1, in AcquireSemaphoreInfo()
200 sizeof(*semaphore_info)); in AcquireSemaphoreInfo()
201 if (semaphore_info == (SemaphoreInfo *) NULL) in AcquireSemaphoreInfo()
203 (void) ResetMagickMemory(semaphore_info,0,sizeof(SemaphoreInfo)); in AcquireSemaphoreInfo()
[all …]
/external/valgrind/drd/
Ddrd_semaphore.c39 static void semaphore_cleanup(struct semaphore_info* p);
51 static void drd_segment_push(struct semaphore_info* p, Segment* sg) in drd_segment_push()
65 static Segment* drd_segment_pop(struct semaphore_info* p) in drd_segment_pop()
96 void drd_semaphore_initialize(struct semaphore_info* const p, in drd_semaphore_initialize()
117 static void semaphore_cleanup(struct semaphore_info* p) in semaphore_cleanup()
142 struct semaphore_info*
145 struct semaphore_info *p; in drd_semaphore_get_or_allocate()
162 static struct semaphore_info* semaphore_get(const Addr semaphore) in semaphore_get()
169 struct semaphore_info* DRD_(semaphore_init)(const Addr semaphore, in DRD_()
173 struct semaphore_info* p; in DRD_()
[all …]
Ddrd_semaphore.h36 struct semaphore_info;
40 struct semaphore_info* DRD_(semaphore_init)(const Addr semaphore,
44 struct semaphore_info* DRD_(semaphore_open)(const Addr semaphore,
Ddrd_clientobj.h100 struct semaphore_info struct
151 struct semaphore_info semaphore;