(lwpSetDesc): Unused, remove.
[EMPTH_LWP] (lwpProc): Remove member desc. [EMPTH_LWP] (lwpCreate, lwpDestroy): Don't initialize / finalize it. [EMPTH_POSIX] (empth_t): Remove member desc. [EMPTH_POSIX] (empth_init, empth_create): Don't initialize it. [EMPTH_W32] (loc_Thread): Remove member szDesc. [EMPTH_W32] (empth_init, empth_create): Don't initialize it. (empth_create, lwpCreate): Remove parameter desc. Callers changed.
This commit is contained in:
parent
ee46f55e6e
commit
d0ab92b944
12 changed files with 33 additions and 67 deletions
|
@ -65,9 +65,8 @@ shutdown_initiate(int mins_from_now)
|
|||
mins_from_now);
|
||||
/* FIXME wake up shutdown_sequence() */
|
||||
} else {
|
||||
if (!empth_create(PP_SHUTDOWN, shutdown_sequence, 50 * 1024,
|
||||
0, "shutdownSeq", "Counts down server shutdown",
|
||||
NULL))
|
||||
if (!empth_create(PP_SHUTDOWN, shutdown_sequence, 50 * 1024, 0,
|
||||
"shutdownSeq", NULL))
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue