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

/xsrc/external/mit/libX11/dist/src/
H A DContext.c88 LockInfoRec linfo; member in struct:_XContextDB
147 _XFreeMutex(&db->linfo);
194 _XCreateMutex(&db->linfo);
205 _XLockMutex(&db->linfo);
207 _XUnlockMutex(&db->linfo);
222 _XLockMutex(&db->linfo);
226 _XUnlockMutex(&db->linfo);
252 _XLockMutex(&db->linfo);
257 _XUnlockMutex(&db->linfo);
261 _XUnlockMutex(&db->linfo);
[all...]
H A DXrm.c189 LockInfoRec linfo; member in struct:_XrmHashBucketRec
500 _XCreateMutex(&db->linfo);
769 _XLockMutex(&from->linfo);
770 _XLockMutex(&(*into)->linfo);
802 _XUnlockMutex(&from->linfo);
803 _XFreeMutex(&from->linfo);
805 _XUnlockMutex(&(*into)->linfo);
1017 _XLockMutex(&(*pdb)->linfo);
1019 _XUnlockMutex(&(*pdb)->linfo);
1033 _XLockMutex(&(*pdb)->linfo);
[all...]
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBExtDev.c512 LedInfoStuff *linfo; local in function:_SizeMatches
520 for (i = 0, linfo = &stuff->info[0]; i < stuff->num_info; i++, linfo++) {
524 devli = linfo->devli;
532 ((id == XkbDfltXIId) && (linfo == dflt));
534 if (!linfo->used) {
537 linfo->used = True;
542 linfo->used = True;
657 register LedInfoStuff *linfo; local in function:_XkbWriteSetDeviceInfo
659 for (i = 0, linfo
[all...]

Completed in 4 milliseconds