• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            小默

            thread 多線程

            多線程

            編寫多線程程序時(shí),在設(shè)計(jì)上要特別小心.
            對(duì)共享變量,多個(gè)執(zhí)行路徑,要引起足夠重視.

            創(chuàng)建多線程:
            /*
             * 多線程
             
            */
            #include 
            <stdio.h>
            #include 
            <unistd.h>
            #include 
            <stdlib.h>
            #include 
            <pthread.h>

            #define NUM_THREADS 6

            void *thread_function(void *arg);

            int main(){
                
            int res;
                pthread_t a_thread[NUM_THREADS];
                
            void *thread_result;
                
            int lots_of_threads;

                
            for(lots_of_threads = 0; lots_of_threads < NUM_THREADS; lots_of_threads++){
                    printf(
            "before pthread_create, lots_of_threads=%d\n",lots_of_threads);
                    res 
            = pthread_create(&(a_thread[lots_of_threads]),NULL,
                            thread_function, (
            void *)&lots_of_threads);
                    
            if(res != 0){
                        perror(
            "Thread creation failed");
                        exit(EXIT_FAILURE);
                    }
                }

                printf(
            "Waiting for threads to finish\n");

                
            for(lots_of_threads = NUM_THREADS - 1; lots_of_threads >= 0; lots_of_threads--){
                    res 
            = pthread_join(a_thread[lots_of_threads], &thread_result);
                    
            if(res == 0){
                        perror(
            "Picked up a thread\n");
                    }
                    
            else{
                        perror(
            "pthread_join failed\n");
                    }
                }

                printf(
            "All done\n");
                exit(EXIT_SUCCESS);
            }

            void *thread_function(void *arg){
                
            int my_number = *(int *)arg;
                
            int rand_num;

                printf(
            "thread_funcion is running. Argument was %d\n", my_number);
                rand_num 
            = 1+(int)(9.0*rand()/(RAND_MAX+1.0));
                sleep(rand_num);
                printf(
            "Bye from %d\n", my_number);
                pthread_exit(NULL);
            }

            執(zhí)行結(jié)果:
            [green@colorfulgreen ch11]$ gcc -D_REENTRANT thread8.c -o thread8 -lpthread
            [green@colorfulgreen ch11]$ .
            /thread8    
            before pthread_create, lots_of_threads
            =0
            before pthread_create, lots_of_threads
            =1
            before pthread_create, lots_of_threads
            =2
            before pthread_create, lots_of_threads
            =3
            before pthread_create, lots_of_threads
            =4
            before pthread_create, lots_of_threads
            =5
            Waiting 
            for threads to finish
            thread_funcion 
            is running. Argument was 5
            thread_funcion 
            is running. Argument was 5
            thread_funcion 
            is running. Argument was 5
            thread_funcion 
            is running. Argument was 5
            thread_funcion 
            is running. Argument was 5
            thread_funcion 
            is running. Argument was 5
            Bye from 
            5
            Bye from 
            5
            Picked up a thread
            : Success
            Bye from 
            5
            Picked up a thread
            : Success
            Bye from 
            5
            Picked up a thread
            : Success
            Bye from 
            5
            Picked up a thread
            : Success
            Bye from 
            5
            Picked up a thread
            : Success
            Picked up a thread
            : Success
            All done

            從執(zhí)行結(jié)果里,很顯然看到有bug,5個(gè)線程的argument全是5.
            因?yàn)樾戮€程的參數(shù),是使用地址引用傳遞的:
            res = pthread_create(&(a_thread[lots_of_threads]),NULL,
                            thread_function, (void *)&lots_of_threads);
            主線程創(chuàng)建線程循環(huán),很快執(zhí)行完. 引用地址中的值,在子線程執(zhí)行前,已經(jīng)被改成了5.
            線程參數(shù)改成值傳遞就好了.

            --
            FROM:Linux程序設(shè)計(jì)

            posted on 2011-06-14 20:27 小默 閱讀(419) 評(píng)論(0)  編輯 收藏 引用 所屬分類: Linux

            導(dǎo)航

            統(tǒng)計(jì)

            留言簿(13)

            隨筆分類(287)

            隨筆檔案(289)

            漏洞

            搜索

            積分與排名

            最新評(píng)論

            閱讀排行榜

            香蕉久久夜色精品国产2020 | 91麻精品国产91久久久久| 欧美午夜A∨大片久久| 丁香五月综合久久激情| 久久久久四虎国产精品| 久久99国产精品久久99| 香港aa三级久久三级| 国内精品久久久久影院日本| 久久精品www人人爽人人| 欧美亚洲另类久久综合| 久久久精品午夜免费不卡| 中文字幕亚洲综合久久| 国产精品免费久久| 欧美激情精品久久久久久| 色偷偷久久一区二区三区| 精品久久久久中文字幕日本| 久久精品欧美日韩精品| 青青青国产精品国产精品久久久久| 91精品国产91久久久久福利| 色婷婷综合久久久久中文字幕| 久久免费大片| 亚洲中文久久精品无码ww16| 久久99精品久久久久久| 99久久婷婷国产综合精品草原 | 久久久久亚洲AV无码专区首JN| 久久久女人与动物群交毛片| 国产精品美女久久久m| 精品久久人人爽天天玩人人妻| 伊人久久久AV老熟妇色| 国产成人久久精品区一区二区| 国产三级观看久久| 日韩精品久久久久久久电影蜜臀| 99久久精品毛片免费播放| 欧美精品福利视频一区二区三区久久久精品 | 日本高清无卡码一区二区久久| 久久精品久久久久观看99水蜜桃 | 久久婷婷五月综合成人D啪| 久久久久亚洲AV无码永不| 国产成人综合久久久久久| 精品国产乱码久久久久久人妻| 久久天天躁狠狠躁夜夜网站|