Differences From Artifact [21c1e4f75c]:
- File src/threading.m — part of check-in [c4f724070a] at 2014-07-19 16:27:02 on branch trunk — OFThread: Configurable priority and stack size (user: js, size: 3142) [annotate] [blame] [check-ins using]
To Artifact [ac9dc3c880]:
- File src/threading.m — part of check-in [39f5e20201] at 2014-08-11 18:44:53 on branch trunk — threading_pthread.m: Set thread name (user: js, size: 2998) [annotate] [blame] [check-ins using]
| ︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - - - - - - - - | # error No threads available! #endif #ifdef __HAIKU__ # include <kernel/OS.h> #endif |
| ︙ |