Moved remaining initialisations to the new process context.
authorAlexandre Julliard <julliard@winehq.org>
Mon, 24 May 1999 14:44:52 +0000 (14:44 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 24 May 1999 14:44:52 +0000 (14:44 +0000)
commit463fd4ffb1f4d8ba0054f8954a9dd5e82592fe55
tree6e2e007b65166bc9c6b9a5f1ce1e9a059bf2b444
parentd2b7a0ba656ea6c83d8374deb027f8edfefa0ce7
Moved remaining initialisations to the new process context.
Shuffled things around a bit in PROCESS_Start to avoid deadlocks.
Changed PROCESS_CallUserSignalProc to avoid accessing another process
address space.
scheduler/process.c