Home
last modified time | relevance | path

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

/mirbsd/src/lib/libpthread/uthread/
Duthread_file.c79 #define file_idx(_p) ((((u_long) _p) >> sizeof(void *)) % NUM_HEADS) macro
178 int idx = file_idx(fp); in flockfile()
243 int idx = file_idx(fp); in ftrylockfile()
294 int idx = file_idx(fp); in funlockfile()