Rev 154 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 154 | Rev 156 | ||
---|---|---|---|
Line 167... | Line 167... | ||
167 | # if defined(UNIX) |
167 | # if defined(UNIX) |
168 | extern pthread_attr_t attributes; |
168 | extern pthread_attr_t attributes; |
169 | # endif |
169 | # endif |
170 | #endif |
170 | #endif |
171 | extern unsigned int hardware_processors; |
171 | extern unsigned int hardware_processors; |
172 | extern |
172 | extern /*unsigned*/ int smp_max_threads; // Pierre-Marie Baty -- fixed type |
173 | extern unsigned int smp_split_group; |
173 | extern unsigned int smp_split_group; |
174 | extern unsigned int smp_split_at_root; |
174 | extern unsigned int smp_split_at_root; |
175 | extern unsigned int smp_min_split_depth; |
175 | extern unsigned int smp_min_split_depth; |
176 | extern unsigned int smp_gratuitous_depth; |
176 | extern unsigned int smp_gratuitous_depth; |
177 | extern unsigned int smp_gratuitous_limit; |
177 | extern unsigned int smp_gratuitous_limit; |