Changeset 574 for trunk/user/sort
- Timestamp:
- Oct 5, 2018, 12:26:30 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user/sort/sort.c
r504 r574 204 204 205 205 206 /////////// 206 ///////////////// 207 207 void main( void ) 208 208 { … … 296 296 297 297 // set thread attributes for all threads 298 attr[thread_uid].attributes = PT_ATTR_CLUSTER_DEFINED | PT_ATTR_CORE_DEFINED; 298 attr[thread_uid].attributes = PT_ATTR_DETACH | 299 PT_ATTR_CLUSTER_DEFINED | 300 PT_ATTR_CORE_DEFINED; 299 301 attr[thread_uid].cxy = HAL_CXY_FROM_XY( x , y ); 300 302 attr[thread_uid].lid = lid;
Note: See TracChangeset
for help on using the changeset viewer.