'signal/sigaction' functions in RTEMS

2017-08-15 Thread xuelin.t...@qkmtech.com
Dear all, I sent an email asking SA_RESTART macro yesterday. Sorry that I have to send again. During porting Mono to RTEMS, the 'signal/sigaction' function set is still a bit problem to me. When compiling Mono, some macros like SA_RESTART that are not defined in RTEMS are needed, and more inster

Re: pthread_cond_timedwait() : time internal resolution issue.

2017-08-15 Thread Thomas Kim
Dear Joel, I forgot this basic configuration. Thank you very much. Best Regards, Thomas Kim 2017. 8. 14. 21:11에 "Joel Sherrill" 님이 작성: > You have to configure the clock tick length. By default it is 10 > milliseconds if I remember correctly. All timeouts are done in the clock > tick. > > By us