Searched refs:shms (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/posixcompat/
H A Dshm.c37 struct _shm shms[MAX_SHMS]; variable in typeref:struct:_shm
43 struct _shm *s = &shms[shmid];
115 if(shms[i].used && shms[i].key == key) {
124 if(!shms[i].used && shms[i].ds.shm_nattch == 0) {
137 struct _shm *s = &shms[i];
196 struct _shm *s = &shms[shmid];
250 s = &shms[i];

Completed in 27 milliseconds