http://codereview.chromium.org/6674002/diff/1/src/platform-solaris.cc File src/platform-solaris.cc (right):
http://codereview.chromium.org/6674002/diff/1/src/platform-solaris.cc#newcode683 src/platform-solaris.cc:683: /* On 2011/03/10 22:17:15, ry wrote:
yes. will update - going to use pthread_kill
pthread_kill didn't work on linux because you can't send it to a dead thread and there's no easy way to get notified of thread death. We had to use lower level calls there. http://codereview.chromium.org/6674002/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
