Changeset 61 in libcf
- Timestamp:
- 04/08/13 09:52:08 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/test.c
r57 r61 110 110 } 111 111 112 for (i = 0 ; i < 10 ; i++) 113 { 114 if (CF_Thread_Join (&tid[i]) < 0) 115 CF_DEBUG_PRINT (stderr, "failed to join %dth thread\n", i); 116 } 117 112 118 if (CF_Mutex_Destory (&globalMutex) < 0) { 113 119 // error 114 }115 116 for (i = 0 ; i < 10 ; i++)117 {118 if (CF_Thread_Join (&tid[i]) < 0)119 CF_DEBUG_PRINT (stderr, "failed to join %dth thread\n", i);120 120 } 121 121 /* }}} mt */
Note:
See TracChangeset
for help on using the changeset viewer.