mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
1999-05-18 Thorsten Kukuk <kukuk@suse.de> * nis/nis_lookup.c (nis_lookup): If we run out of memory, close RPC connection.
This commit is contained in:
@ -193,7 +193,7 @@ static int pthread_start_thread(void *arg)
|
||||
__sched_setscheduler(THREAD_GETMEM(self, p_pid),
|
||||
THREAD_GETMEM(self, p_start_args.schedpolicy),
|
||||
&self->p_start_args.schedparam);
|
||||
else if (__pthread_manager_thread.p_priority > 0)
|
||||
else if (__pthread_manager_thread.p_priority > 0)
|
||||
/* Default scheduling required, but thread manager runs in realtime
|
||||
scheduling: switch new thread to SCHED_OTHER policy */
|
||||
{
|
||||
|
Reference in New Issue
Block a user