mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-28 16:41:52 +00:00
a647b1c101
lockfile function to avoid a deadlock. The lockCount field of PRFilePrivate may have the value of -1 to indicate that the MD lockfile function is in progress. Use _pr_flock_cv to wait for the completion of the MD lockfile function. Modified files: primpl.h, prfile.c, prio.c, ptio.c