Changes between Initial Version and Version 1 of Ticket #7235, comment 2


Ignore:
Timestamp:
Feb 23, 2011, 10:15:56 PM (13 years ago)
Author:
korli

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 don't receive it, they're not 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.
    22
    33To init the main thread id when calling pthread_self(), we have to init sMainThread correctly.