Changeset 14054
- Timestamp:
- 11/29/12 16:17:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/Threads/LaunchThread.cpp
r13622 r14054 31 31 pthread_t *threads = NULL; 32 32 pthread_handle *handles = NULL; 33 34 /*check number of threads*/ 35 if(num<1) _error_("number of threads must be at least 1"); 36 if(num>2000) _error_("number of threads seems to be too high ("<<num<<">2000)"); 33 37 34 38 /*dynamically allocate: */
Note:
See TracChangeset
for help on using the changeset viewer.