Differences From Artifact [1fbcc9555d]:
- File
src/runtime/threading.m
— part of check-in
[44f45c2e35]
at
2017-01-09 17:36:36
on branch trunk
— Update copyright
Forgot to add 2017, even though I already did quite some changes in
2017. (user: js, size: 1186) [annotate] [blame] [check-ins using] [more...]
To Artifact [13701244e7]:
- File src/runtime/threading.m — part of check-in [5bb771755d] at 2017-07-09 15:29:03 on branch trunk — runtime: Rename include to ObjFW-RT.h (user: js, size: 1179) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
15 16 17 18 19 20 21 | */ #include "config.h" #include <stdio.h> #include <stdlib.h> | | | | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | */ #include "config.h" #include <stdio.h> #include <stdlib.h> #import "ObjFW-RT.h" #import "private.h" #import "threading.h" static of_rmutex_t global_mutex; static of_once_t once_control = OF_ONCE_INIT; static void init(void) |
︙ | ︙ |