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

/forgerock/web-agents-v4/source/
H A Dutility.h92 } am_shm_t; typedef in typeref:struct:__anon110
186 void am_shm_unlock(am_shm_t *);
187 int am_shm_lock(am_shm_t *);
188 am_shm_t *am_shm_create(const char *, size_t);
189 void am_shm_shutdown(am_shm_t *);
190 void *am_shm_alloc(am_shm_t *am, size_t usize);
191 void *am_shm_alloc_with_gc(am_shm_t *am, size_t usize, int (*gc)(unsigned long), unsigned long instance_id);
192 void am_shm_free(am_shm_t *am, void *ptr);
193 void *am_shm_realloc(am_shm_t *am, void *ptr, size_t size);
194 void am_shm_set_user_offset(am_shm_t *
[all...]

Completed in 33 milliseconds