2024-01-01 18:12:26 +00:00
|
|
|
/* Copyright (C) 2000-2024 Free Software Foundation, Inc.
|
2000-07-28 13:37:26 +00:00
|
|
|
This file is part of the GNU C Library.
|
|
|
|
|
|
|
|
The GNU C Library is free software; you can redistribute it and/or
|
2001-07-06 04:56:23 +00:00
|
|
|
modify it under the terms of the GNU Lesser General Public
|
|
|
|
License as published by the Free Software Foundation; either
|
|
|
|
version 2.1 of the License, or (at your option) any later version.
|
2000-07-28 13:37:26 +00:00
|
|
|
|
|
|
|
The GNU C Library is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
2001-07-06 04:56:23 +00:00
|
|
|
Lesser General Public License for more details.
|
2000-07-28 13:37:26 +00:00
|
|
|
|
2001-07-06 04:56:23 +00:00
|
|
|
You should have received a copy of the GNU Lesser General Public
|
2012-03-09 23:56:38 +00:00
|
|
|
License along with the GNU C Library. If not, see
|
Prefer https to http for gnu.org and fsf.org URLs
Also, change sources.redhat.com to sourceware.org.
This patch was automatically generated by running the following shell
script, which uses GNU sed, and which avoids modifying files imported
from upstream:
sed -ri '
s,(http|ftp)(://(.*\.)?(gnu|fsf|sourceware)\.org($|[^.]|\.[^a-z])),https\2,g
s,(http|ftp)(://(.*\.)?)sources\.redhat\.com($|[^.]|\.[^a-z]),https\2sourceware.org\4,g
' \
$(find $(git ls-files) -prune -type f \
! -name '*.po' \
! -name 'ChangeLog*' \
! -path COPYING ! -path COPYING.LIB \
! -path manual/fdl-1.3.texi ! -path manual/lgpl-2.1.texi \
! -path manual/texinfo.tex ! -path scripts/config.guess \
! -path scripts/config.sub ! -path scripts/install-sh \
! -path scripts/mkinstalldirs ! -path scripts/move-if-change \
! -path INSTALL ! -path locale/programs/charmap-kw.h \
! -path po/libc.pot ! -path sysdeps/gnu/errlist.c \
! '(' -name configure \
-execdir test -f configure.ac -o -f configure.in ';' ')' \
! '(' -name preconfigure \
-execdir test -f preconfigure.ac ';' ')' \
-print)
and then by running 'make dist-prepare' to regenerate files built
from the altered files, and then executing the following to cleanup:
chmod a+x sysdeps/unix/sysv/linux/riscv/configure
# Omit irrelevant whitespace and comment-only changes,
# perhaps from a slightly-different Autoconf version.
git checkout -f \
sysdeps/csky/configure \
sysdeps/hppa/configure \
sysdeps/riscv/configure \
sysdeps/unix/sysv/linux/csky/configure
# Omit changes that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/powerpc/powerpc64/ppc-mcount.S: trailing lines
git checkout -f \
sysdeps/powerpc/powerpc64/ppc-mcount.S \
sysdeps/unix/sysv/linux/s390/s390-64/syscall.S
# Omit change that caused a pre-commit check to fail like this:
# remote: *** error: sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: last line does not end in newline
git checkout -f sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S
2019-09-07 05:40:42 +00:00
|
|
|
<https://www.gnu.org/licenses/>. */
|
2000-07-28 13:37:26 +00:00
|
|
|
|
|
|
|
#ifndef _SYS_TAS_H
|
|
|
|
#define _SYS_TAS_H 1
|
|
|
|
|
|
|
|
#include <features.h>
|
2004-07-20 16:35:32 +00:00
|
|
|
#include <sgidefs.h>
|
|
|
|
|
2000-07-28 13:37:26 +00:00
|
|
|
__BEGIN_DECLS
|
|
|
|
|
2013-02-27 23:45:07 +00:00
|
|
|
extern int _test_and_set (int *__p, int __v)
|
|
|
|
__THROW __attribute__ ((__nomips16__));
|
2000-07-28 13:37:26 +00:00
|
|
|
|
|
|
|
#ifdef __USE_EXTERN_INLINES
|
|
|
|
|
|
|
|
# ifndef _EXTERN_INLINE
|
* sysdeps/mips/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Pass
LLL_PRIVATE argument to lll_futex_wake.
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_CLOEXEC): Define.
* sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_UNIX): Update
comment.
(PF_IUCV, PF_RXRPC): Define.
(PF_MAX): Update.
(AF_IUCV, AF_RXRPC): Define.
(MSG_CMSG_CLOEXEC): Define.
(_EXTERN_INLINE): Define to __extern_inline.
* sysdeps/unix/sysv/linux/mips/bits/stat.h (UTIME_NOW,
UTIME_OMIT): Define.
* sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Include <tls.h>.
* sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h: Renamed all
lll_mutex_* resp. lll_robust_mutex_* macros to lll_*
resp. lll_robust_*. Renamed all LLL_MUTEX_LOCK_* macros to
LLL_LOCK_*. Include <kernel-features.h>.
(LLL_LOCK_INITIALIZER): Remove duplicate definition.
(LLL_PRIVATE, LLL_SHARED, __lll_private_flag): Define.
* sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c
(clear_once_control, __pthread_once): Pass LLL_PRIVATE argument to
lll_futex_wait.
(lll_futex_wait, lll_futex_timed_wait, lll_futex_wake,
lll_robust_dead, lll_futex_requeue, lll_futex_wake_unlock): Take
private arguments.
(__lll_robust_trylock): Convert to macro.
(__lll_robust_lock_wait): Add private argument.
(__lll_lock_wait_private, __lll_lock_wait): Declare.
(__lll_lock): Convert to macro. Take private argument.
(__lll_cond_lock): Likewise.
(lll_lock, lll_cond_lock): Take private arguments.
(__lll_robust_lock): Take private argument. Convert to macro.
(lll_robust_lock, __lll_cond_lock, lll_cond_lock,
lll_robust_cond_lock): Take private arguments.
(__lll_timedlock_wait, __lll_robust_timedlock_wait): Take private
arguments.
(__lll_timedlock, __lll_robust_timedlock): Take private arguments.
(lll_timedlock, lll_robust_timedlock): Take private arguments.
(__lll_unlock, __lll_robust_unlock): Convert to macros. Take
private arguments.
(lll_unlock, lll_robust_unlock): Take private arguments.
(__lll_mutex_unlock_force, lll_mutex_unlock_force, lll_lock_t,
lll_trylock, lll_lock, lll_unlock, lll_islocked): Remove.
(lll_wait_tid): Pass LLL_SHARED to lll_futex_wait.
(__lll_cond_wait, __lll_cond_timedwait, __lll_cond_wake,
__lll_cond_broadcast, lll_cond_wait, lll_cond_timedwait,
lll_cond_wake, lll_cond_broadcast): Remove.
* sysdeps/unix/sysv/linux/mips/sys/tas.h (_EXTERN_INLINE): Define
to __extern_inline.
2007-09-12 12:57:41 +00:00
|
|
|
# define _EXTERN_INLINE __extern_inline
|
2000-07-28 13:37:26 +00:00
|
|
|
# endif
|
|
|
|
|
2013-02-27 23:45:07 +00:00
|
|
|
_EXTERN_INLINE int __attribute__ ((__nomips16__))
|
2009-03-15 16:54:26 +00:00
|
|
|
__NTH (_test_and_set (int *__p, int __v))
|
2000-07-28 13:37:26 +00:00
|
|
|
{
|
2009-03-15 16:54:26 +00:00
|
|
|
int __r, __t;
|
2000-07-28 13:37:26 +00:00
|
|
|
|
2018-11-01 14:36:48 +00:00
|
|
|
/* The R5900 reports itself as MIPS III but it does not have LL/SC. */
|
2000-07-28 13:37:26 +00:00
|
|
|
__asm__ __volatile__
|
2002-02-07 10:39:06 +00:00
|
|
|
("/* Inline test and set */\n"
|
2002-07-16 00:58:07 +00:00
|
|
|
".set push\n\t"
|
2018-11-01 14:36:48 +00:00
|
|
|
#if _MIPS_SIM == _ABIO32 && (__mips < 2 || defined (_MIPS_ARCH_R5900))
|
2002-07-16 00:58:07 +00:00
|
|
|
".set mips2\n\t"
|
2003-03-14 07:03:36 +00:00
|
|
|
#endif
|
2008-03-28 17:41:20 +00:00
|
|
|
"sync\n\t"
|
|
|
|
"1:\n\t"
|
2002-02-07 10:39:06 +00:00
|
|
|
"ll %0,%3\n\t"
|
2002-02-08 16:15:32 +00:00
|
|
|
"move %1,%4\n\t"
|
2000-07-28 13:37:26 +00:00
|
|
|
"beq %0,%4,2f\n\t"
|
|
|
|
"sc %1,%2\n\t"
|
2002-02-07 10:39:06 +00:00
|
|
|
"beqz %1,1b\n"
|
2008-03-28 17:41:20 +00:00
|
|
|
"sync\n\t"
|
|
|
|
".set pop\n\t"
|
2002-02-03 02:25:17 +00:00
|
|
|
"2:\n\t"
|
|
|
|
"/* End test and set */"
|
2009-03-15 16:54:26 +00:00
|
|
|
: "=&r" (__r), "=&r" (__t), "=m" (*__p)
|
|
|
|
: "m" (*__p), "r" (__v)
|
2000-07-28 13:37:26 +00:00
|
|
|
: "memory");
|
|
|
|
|
2009-03-15 16:54:26 +00:00
|
|
|
return __r;
|
2000-07-28 13:37:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#endif /* __USE_EXTERN_INLINES */
|
|
|
|
|
|
|
|
__END_DECLS
|
|
|
|
|
|
|
|
#endif /* sys/tas.h */
|