HaveF / spexamples

Automatically exported from code.google.com/p/spexamples
0 stars 0 forks source link

p75单线程版本和多线程版本写反了 #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
p175单线程版本和多线程版本写反了:

正确的应该是:
单线程版本:
DList* dlist = dlist_create(NULL, NULL, NULL);

多线程版本:
DList* dlist = dlist_create(NULL, NULL, locker_pthread_create());

Original issue reported on code.google.com by xianji...@gmail.com on 15 Apr 2010 at 9:57

GoogleCodeExporter commented 9 years ago
是第75页,不是175页

Original comment by seasonp...@gmail.com on 21 Apr 2010 at 4:34

GoogleCodeExporter commented 9 years ago

Original comment by xianji...@gmail.com on 31 May 2010 at 7:16