Adhemerval Zanella 08d6eb46ca Consolidate non cancellable pause call
This patch consolidates all the non cancellable pause calls to use
the __pause_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_lock.c (__pthread_mutex_lock_full): Replace
	pause_not_cancel with __pause_nocancel.
	* sysdeps/generic/not-cancel.h (pause_not_cancel): Remove macro.
	(__pause_nocancel): New macro.
	* sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): Remove
	macro.
	(__pause_nocancel): New prototype.
	* sysdeps/unix/sysv/linux/pause.c (__pause_nocancel): New function.
2017-08-22 14:25:03 -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