Home
last modified time | relevance | path

Searched refs:blocker (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/share/examples/puffs/pgfs/
Dpgfs_db.c60 struct puffs_cc *blocker; member
117 if (xc->blocker == NULL) { in getxc()
123 assert(xc->owner == xc->blocker); in getxc()
154 assert(xc->blocker == NULL); in pqwait()
155 xc->blocker = cc; in pqwait()
161 assert(xc->blocker == cc); in pqwait()
162 xc->blocker = NULL; in pqwait()
354 assert(xc->blocker == NULL); in vsendcmd()
813 if (xc->blocker != NULL) { in pgfs_readframe()
814 DPRINTF("schedule %p\n", xc->blocker); in pgfs_readframe()
[all …]
/netbsd/src/external/gpl3/binutils/dist/gold/
Dworkqueue.h152 Task_function(Task_function_runner* runner, Task_token* blocker, in Task_function() argument
154 : runner_(runner), blocker_(blocker), name_(name) in Task_function()
155 { gold_assert(blocker != NULL); } in Task_function()
Dcommon.h39 Task_token* blocker) in Allocate_commons_task() argument
40 : symtab_(symtab), layout_(layout), mapfile_(mapfile), blocker_(blocker) in Allocate_commons_task()
DChangeLog-08152006 * gold.cc (queue_final_tasks): Add Write_sections_task as a blocker
10531 * gold.cc (queue_middle_gc_tasks): Create a dummy blocker if
10798 return the blocker.
11082 a blocker.
11258 * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each
11345 * gold.cc (queue_middle_gc_tasks): Likewise. Fix final blocker.
/netbsd/src/external/bsd/pcc/dist/pcc/cc/cpp/
Dcpp.c141 struct blocker { struct
142 struct blocker *next; argument
145 struct blocker *blkidx[RECMAX]; argument
150 static struct iobuf *exparg(int, struct iobuf *, struct iobuf *, struct blocker *);
151 static struct iobuf *subarg(struct symtab *sp, const usch **args, int, struct blocker *);
1149 struct blocker *w; in expok()
1166 expokb(struct symtab *sp, struct blocker *bl) in expokb()
1168 struct blocker *w; in expokb()
1184 static struct blocker *
1185 blkget(struct symtab *sp, struct blocker *obl) in blkget()
[all …]
Dcpp.h175 struct blocker;
176 struct iobuf *submac(struct symtab *nl, int, struct iobuf *, struct blocker *);
/netbsd/src/external/ibm-public/postfix/dist/
DAAAREADME153 src/postscreen/ Zombie blocker
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dfbsd-nat.c1060 gdb::block_signals blocker; in async() local
Dlinux-nat.c4453 gdb::block_signals blocker; in async() local
/netbsd/src/share/dict/
Dweb2a3132 back-blocker
5024 beet blocker
6189 blocker-out
10172 cartridge blocker
13131 color blocker
23966 fur blocker
25222 gold blocker
27401 hand blocker
27763 hat blocker
28323 heel blocker
[all …]
Dweb223785 blocker
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git104069 gdb::block_signals blocker;