|
From: Bart V. A. <bar...@gm...> - 2006-09-13 19:18:14
|
You're right: the sem_...() family of functions has to be supported as well. On 8/27/06, Julian Seward <js...@ac...> wrote: > > > > The following functions still have to be intercepted: > > pthread_mutex_trylock(), the rwlock family and the barrier-related > > functions. The last two families of functions are AFAIK not that > frequently > > used. > > What about the sem_init, sem_wait, sem_trywait, sem_post, sem_getvalue, > sem_destroy set of functions? > |