OSDN Git Service

implement pthread_condattr_* interfaces
authorRich Felker <dalias@aerifal.cx>
Mon, 7 Mar 2011 21:20:12 +0000 (16:20 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 7 Mar 2011 21:20:12 +0000 (16:20 -0500)
commitb4d40e44e36f28cf5a52e9f0c12e622c3baf1657
tree5d23cf8dc209bb1eacd31ebaa223465077e37cfa
parent63b06c0e904fbdbc87b3e17d067b62afe9bb3dd1
implement pthread_condattr_* interfaces

note that, while the attributes are stored, they are not used in
pthread_cond_init yet.
src/thread/pthread_condattr_destroy.c [new file with mode: 0644]
src/thread/pthread_condattr_getclock.c [new file with mode: 0644]
src/thread/pthread_condattr_getpshared.c [new file with mode: 0644]
src/thread/pthread_condattr_init.c [new file with mode: 0644]
src/thread/pthread_condattr_setclock.c [new file with mode: 0644]
src/thread/pthread_condattr_setpshared.c [new file with mode: 0644]