-
- Downloads
Implement simple thread barriers to be used on systems where the POSIX...
Implement simple thread barriers to be used on systems where the POSIX implementation does not provide them. We default to the POSIX ones when detected at configure time.
Showing
- configure.ac 3 additions, 1 deletionconfigure.ac
- src/Makefile.am 1 addition, 1 deletionsrc/Makefile.am
- src/barrier.h 170 additions, 0 deletionssrc/barrier.h
- src/engine.c 7 additions, 7 deletionssrc/engine.c
- src/engine.h 3 additions, 6 deletionssrc/engine.h
- src/threadpool.c 10 additions, 10 deletionssrc/threadpool.c
- src/threadpool.h 4 additions, 3 deletionssrc/threadpool.h
src/barrier.h
0 → 100644
Please register or sign in to comment