Changeset 637 for trunk/kernel/kern/process.c
- Timestamp:
- Jul 18, 2019, 2:06:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/process.c
r635 r637 1909 1909 1910 1910 // select a core in local cluster to execute the main thread 1911 lid = cluster_select_local_core( );1911 lid = cluster_select_local_core( local_cxy ); 1912 1912 1913 1913 // initialize pthread attributes for main thread
Note: See TracChangeset
for help on using the changeset viewer.