mcexec: transfer job information to LWK

This commit is contained in:
Balazs Gerofi
2017-02-25 18:48:39 +09:00
parent 5a4148aaaf
commit 9c25d47d9b
5 changed files with 5 additions and 0 deletions

View File

@@ -549,6 +549,7 @@ struct process {
mcs_lock_node_t profile_lock;
struct profile_event *profile_events;
#endif // PROFILE_ENABLE
int nr_processes; /* For partitioned execution */
};
void hold_thread(struct thread *ftn);