HomeSort by relevance Sort by last modified time
    Searched full:_all_filelocks (Results 1 - 1 of 1) sorted by null

  /external/qemu/android/utils/
filelock.c 83 static FileLock* _all_filelocks; variable
368 for (lock = _all_filelocks; lock != NULL; lock = lock->next)
407 lock->next = _all_filelocks;
408 _all_filelocks = lock;

Completed in 251 milliseconds