/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to apps/test_multithread.c

  • Committer: Suren A. Chilingaryan
  • Date: 2016-03-04 18:30:43 UTC
  • mfrom: (346.1.39 pcitool)
  • Revision ID: csa@suren.me-20160304183043-mjf6xvyermjh5olg
Integrate last part of Python code from Vasiliy Chernov

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
char* reg;
10
10
int stop = 0;
11
11
 
 
12
/*
12
13
void *get_prop(void *arg)
13
14
{
14
15
    pcilib_t *ctx = (pcilib_t*)arg;
34
35
    }
35
36
    return NULL;
36
37
}
 
38
*/
37
39
 
38
40
void *read_reg(void *arg)
39
41
{