[bug #48179] GSRegisterCurrentThread should send NSWillBecomeMultiThreadedNotification

2016-06-08 Thread Larry Campbell
URL: Summary: GSRegisterCurrentThread should send NSWillBecomeMultiThreadedNotification Project: GNUstep Submitted by: lcampbel Submitted on: Wed 08 Jun 2016 03:52:35 PM GMT Category:

[bug #48179] GSRegisterCurrentThread should send NSWillBecomeMultiThreadedNotification

2016-06-08 Thread Larry Campbell
Follow-up Comment #2, bug #48179 (project gnustep): Sorry about the formatting of that patch. I've now attached it as a file. (file #37436) ___ Additional Item Attachment: File name: NSThread.m.patch.3 Size:0 KB _

[bug #48179] GSRegisterCurrentThread should send NSWillBecomeMultiThreadedNotification

2016-06-08 Thread Larry Campbell
Follow-up Comment #1, bug #48179 (project gnustep): Note that this should be done only if called from a non-main thread. Note also that the comment in front of the implementation of GSRegisterCurrentThread() says: * Sends out a NSWillBecomeMultiThreadedNotification

[bug #48179] GSRegisterCurrentThread should send NSWillBecomeMultiThreadedNotification

2016-07-18 Thread Richard Frith-Macdonald
Update of bug #48179 (project gnustep): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #3: Ap[plied, thanks.