OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:post_iteration
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/drd/
drd_barrier.c
126
p->
post_iteration
= 0;
418
barrier, p ? p->
post_iteration
: -1,
434
oset = p->oset[p->
post_iteration
& 1];
436
if (p->pre_iteration - p->
post_iteration
> 1) {
491
* called the post *_barrier_wait() wrapper, toggle p->
post_iteration
and
496
p->
post_iteration
++;
drd_clientobj.h
124
Word
post_iteration
; // post barrier completion count modulo two.
member in struct:barrier_info
Completed in 44 milliseconds