Skip navigation.
 
mlRe: Cocoa really needs to be thread-safe
FROM : Andrew Pinski
DATE : Sat Nov 02 00:48:00 2002

On Friday, Nov 1, 2002, at 15:26 US/Pacific, Eric Cole wrote:

>> make it thread-safe from within
>
> from <objc/objc-runtime.h>
>
> /* Making the Objective-C runtime thread safe. */
> OBJC_EXPORT void objc_setMultithreaded (BOOL flag);
>
> I never tried it, but there it is.
>


That will only make the Objective-C runtime thread safe but not the
messages for Cocoa.

Thanks,
Andrew Pinski

> Enjoy
> Eric
> _______________________________________________
> cocoa-dev mailing list | <email_removed>
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/cocoa-dev
> Do not post admin requests to the list. They will be ignored.

_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlCocoa really needs to be thread-safe Steve Klingsporn Nov 1, 22:11
mlRe: Cocoa really needs to be thread-safe Dave Rehring Nov 1, 22:23
mlRe: Cocoa really needs to be thread-safe Eric Cole Nov 2, 00:26
mlRe: Cocoa really needs to be thread-safe Andrew Pinski Nov 2, 00:48
mlRe: Cocoa really needs to be thread-safe Wade Tregaskis Nov 2, 02:26
mlRe: Cocoa really needs to be thread-safe Andy Nov 2, 15:00
mlRe: Cocoa really needs to be thread-safe Philippe C.D. Robe… Nov 2, 19:36
mlRe: Cocoa really needs to be thread-safe James DiPalma Nov 5, 04:03
mlRe: Cocoa really needs to be thread-safe Andy Lee Nov 5, 06:19
mlRe: Cocoa really needs to be thread-safe Jonathan Hendry Nov 5, 09:17
mlRe: Cocoa really needs to be thread-safe Cameron Hayne Nov 5, 09:25
mlRe: Cocoa really needs to be thread-safe Ron Wilson Nov 5, 18:00
mlRe: Cocoa really needs to be thread-safe James DiPalma Nov 9, 11:21