Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/mty-makai/mty.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 252 by notanpe, Mon Dec 27 03:23:48 2010 UTC revision 253 by notanpe, Mon Dec 27 09:22:27 2010 UTC
# Line 300  struct THREAD_PARAM Line 300  struct THREAD_PARAM
300  {  {
301    /* 以下は共通情報のコピー */    /* 以下は共通情報のコピー */
302    CODE_T *code;    CODE_T *code;
303    off_t code_cmp;    long code_cmp;
304    unsigned seed;    unsigned seed;
305    
306    /* 以下はスレッド固有 */    /* 以下はスレッド固有 */
# Line 429  main(int argc, char *argv[]) Line 429  main(int argc, char *argv[])
429    int i;    int i;
430    int mincnt;    int mincnt;
431    CODE_T *code = NULL;    CODE_T *code = NULL;
432    off_t code_cmp;    long code_cmp;
433    FILE *sfp;    /* scoreboard */    FILE *sfp;    /* scoreboard */
434    struct ITREE *root_expr;    struct ITREE *root_expr;
435    uint64_t proc_mask;    uint64_t proc_mask;

Legend:
Removed from v.252  
changed lines
  Added in v.253

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26