Searched refs:FILE_LOCK_BUCKETS (Results 1 - 1 of 1) sorted by relevance
/bionic/libc/stdio/ | ||
H A D | flockfile.c | 64 #define FILE_LOCK_BUCKETS 32 macro 68 FileLock* buckets[ FILE_LOCK_BUCKETS ]; 105 pnode = &t->buckets[hash % FILE_LOCK_BUCKETS]; |
Completed in 321 milliseconds