HomeSort by: relevance | last modified time | path
    Searched defs:unlocked (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
reconnect-signal.c 23 sig_atomic_t unlocked; variable
37 for (count = 1; !unlocked && count != 0; count++)
55 unlocked = 1;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
reconnect-signal.c 23 sig_atomic_t unlocked; variable
37 for (count = 1; !unlocked && count != 0; count++)
55 unlocked = 1;
  /src/external/gpl2/rcs/dist/src/
rcsclean.c 52 int dounlock, expmode, perform, unlocked, unlockflag, waslocked; variable
185 unlocked = locker_expansion & unlockflag;
186 if (unlocked<waslocked && workstat.st_mode&(S_IWUSR|S_IWGRP|S_IWOTH))
189 if (unlocked && !checkaccesslist())
192 if (dorewrite(dounlock, unlocked) != 0)
216 if (quietflag < unlocked)
219 if (perform & unlocked) {
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 1844 int error = 0, newone, expireret = 0, retrycnt, unlocked; local
1865 dstuff, &unlocked);
1875 nfscl_ownerrelease(owp, error, newone, unlocked);
3491 * If the directory is unlocked/relocked,

Completed in 19 milliseconds