move libthreads.h -> include/threads.h
authorBrian Norris <banorris@uci.edu>
Tue, 9 Oct 2012 19:09:02 +0000 (12:09 -0700)
committerBrian Norris <banorris@uci.edu>
Tue, 9 Oct 2012 21:15:16 +0000 (14:15 -0700)
commit616746ec12aae78b0d0262c009568109686cb000
tree26fb846bda209012887a85821f9285d168973cf1
parente60d8c23d30a0dfe66b8426f7f2ecf576e812028
move libthreads.h -> include/threads.h

Helps user programs to be able to just use C11 <threads.h>
12 files changed:
include/threads.h [new file with mode: 0644]
libthreads.cc
libthreads.h [deleted file]
main.cc
test/double-relseq.c
test/linuxrwlocks.c
test/pending-release.c
test/releaseseq.c
test/rmwprog.c
test/userprog.c
threads-model.h
threads.cc