Changes between Initial Version and Version 1 of Ticket #7235, comment 2
- Timestamp:
- Feb 23, 2011, 10:15:56 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7235, comment 2
initial v1 1 #5679 is indeed a problem but not the only one met with JamVM. pthread_kill send signals to a thread which do n't receive it, they'renot killed either. send_signal() is actually called with a thread id 0.1 #5679 is indeed a problem but not the only one met with JamVM. pthread_kill send signals to a thread which doesn't receive it, it's not killed either. send_signal() is actually called with a thread id 0. 2 2 3 3 To init the main thread id when calling pthread_self(), we have to init sMainThread correctly.