Searched refs:unlocked (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/servers/app/
H A DMultiLocker.cpp313 bool unlocked = false; local
318 unlocked = true;
324 unlocked = release_sem_etc(fWriteSem, 1, B_DO_NOT_RESCHEDULE) == B_OK;
326 unlocked = true;
335 return unlocked;
346 bool unlocked = false; local
352 unlocked = true;
364 unlocked = release_sem_etc(fReadSem, readersWaiting,
367 unlocked = true;
369 if (unlocked) {
471 bool unlocked = false; local
494 bool unlocked = false; local
[all...]
/haiku-fatelf/src/tests/servers/app/newerClipping/
H A DMultiLocker.cpp225 bool unlocked = false; local
230 unlocked = true;
236 unlocked = (release_sem_etc(fWriteSem, 1,
238 } else unlocked = true;
242 if (unlocked) unregister_thread();
252 return unlocked;
262 bool unlocked = false; local
268 unlocked = true;
279 unlocked = (release_sem_etc(fReadSem, readersWaiting,
281 } else unlocked
[all...]
/haiku-fatelf/src/bin/rcs/
H A Drcsclean.c50 int dounlock, expmode, perform, unlocked, unlockflag, waslocked; variable
183 unlocked = locker_expansion & unlockflag;
184 if (unlocked<waslocked && workstat.st_mode&(S_IWUSR|S_IWGRP|S_IWOTH))
187 if (unlocked && !checkaccesslist())
190 if (dorewrite(dounlock, unlocked) != 0)
214 if (quietflag < unlocked)
217 if (perform & unlocked) {
/haiku-fatelf/src/bin/diffutils/lib/
H A DMakefile123 regex.hin setmode.h unlocked-io.h xalloc.h xstrtol.h
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgnulib.mk12 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libcoreutils --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=gnulib-tests --aux-dir=build-aux --with-tests --avoid=canonicalize-lgpl --avoid=dummy --no-libtool --macro-prefix=gl acl alloca announce-gen areadlink-with-size argmatch argv-iter assert atexit autobuild backupfile base64 c-strcase c-strtod c-strtold calloc canon-host canonicalize chown cloexec closein closeout config-h configmake crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 cycle-check d-ino d-type diacrit dirfd dirname do-release-commit-and-tag dup2 environ error euidaccess exclude exitfail faccessat fchdir fcntl fcntl-safer fdl file-type fileblocks filemode filenamecat filevercmp fnmatch-gnu fopen-safer fprintftime freopen freopen-safer fseeko fsusage fsync ftello ftruncate fts getdate getgroups gethrxtime getline getloadavg getndelim2 getopt-gnu getpagesize getpass-gnu gettext gettime gettimeofday getugroups getusershell git-version-gen gitlog-to-changelog gnu-make gnu-web-doc-update gnumakefile gnupload group-member hard-locale hash hash-pjw host-os human idcache ignore-value inttostr inttypes isapipe isblank lchmod lchown lib-ignore linebuffer link link-follow linkat long-options lstat maintainer-makefile malloc manywarnings mbrtowc mbsalign mbswidth memcasecmp memchr memcmp memcmp2 memcpy memmove mempcpy memrchr memset mgetgroups mkancesdirs mkdir mkdir-p mkstemp mktime modechange mountlist mpsort nproc obstack pathmax perl physmem posix-shell posixtm posixver priv-set progname propername putenv quote quotearg raise randint randperm readlink readtokens readtokens0 readutmp realloc regex remove rename rmdir root-dev-ino rpmatch safe-read same save-cwd savedir savewd selinux-at settime sig2str sigaction ssize_t stat-macros stat-time stdbool stdlib-safer stpcpy stpncpy strcspn strdup-posix strftime strpbrk strsignal strtod strtoimax strtol strtoumax symlink sys_stat timespec tzset uname unicodeio unistd-safer unlink-busy unlocked-io unsetenv update-copyright uptime useless-if-before-free userspec utimecmp utimens vasprintf-posix vc-list-files verify verror version-etc-fsf wcwidth winsz-ioctl winsz-termios write-any-file xalloc xfreopen xgetcwd xgethostname xmemcoll xnanosleep xprintf xprintf-posix xreadlink xstrtod xstrtoimax xstrtol xstrtold xstrtoumax yesno
3787 ## begin gnulib module unlocked-io
3790 EXTRA_DIST += unlocked-io.h
3792 ## end gnulib module unlocked-io

Completed in 54 milliseconds