Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/syscall/
H A Dsem.c150 static zone_key_t sem_zone_key; variable
216 zone_key_create(&sem_zone_key, NULL, sem_remove_zone, NULL); in _init()
221 (void) zone_key_delete(sem_zone_key); in _init()