• <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>
            posts - 297,  comments - 15,  trackbacks - 0
                  對于多線程應用程序,如果能夠給每個線程命名,那么調試起來的便利是不言而喻的。
                  可以用prctl給進程內其它線程命名的接口,測試代碼如下:


            #include <stdio.h>
            #include <pthread.h>
            #include <sys/prctl.h>
            #include <unistd.h>

            void* pFunc(void *arg)
            {
                char name[32];
                prctl(PR_SET_NAME, (unsigned long)"xx");
                prctl(PR_GET_NAME, (unsigned long)name);
                printf("%s\n", name);
                while (1)
                    sleep(1);
            }

            int main(void)
            {
                pthread_t tid;
                pthread_create(&tid, NULL, pFunc, NULL);
                pthread_join(tid, NULL);
             
                return 0;
            }


            makefile:
            .PHONY: all
            all: thread

            thread : thread.cpp
                g++ -ggdb -Wall -lpthread -o thread thread.cpp

            clean:
                rm -f thread *.swp

                  看thread進程,但是還看不到線程信息
            beauty@linux-gznp:~/code/test> ps aux | grep thread | grep beauty | grep -v grep
            beauty    8364  0.0  0.3  10872   904 pts/2    Sl   03:24   0:00 ./thread

                  再給ps加幾個參數就ok了。
            ps -L -p `ps aux | grep thread | grep $USER | grep -v grep | awk '{print $2}'`
              PID   LWP TTY          TIME CMD
             8364  8364 pts/2    00:00:00 thread
             8364  8365 pts/2    00:00:00 xx
                 這里的-L,也可以使用-T,只是打出的詳細信息有點兒不同。具體如下:
            -L              Show threads, possibly with LWP and NLWP columns

            -T              Show threads, possibly with SPID column







            posted on 2009-11-08 22:16 chatler 閱讀(5046) 評論(2)  編輯 收藏 引用 所屬分類: Linux_Coding

            FeedBack:
            # re: 用prctl給線程命名
            2012-05-27 21:52 | dhao123@sina.com
            請問大俠: 用top命令的時候可以顯示修改后的線程名么?如何做呢?  回復  更多評論
              
            # re: 用prctl給線程命名
            2012-06-02 11:34 | none
            用top -H 可以的。
            [root@linux-x86 test]# top -H
            PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
            27036 root 25 0 16184 524 420 R 52.7 0.1 0:11.45 xx
            26832 root 15 0 90116 3644 2896 R 5.3 0.5 0:00.44 sshd
            1 root 15 0 10348 744 624 S 0.0 0.1 0:00.75 init
            2 root RT -5 0 0 0 S 0.0 0.0 0:01.43 migration/0
              回復  更多評論
              
            <2008年7月>
            293012345
            6789101112
            13141516171819
            20212223242526
            272829303112
            3456789

            常用鏈接

            留言簿(10)

            隨筆分類(307)

            隨筆檔案(297)

            algorithm

            Books_Free_Online

            C++

            database

            Linux

            Linux shell

            linux socket

            misce

            • cloudward
            • 感覺這個博客還是不錯,雖然做的東西和我不大相關,覺得看看還是有好處的

            network

            OSS

            • Google Android
            • Android is a software stack for mobile devices that includes an operating system, middleware and key applications. This early look at the Android SDK provides the tools and APIs necessary to begin developing applications on the Android platform using the Java programming language.
            • os161 file list

            overall

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜

            久久久久国色AV免费看图片| 久久综合综合久久综合| 国产成人久久精品麻豆一区 | 国产99精品久久| 久久久久久狠狠丁香| 亚洲v国产v天堂a无码久久| 伊人久久精品无码二区麻豆| 久久精品这里热有精品| 亚洲国产一成久久精品国产成人综合 | 久久性生大片免费观看性| 久久久久亚洲AV无码网站| 久久国产高清一区二区三区| 日韩精品久久久肉伦网站| 欧洲国产伦久久久久久久| 国内精品久久久人妻中文字幕| 久久电影网| 久久九九青青国产精品| 亚洲AV无码久久精品成人| 91麻精品国产91久久久久| 久久久女人与动物群交毛片| 四虎亚洲国产成人久久精品| 色综合久久88色综合天天| 久久国产乱子伦免费精品| 亚洲国产精品狼友中文久久久| 88久久精品无码一区二区毛片 | 色欲av伊人久久大香线蕉影院| 久久99精品久久久久久野外 | 亚洲人成伊人成综合网久久久| 久久久久亚洲AV综合波多野结衣| 国内精品久久久久伊人av| 少妇久久久久久久久久| 久久精品国产清自在天天线| 亚洲精品国精品久久99热| 久久久人妻精品无码一区| 狠狠色伊人久久精品综合网| 国内精品久久久久久中文字幕| 国产精品99久久久久久董美香| 丁香久久婷婷国产午夜视频| 99热都是精品久久久久久| 色综合合久久天天综合绕视看 | 99久久精品国产一区二区 |