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

/illumos-gate/usr/src/uts/common/os/
H A Dshm.c174 static zone_key_t shm_zone_key; variable
227 zone_key_create(&shm_zone_key, NULL, shm_remove_zone, NULL);
232 (void) zone_key_delete(shm_zone_key);

Completed in 61 milliseconds