OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blocker
(Results
1 - 2
of
2
) sorted by relevancy
/src/share/examples/puffs/pgfs/
pgfs_db.c
60
struct puffs_cc *
blocker
;
member in struct:Xconn
117
if (xc->
blocker
== NULL) {
123
assert(xc->owner == xc->
blocker
);
154
assert(xc->
blocker
== NULL);
155
xc->
blocker
= cc;
161
assert(xc->
blocker
== cc);
162
xc->
blocker
= NULL;
354
assert(xc->
blocker
== NULL);
813
if (xc->
blocker
!= NULL) {
814
DPRINTF("schedule %p\n", xc->
blocker
);
[
all
...]
pgfs_db.c
60
struct puffs_cc *
blocker
;
member in struct:Xconn
117
if (xc->
blocker
== NULL) {
123
assert(xc->owner == xc->
blocker
);
154
assert(xc->
blocker
== NULL);
155
xc->
blocker
= cc;
161
assert(xc->
blocker
== cc);
162
xc->
blocker
= NULL;
354
assert(xc->
blocker
== NULL);
813
if (xc->
blocker
!= NULL) {
814
DPRINTF("schedule %p\n", xc->
blocker
);
[
all
...]
Completed in 66 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025