CVSROOT: /usr/cvs Changes by: jkrell at birch. 09/12/07 08:54:05 Modified files: cm3/m3-libs/m3core/src/thread/PTHREAD/: ThreadPThreadC.c Log message: Try a bit to deal with low resources in more places: sem_init pthread_attr_init pthread_key_create pthread_setspecific These are all documented as possibly returning one or more of: ENOMEM ENOSPC (sem_init) EAGAIN