Home
last modified time | relevance | path

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

/external/qemu/android/utils/
Dfilelock.c83 static FileLock* _all_filelocks; variable
368 for (lock = _all_filelocks; lock != NULL; lock = lock->next) in filelock_atexit()
407 lock->next = _all_filelocks; in filelock_create()
408 _all_filelocks = lock; in filelock_create()