Searched refs:omp_get_thread_num (Results 1 - 10 of 10) sorted by relevance

/barrelfish-2018-10-04/lib/bomp_new/test/
H A Dtest.c26 array[omp_get_thread_num()]++;
43 array[omp_get_thread_num()]++;
63 array[omp_get_thread_num()]++;
/barrelfish-2018-10-04/usr/tests/bomptest/
H A Dsync.c78 for(int j = 0; j < waits[omp_get_thread_num()]; j++) {
83 ts[omp_get_thread_num()][j] = rdtsc();
104 ts[omp_get_thread_num()][j] = rdtsc();
141 starta[omp_get_thread_num()][i < WORKMAX ? i : WORKMAX] = rdtsc();
145 end1[omp_get_thread_num()][i < WORKMAX ? i : WORKMAX] = rdtsc();
151 end2[omp_get_thread_num()][i < WORKMAX ? i : WORKMAX] = rdtsc();
H A Dsync_progress.c57 if(omp_get_thread_num() == 0 && exittime[i] == 0
69 /* sprintf(buf, "%d: %lu(%lu)\n", omp_get_thread_num(), workcn, */
70 /* stuck[omp_get_thread_num()]); */
72 /* stuck[omp_get_thread_num()] = 0; */
73 workcnt[omp_get_thread_num()][i] = workcn;
H A Dprogress.c81 starta[omp_get_thread_num()][i] = rdtsc() - lasta;
85 workcnt[omp_get_thread_num()]++;
H A Dprogress-new.c52 starta[omp_get_thread_num()][i] = rdtsc() - lasta;
/barrelfish-2018-10-04/usr/bench/bomp_progress/
H A Dcpu_bound.c53 workcnt[omp_get_thread_num()].cnt++;
H A Dsync.c72 workcnt[omp_get_thread_num()].cnt++;
/barrelfish-2018-10-04/lib/bomp_new/
H A Domp.c112 int omp_get_thread_num(void) function
333 return omp_get_thread_num();
/barrelfish-2018-10-04/include/
H A Domp.h194 extern int omp_get_thread_num(void);
/barrelfish-2018-10-04/lib/bomp/
H A Domp.c109 int omp_get_thread_num(void) function
330 return omp_get_thread_num();

Completed in 56 milliseconds