Adhemerval Zanella 6f33fd046b Consolidate non cancellable nanosleep call
This patch consolidates all the non cancellable nanosleep calls to use
the __nanosleep_nocancel identifier.  For non cancellable targets it will
be just a macro to call the default respective symbol while on Linux
will be a internal one.

Checked on x86_64-linux-gnu, x86_64-linux-gnu-x32, and i686-linux-gnu.

	* nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock): Replace
	nanosleep_not_cancel with __nanosleep_nocancel.
	* sysdeps/generic/not-cancel.h (nanosleep_not_cancel): Remove macro.
	(__nanosleep_nocancel): New macro.
	* sysdeps/unix/sysv/linux/nanosleep.c (__nanosleep_nocancel): New
	function.
	* sysdeps/unix/sysv/linux/not-cancel.h (nanosleep_not_cancel): Remove
	macro.
	(__nanosleep_nocancel): New prototype.
2017-08-22 14:25:08 -03:00
..
2017-08-10 17:00:38 +01:00
2017-08-20 06:51:15 -07:00
2017-08-09 17:51:26 +00:00
2017-06-04 15:27:14 -04:00
2017-08-21 21:43:32 +00:00
2017-08-09 17:51:26 +00:00
2017-08-09 17:51:26 +00:00
2017-07-28 03:54:35 -07:00
2017-08-15 14:00:07 +02:00
2017-06-14 10:47:25 +09:30
2017-08-08 17:14:49 +00:00