Add yaz_thread_{create,join,detach}
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 19 May 2010 11:43:01 +0000 (13:43 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 19 May 2010 11:43:01 +0000 (13:43 +0200)
commita4f3aed6537286535d1ea9962adb9ab77c528565
tree25fad6324b37a20e502e381285716027e4b310bb
parent7993bf125aa3ae6ac06e12a92209f54a863717c8
Add yaz_thread_{create,join,detach}

These are simple wrappers for POSIX threads for now
include/yaz/Makefile.am
include/yaz/thread_create.h [new file with mode: 0644]
src/Makefile.am
src/thread_create.c [new file with mode: 0644]
test/test_mutex.c