AT&T Laboratories |
|||||
*************** *** 467,473 **** DB(cerr << "omni_thread::join: doing cthread_join\n"); ! *status = cthread_join(mach_thread); delete this; } --- 467,474 ---- DB(cerr << "omni_thread::join: doing cthread_join\n"); ! int rc = cthread_join(mach_thread); ! if (rc != 0) throw omni_thread_fatal(rc); delete this; }
If you need more information, contact [email protected]. We'd like to hear from you.
For comments, suggestions and further information please contact us.
Copyright © 2001 AT&T Laboratories Cambridge