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

/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c3177 int type = 0, lowtype, typenum[4]; local
3194 typenum[count] = PTH_RW_TYPE_READ;
3211 typenum[count] = PTH_RW_TYPE_LREAD;
3229 typenum[count] = PTH_RW_TYPE_WRITE;
3246 typenum[count] = PTH_RW_TYPE_YWRITE;
3258 lowtype = typenum[0];
3263 lowtype = typenum[i];

Completed in 20 milliseconds