Browse Subversion Repository
Diff of /branches/mty-makai/mty.c
Parent Directory
| Revision Log
| Patch
| 662 |
} |
} |
| 663 |
} |
} |
| 664 |
|
|
| 665 |
|
if ( gear != GEAR_MAX ) { |
| 666 |
|
TIMECAPS tc; |
| 667 |
|
if ( timeGetDevCaps( &tc, sizeof( TIMECAPS ) ) == MMSYSERR_NOERROR ) { |
| 668 |
|
timeBeginPeriod( tc.wPeriodMin ); |
| 669 |
|
} |
| 670 |
|
} |
| 671 |
|
|
| 672 |
nThread = popcnt64( proc_mask ); |
nThread = popcnt64( proc_mask ); |
| 673 |
printf( "%d 個の検索スレッドを起動\n", nThread ); |
printf( "%d 個の検索スレッドを起動\n", nThread ); |
| 674 |
|
|
| 675 |
if ( verbose ) { |
if ( verbose ) { |
| 676 |
int i; |
int i; |
| 677 |
printf( "優先度を" ); |
printf( "優先度を" ); |
|
|
Legend:
| Removed from v.256 |
|
| changed lines |
| |
Added in v.257 |
|
|
|