Artifact 92014702e9d467fa01665b7d970de87f4cabe90891eeae06d89b0a6b37256d34:
- File
src/runtime/threading.m
-
2012-04-22 16:05:21
— part of check-in
[51b73c821c]
on branch runtime
— Safer way to create the global mutex.
__attribute__((constructor)) might not have been called when the runtime
is first used. However, the first usage of the runtime is always
single-threaded, so it is safe to do it this way. (user: js, size: 1906) [annotate] [blame] [check-ins using] -
2012-07-03 15:50:22
— part of check-in
[4c4fdb3429]
on branch trunk
— Merge branch 'runtime'
* runtime: (76 commits)
runtime: Add exception handling.
... (user: js, size: 1906) [annotate] [blame] [check-ins using]
-
2012-04-22 16:05:21
— part of check-in
[51b73c821c]
on branch runtime
— Safer way to create the global mutex.