Merging upstream version 0.7.1 (Closes: #991419).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
05c588e9d7
commit
9e09e0ef69
99 changed files with 6727 additions and 943 deletions
|
@ -55,6 +55,7 @@ static struct affinity a;
|
|||
static int size;
|
||||
static unsigned int barrier;
|
||||
static unsigned int e_barrier;
|
||||
static unsigned int s_barrier;
|
||||
|
||||
static void *
|
||||
test(void *c)
|
||||
|
@ -98,6 +99,9 @@ test(void *c)
|
|||
}
|
||||
}
|
||||
|
||||
ck_pr_inc_uint(&s_barrier);
|
||||
while (ck_pr_load_uint(&s_barrier) < (unsigned int)nthr);
|
||||
|
||||
for (i = 0; i < ITERATIONS; i++) {
|
||||
for (j = 0; j < size; j++) {
|
||||
fifo_entry = malloc(sizeof(ck_hp_fifo_entry_t));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue