討論串[問題] pthread及參數為指標的問題
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓5(5推 0噓 7→)留言12則,0人參與, 6年前最新作者skyHuan (Huan)時間5年前 (2018/10/11 13:17), 5年前編輯資訊
1
0
0
內容預覽:
開發平台(Platform): (Ex: Win10, Linux, ...). Linux. 額外使用到的函數庫(Library Used): (Ex: OpenGL, ...). pthread. 問題(Question):. 最近在做多執行緒的實作遇到兩個問題. 1.. 因為pthread_c
(還有1736個字)

推噓3(3推 0噓 8→)留言11則,0人參與, 5年前最新作者descent (「雄辯是銀,沉默是金」)時間5年前 (2018/10/11 18:26), 編輯資訊
0
0
0
內容預覽:
#include <stdio.h>. int ret;. void *(myf) (void *arg). {. int *my_arg_L = (int *)arg;. printf("myf arg: %p\n", arg);. printf("my_arg_L: %d, %d\n", my_
(還有369個字)
首頁
上一頁
1
下一頁
尾頁