mirror of git://sourceware.org/git/glibc.git
Update.
* pthread.c: Move PID of manager for global variable in structure
This commit is contained in:
parent
df4099e83c
commit
768cbca8b5
|
|
@ -49,7 +49,7 @@
|
||||||
increase priority when needed.
|
increase priority when needed.
|
||||||
* internals.h: Add prototype for __pthread_manager_adjust_prio.
|
* internals.h: Add prototype for __pthread_manager_adjust_prio.
|
||||||
* mutex.c: Optimize mutexes to wake up only one thread.
|
* mutex.c: Optimize mutexes to wake up only one thread.
|
||||||
* pthread.c: Move PID of manager fro global variable in structure
|
* pthread.c: Move PID of manager for global variable in structure
|
||||||
element.
|
element.
|
||||||
Patches by Xavier Leroy.
|
Patches by Xavier Leroy.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue