On Wed, May 19, 2010 at 08:02:47AM +0000, Jukka Ruohonen wrote: > Continue the discussion w.r.t. SIGEV_THREAD by nothing that pthread_join(3) > should be out of the question and that thread stack cannot be recovered.
What is the status of SIGEV_THREAD? It should at least fail with EINVAL or ENOTSUP. Presently, for instance timer_create(2) with SIGEV_THREAD appears to be successful for a libc/librt user-caller, which is not the case in reality. - Jukka.