|
From: Stefano D'A. <zan...@gm...> - 2008-10-24 10:43:24
|
Hi all, I'm trying to port my DSP framework to Syllable, or at least I'd like to see it compiled and working on Syllable now and maybe write better support in the future (both in the sense of build system/installation and code). So, my first problem is: I have the following line of code somewhere: err = pthread_mutexattr_settype(&mutexattr, PTHREAD_MUTEX_ERRORCHECK); which returns a non-0 value (probably EINVAL). Does this mean that Syllable does not recognize PTHREAD_MUTEX_ERRORCHECK as a valid POSIX mutex type or is there something else I should know? Thanks, Stefano |