bundletype
PThreadLocks_T


bundletype PThreadLocks_T = { pthread_cond_broadcast
pthread_cond_destroy
pthread_cond_init
pthread_cond_signal
pthread_cond_timedwait
pthread_cond_wait
pthread_mutex_destroy
pthread_mutex_init
pthread_mutex_lock
pthread_mutex_trylock
pthread_mutex_unlock }

C types:


Extended by:

Exported by:
pthread, pthreads_base

Imported by:
example_dining_phil, example_disknet


Rendered using Haskell HTML Combinators