Differences From Artifact [717df19cb4]:
- File src/threading_pthread.m — part of check-in [4b31620e27] at 2016-04-24 15:31:35 on branch trunk — Move of_tlskey_{new,free} to API-specific files (user: js, size: 6212) [annotate] [blame] [check-ins using]
To Artifact [51e4e050d9]:
- File src/threading_pthread.m — part of check-in [ea000d07a9] at 2016-05-07 21:52:58 on branch trunk — Fix a warning with Apple GCC 4.0 (user: js, size: 6213) [annotate] [blame] [check-ins using]
| ︙ | |||
111 112 113 114 115 116 117 | 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 | - + |
if (pthread_attr_setinheritsched(&pattr,
PTHREAD_EXPLICIT_SCHED) != 0)
return false;
#endif
if (attr->priority < 0) {
param.sched_priority = minPrio +
|
| ︙ |