Searched refs:holder (Results 1 - 22 of 22) sorted by relevance

/haiku-fatelf/src/system/libroot/os/locks/
H A Drecursive_lock.cpp23 if (lock->holder == find_thread(NULL))
40 lock->holder = -1;
61 if (thread != lock->holder) {
63 lock->holder = thread;
74 if (find_thread(NULL) != lock->holder) {
75 debugger("recursive_lock unlocked by non-holder thread!\n");
80 lock->holder = -1;
H A Drw_lock.cpp56 if (lock->holder >= 0)
68 lock->holder = waiter->thread;
93 lock->holder = -1;
126 if (lock->holder == find_thread(NULL)) {
140 if (lock->holder == find_thread(NULL)) {
146 lock->holder = -1;
170 lock->holder = find_thread(NULL);
175 if (lock->holder == find_thread(NULL)) {
186 if (lock->holder != find_thread(NULL)) {
187 debugger("write locked but holder no
[all...]
/haiku-fatelf/src/tools/fs_shell/
H A Dlock.cpp22 if (lock->holder == fssh_find_thread(NULL))
38 lock->holder = -1;
62 if (thread != lock->holder) {
67 lock->holder = thread;
79 if (thread != lock->holder) {
85 lock->holder = thread;
95 if (fssh_find_thread(NULL) != lock->holder)
96 fssh_panic("recursive_lock %p unlocked by non-holder thread!\n", lock);
99 lock->holder = -1;
112 lock->holder
[all...]
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dsnprintf.c256 char *holder; member in struct:DATA
340 (p)->holder = (p)->base + (p)->counter; /* in case reallocated */ \
343 *(p)->holder++ = (c); \
661 /* for %d and friends, it puts in holder
1192 p->holder = p->base = string;
1210 double d; /* temporary holder */
1281 *data->holder = '\0';
1572 *data->holder = '\0'; /* the end ye ! */
1787 char holder[100]; local
1798 si = snprintf(holder,
[all...]
/haiku-fatelf/src/system/kernel/locks/
H A Dlock.cpp100 lock->holder = thread;
124 lock->holder = thread;
137 panic("recursive_lock %p unlocked by non-holder thread!\n", lock);
141 lock->holder = -1;
179 if (waiter == NULL || lock->holder >= 0)
192 lock->holder = waiter->thread->id;
227 lock->holder = -1;
244 lock->holder = -1;
267 != lock->holder) {
302 if (lock->holder
[all...]
/haiku-fatelf/src/bin/bash/po/
H A DRules-builtins8 --copyright-holder='$(COPYRIGHT_HOLDER)' \
/haiku-fatelf/src/tests/add-ons/kernel/kernelland_emu/
H A Dlock.cpp47 as spinlock as that could be expensive in userland (due to spinlock holder
142 lock->holder = thread;
162 lock->holder = thread;
175 panic("recursive_lock %p unlocked by non-holder thread!\n", lock);
179 lock->holder = -1;
224 if (waiter == NULL || lock->holder > 0)
237 lock->holder = get_thread_id(waiter->thread);
272 lock->holder = -1;
286 lock->holder = -1;
306 != lock->holder) {
[all...]
/haiku-fatelf/headers/private/kernel/
H A Dlock.h22 thread_id holder; member in struct:mutex
36 thread_id holder; member in struct:recursive_lock
47 thread_id holder; member in struct:rw_lock
71 { ASSERT(find_thread(NULL) == (r)->lock.holder); }
72 # define ASSERT_LOCKED_MUTEX(m) { ASSERT(find_thread(NULL) == (m)->holder); }
74 { ASSERT(find_thread(NULL) == (l)->holder); }
77 { ASSERT(find_thread(NULL) == (l)->holder); }
102 # define RECURSIVE_LOCK_HOLDER(recursiveLock) ((recursiveLock)->lock.holder)
104 # define RECURSIVE_LOCK_HOLDER(recursiveLock) ((recursiveLock)->holder)
272 lock->holder
[all...]
/haiku-fatelf/src/bin/gdb/gdb/po/
H A Dgdbtext29 --copyright-holder="Free Software Foundation, Inc." \
/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Dmutex.h82 return mutex->u.recursive.lock.holder == find_thread(NULL);
84 return mutex->u.recursive.holder == find_thread(NULL);
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_lock.h20 fssh_thread_id holder; member in struct:fssh_mutex
28 fssh_thread_id holder; member in struct:fssh_recursive_lock
35 fssh_thread_id holder; member in struct:fssh_rw_lock
/haiku-fatelf/headers/private/shared/
H A Dlocks.h34 thread_id holder; member in struct:rw_lock
55 thread_id holder; member in struct:recursive_lock
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dupdate-copyright61 # copyright holder is not the FSF:
75 # and then the name of the copyright holder, which is "Free
121 my $holder = 'Free Software Foundation, Inc.';
157 my $holder_re = $holder;
/haiku-fatelf/src/bin/diffutils/po/
H A DMakefile81 # This is the copyright holder that gets inserted into the header of the
82 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
84 # sources, belong to the copyright holder of the package.) Translators are
126 --copyright-holder='$(COPYRIGHT_HOLDER)'
/haiku-fatelf/src/system/kernel/vm/
H A DVMCache.cpp1336 kprintf(" lock.holder: %" B_PRId32 "\n", fLock.holder);
/haiku-fatelf/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp2335 kprintf(" lock: { %p, holder: %" B_PRId32 " }\n", &fLock, fLock.holder);
/haiku-fatelf/src/bin/diffutils/
H A Dconfigure4634 if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
4635 (if $ac_dir/$ac_word --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
4707 if $XGETTEXT --omit-header --copyright-holder= /dev/null >/dev/null 2>&1 &&
4708 (if $XGETTEXT --omit-header --copyright-holder= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
/haiku-fatelf/src/bin/gawk/
H A Dconfigure4758 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
4759 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
4864 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
4865 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
/haiku-fatelf/src/bin/bash/
H A Dconfigure7311 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
7312 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
7417 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
7418 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
/haiku-fatelf/src/libs/print/libgutenprint/
H A Dconfigure11208 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 &&
11209 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
/haiku-fatelf/src/bin/network/wget/
H A Dconfigure5410 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 &&
5411 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure[all...]

Completed in 717 milliseconds