This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: about elix


wangwei wrote:
> 
> Hi:
> I met a problem When tring nanox in ecos .
> In file ntetris.c ,The function nanosleep() is called .
> this function belong elix module ,file "time.cxx" ; it will call
> pthread_self_info()
> to get pthread_info , but the thread "ntetris" isn't created by
> pthread_create(),but cyg_thread_create().

You cannot use nanosleep() with non-POSIX threads.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]