(__objc_runtime_mutux, __objc_runtime_thread_alive): New variables.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 5 Mar 1996 14:07:56 +0000 (09:07 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 5 Mar 1996 14:07:56 +0000 (09:07 -0500)
commitaef85e6a98d3538879b74a7ac6b940e4ab1acd0d
tree2d270f9d38e156668c3d0cc94ddf79f9853f9776
parent53cc7066b87d1dc7e804721b3afbc1b5cab2a17b
(__objc_runtime_mutux, __objc_runtime_thread_alive): New variables.

(objc_init_statics, __objc_init_protocols): Surround sarray access
with mutex lock/unlock
(__objc_exec_class): Likewise.
Initialization for thread-safe global variables.
Declarations for thread-safe functions and global variables

From-SVN: r11442
gcc/objc/init.c