Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/docs/code/locks/
H A Dmain.c4 uv_barrier_t blocker; variable
19 uv_barrier_wait(&blocker); in reader()
34 uv_barrier_wait(&blocker); in writer()
39 uv_barrier_init(&blocker, 4); in main()
52 uv_barrier_wait(&blocker); in main()
53 uv_barrier_destroy(&blocker); in main()
/netbsd-src/share/examples/puffs/pgfs/
H A 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/
H A 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()
H A Dcommon.h39 Task_token* blocker) in Allocate_commons_task() argument
40 : symtab_(symtab), layout_(layout), mapfile_(mapfile), blocker_(blocker) in Allocate_commons_task()
H A 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/gpl3/binutils.old/dist/gold/
H A 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()
H A Dcommon.h39 Task_token* blocker) in Allocate_commons_task() argument
40 : symtab_(symtab), layout_(layout), mapfile_(mapfile), blocker_(blocker) in Allocate_commons_task()
H A 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/
H A 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 …]
H A Dcpp.h175 struct blocker;
176 struct iobuf *submac(struct symtab *nl, int, struct iobuf *, struct blocker *);
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DHowToReleaseLLVM.rst234 release blocker.
249 should be filled in a bug in Bugzilla with the priority *release blocker* and
256 If a bug can't be reproduced, or stops being a blocker, it should be removed
273 it as a blocker of the current release bug. Release bugs are given aliases
274 in the form of release-x.y.z, so to mark a bug as a blocker for the 5.0.1
H A DReleaseProcess.rst144 as blocker, and all the other bugs as important, but not necessarily blocking
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/
H A DTODO59 long-term, but imo not a blocker. Definitely make sure new stuff
/netbsd-src/external/ibm-public/postfix/dist/
H A DAAAREADME153 src/postscreen/ Zombie blocker
/netbsd-src/share/dict/
H A 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 …]
H A Dweb223785 blocker
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git104069 gdb::block_signals blocker;