diff options
Diffstat (limited to 'gl/pthread.in.h')
| -rw-r--r-- | gl/pthread.in.h | 53 |
1 files changed, 1 insertions, 52 deletions
diff --git a/gl/pthread.in.h b/gl/pthread.in.h index 28592cfc..37deab82 100644 --- a/gl/pthread.in.h +++ b/gl/pthread.in.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Implement the most essential subset of POSIX pthread.h. | 1 | /* Implement the most essential subset of POSIX pthread.h. |
| 2 | 2 | ||
| 3 | Copyright (C) 2009-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2009-2026 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
| @@ -522,7 +522,6 @@ _GL_CXXALIAS_SYS_CAST (pthread_create, int, | |||
| 522 | _GL_CXXALIASWARN (pthread_create); | 522 | _GL_CXXALIASWARN (pthread_create); |
| 523 | # endif | 523 | # endif |
| 524 | #elif defined GNULIB_POSIXCHECK | 524 | #elif defined GNULIB_POSIXCHECK |
| 525 | # undef pthread_create | ||
| 526 | # if HAVE_RAW_DECL_PTHREAD_CREATE | 525 | # if HAVE_RAW_DECL_PTHREAD_CREATE |
| 527 | _GL_WARN_ON_USE (pthread_create, "pthread_create is not portable - " | 526 | _GL_WARN_ON_USE (pthread_create, "pthread_create is not portable - " |
| 528 | "use gnulib module pthread-thread for portability"); | 527 | "use gnulib module pthread-thread for portability"); |
| @@ -549,7 +548,6 @@ _GL_CXXALIAS_SYS (pthread_attr_init, int, (pthread_attr_t *attr)); | |||
| 549 | _GL_CXXALIASWARN (pthread_attr_init); | 548 | _GL_CXXALIASWARN (pthread_attr_init); |
| 550 | # endif | 549 | # endif |
| 551 | #elif defined GNULIB_POSIXCHECK | 550 | #elif defined GNULIB_POSIXCHECK |
| 552 | # undef pthread_attr_init | ||
| 553 | # if HAVE_RAW_DECL_PTHREAD_ATTR_INIT | 551 | # if HAVE_RAW_DECL_PTHREAD_ATTR_INIT |
| 554 | _GL_WARN_ON_USE (pthread_attr_init, "pthread_attr_init is not portable - " | 552 | _GL_WARN_ON_USE (pthread_attr_init, "pthread_attr_init is not portable - " |
| 555 | "use gnulib module pthread-thread for portability"); | 553 | "use gnulib module pthread-thread for portability"); |
| @@ -580,7 +578,6 @@ _GL_CXXALIAS_SYS (pthread_attr_getdetachstate, int, | |||
| 580 | _GL_CXXALIASWARN (pthread_attr_getdetachstate); | 578 | _GL_CXXALIASWARN (pthread_attr_getdetachstate); |
| 581 | # endif | 579 | # endif |
| 582 | #elif defined GNULIB_POSIXCHECK | 580 | #elif defined GNULIB_POSIXCHECK |
| 583 | # undef pthread_attr_getdetachstate | ||
| 584 | # if HAVE_RAW_DECL_PTHREAD_ATTR_GETDETACHSTATE | 581 | # if HAVE_RAW_DECL_PTHREAD_ATTR_GETDETACHSTATE |
| 585 | _GL_WARN_ON_USE (pthread_attr_getdetachstate, "pthread_attr_getdetachstate is not portable - " | 582 | _GL_WARN_ON_USE (pthread_attr_getdetachstate, "pthread_attr_getdetachstate is not portable - " |
| 586 | "use gnulib module pthread-thread for portability"); | 583 | "use gnulib module pthread-thread for portability"); |
| @@ -611,7 +608,6 @@ _GL_CXXALIAS_SYS (pthread_attr_setdetachstate, int, | |||
| 611 | _GL_CXXALIASWARN (pthread_attr_setdetachstate); | 608 | _GL_CXXALIASWARN (pthread_attr_setdetachstate); |
| 612 | # endif | 609 | # endif |
| 613 | #elif defined GNULIB_POSIXCHECK | 610 | #elif defined GNULIB_POSIXCHECK |
| 614 | # undef pthread_attr_setdetachstate | ||
| 615 | # if HAVE_RAW_DECL_PTHREAD_ATTR_SETDETACHSTATE | 611 | # if HAVE_RAW_DECL_PTHREAD_ATTR_SETDETACHSTATE |
| 616 | _GL_WARN_ON_USE (pthread_attr_setdetachstate, "pthread_attr_setdetachstate is not portable - " | 612 | _GL_WARN_ON_USE (pthread_attr_setdetachstate, "pthread_attr_setdetachstate is not portable - " |
| 617 | "use gnulib module pthread-thread for portability"); | 613 | "use gnulib module pthread-thread for portability"); |
| @@ -638,7 +634,6 @@ _GL_CXXALIAS_SYS (pthread_attr_destroy, int, (pthread_attr_t *attr)); | |||
| 638 | _GL_CXXALIASWARN (pthread_attr_destroy); | 634 | _GL_CXXALIASWARN (pthread_attr_destroy); |
| 639 | # endif | 635 | # endif |
| 640 | #elif defined GNULIB_POSIXCHECK | 636 | #elif defined GNULIB_POSIXCHECK |
| 641 | # undef pthread_attr_destroy | ||
| 642 | # if HAVE_RAW_DECL_PTHREAD_ATTR_DESTROY | 637 | # if HAVE_RAW_DECL_PTHREAD_ATTR_DESTROY |
| 643 | _GL_WARN_ON_USE (pthread_attr_destroy, "pthread_attr_destroy is not portable - " | 638 | _GL_WARN_ON_USE (pthread_attr_destroy, "pthread_attr_destroy is not portable - " |
| 644 | "use gnulib module pthread-thread for portability"); | 639 | "use gnulib module pthread-thread for portability"); |
| @@ -663,7 +658,6 @@ _GL_CXXALIAS_SYS (pthread_self, pthread_t, (void)); | |||
| 663 | _GL_CXXALIASWARN (pthread_self); | 658 | _GL_CXXALIASWARN (pthread_self); |
| 664 | # endif | 659 | # endif |
| 665 | #elif defined GNULIB_POSIXCHECK | 660 | #elif defined GNULIB_POSIXCHECK |
| 666 | # undef pthread_self | ||
| 667 | # if HAVE_RAW_DECL_PTHREAD_SELF | 661 | # if HAVE_RAW_DECL_PTHREAD_SELF |
| 668 | _GL_WARN_ON_USE (pthread_self, "pthread_self is not portable - " | 662 | _GL_WARN_ON_USE (pthread_self, "pthread_self is not portable - " |
| 669 | "use gnulib module pthread-thread for portability"); | 663 | "use gnulib module pthread-thread for portability"); |
| @@ -688,7 +682,6 @@ _GL_CXXALIAS_SYS (pthread_equal, int, (pthread_t thread1, pthread_t thread2)); | |||
| 688 | _GL_CXXALIASWARN (pthread_equal); | 682 | _GL_CXXALIASWARN (pthread_equal); |
| 689 | # endif | 683 | # endif |
| 690 | #elif defined GNULIB_POSIXCHECK | 684 | #elif defined GNULIB_POSIXCHECK |
| 691 | # undef pthread_equal | ||
| 692 | # if HAVE_RAW_DECL_PTHREAD_EQUAL | 685 | # if HAVE_RAW_DECL_PTHREAD_EQUAL |
| 693 | _GL_WARN_ON_USE (pthread_equal, "pthread_equal is not portable - " | 686 | _GL_WARN_ON_USE (pthread_equal, "pthread_equal is not portable - " |
| 694 | "use gnulib module pthread-thread for portability"); | 687 | "use gnulib module pthread-thread for portability"); |
| @@ -713,7 +706,6 @@ _GL_CXXALIAS_SYS (pthread_detach, int, (pthread_t thread)); | |||
| 713 | _GL_CXXALIASWARN (pthread_detach); | 706 | _GL_CXXALIASWARN (pthread_detach); |
| 714 | # endif | 707 | # endif |
| 715 | #elif defined GNULIB_POSIXCHECK | 708 | #elif defined GNULIB_POSIXCHECK |
| 716 | # undef pthread_detach | ||
| 717 | # if HAVE_RAW_DECL_PTHREAD_DETACH | 709 | # if HAVE_RAW_DECL_PTHREAD_DETACH |
| 718 | _GL_WARN_ON_USE (pthread_detach, "pthread_detach is not portable - " | 710 | _GL_WARN_ON_USE (pthread_detach, "pthread_detach is not portable - " |
| 719 | "use gnulib module pthread-thread for portability"); | 711 | "use gnulib module pthread-thread for portability"); |
| @@ -738,7 +730,6 @@ _GL_CXXALIAS_SYS (pthread_join, int, (pthread_t thread, void **valuep)); | |||
| 738 | _GL_CXXALIASWARN (pthread_join); | 730 | _GL_CXXALIASWARN (pthread_join); |
| 739 | # endif | 731 | # endif |
| 740 | #elif defined GNULIB_POSIXCHECK | 732 | #elif defined GNULIB_POSIXCHECK |
| 741 | # undef pthread_join | ||
| 742 | # if HAVE_RAW_DECL_PTHREAD_JOIN | 733 | # if HAVE_RAW_DECL_PTHREAD_JOIN |
| 743 | _GL_WARN_ON_USE (pthread_join, "pthread_join is not portable - " | 734 | _GL_WARN_ON_USE (pthread_join, "pthread_join is not portable - " |
| 744 | "use gnulib module pthread-thread for portability"); | 735 | "use gnulib module pthread-thread for portability"); |
| @@ -764,7 +755,6 @@ _GL_CXXALIAS_SYS_CAST (pthread_exit, void, (void *value)); | |||
| 764 | _GL_CXXALIASWARN (pthread_exit); | 755 | _GL_CXXALIASWARN (pthread_exit); |
| 765 | # endif | 756 | # endif |
| 766 | #elif defined GNULIB_POSIXCHECK | 757 | #elif defined GNULIB_POSIXCHECK |
| 767 | # undef pthread_exit | ||
| 768 | # if HAVE_RAW_DECL_PTHREAD_EXIT | 758 | # if HAVE_RAW_DECL_PTHREAD_EXIT |
| 769 | _GL_WARN_ON_USE (pthread_exit, "pthread_exit is not portable - " | 759 | _GL_WARN_ON_USE (pthread_exit, "pthread_exit is not portable - " |
| 770 | "use gnulib module pthread-thread for portability"); | 760 | "use gnulib module pthread-thread for portability"); |
| @@ -798,7 +788,6 @@ _GL_CXXALIAS_SYS_CAST (pthread_once, int, | |||
| 798 | _GL_CXXALIASWARN (pthread_once); | 788 | _GL_CXXALIASWARN (pthread_once); |
| 799 | # endif | 789 | # endif |
| 800 | #elif defined GNULIB_POSIXCHECK | 790 | #elif defined GNULIB_POSIXCHECK |
| 801 | # undef pthread_once | ||
| 802 | # if HAVE_RAW_DECL_PTHREAD_ONCE | 791 | # if HAVE_RAW_DECL_PTHREAD_ONCE |
| 803 | _GL_WARN_ON_USE (pthread_once, "pthread_once is not portable - " | 792 | _GL_WARN_ON_USE (pthread_once, "pthread_once is not portable - " |
| 804 | "use gnulib module pthread-once for portability"); | 793 | "use gnulib module pthread-once for portability"); |
| @@ -835,7 +824,6 @@ _GL_CXXALIAS_SYS (pthread_mutex_init, int, | |||
| 835 | _GL_CXXALIASWARN (pthread_mutex_init); | 824 | _GL_CXXALIASWARN (pthread_mutex_init); |
| 836 | # endif | 825 | # endif |
| 837 | #elif defined GNULIB_POSIXCHECK | 826 | #elif defined GNULIB_POSIXCHECK |
| 838 | # undef pthread_mutex_init | ||
| 839 | # if HAVE_RAW_DECL_PTHREAD_MUTEX_INIT | 827 | # if HAVE_RAW_DECL_PTHREAD_MUTEX_INIT |
| 840 | _GL_WARN_ON_USE (pthread_mutex_init, "pthread_mutex_init is not portable - " | 828 | _GL_WARN_ON_USE (pthread_mutex_init, "pthread_mutex_init is not portable - " |
| 841 | "use gnulib module pthread-mutex for portability"); | 829 | "use gnulib module pthread-mutex for portability"); |
| @@ -862,7 +850,6 @@ _GL_CXXALIAS_SYS (pthread_mutexattr_init, int, (pthread_mutexattr_t *attr)); | |||
| 862 | _GL_CXXALIASWARN (pthread_mutexattr_init); | 850 | _GL_CXXALIASWARN (pthread_mutexattr_init); |
| 863 | # endif | 851 | # endif |
| 864 | #elif defined GNULIB_POSIXCHECK | 852 | #elif defined GNULIB_POSIXCHECK |
| 865 | # undef pthread_mutexattr_init | ||
| 866 | # if HAVE_RAW_DECL_PTHREAD_MUTEXATTR_INIT | 853 | # if HAVE_RAW_DECL_PTHREAD_MUTEXATTR_INIT |
| 867 | _GL_WARN_ON_USE (pthread_mutexattr_init, "pthread_mutexattr_init is not portable - " | 854 | _GL_WARN_ON_USE (pthread_mutexattr_init, "pthread_mutexattr_init is not portable - " |
| 868 | "use gnulib module pthread-mutex for portability"); | 855 | "use gnulib module pthread-mutex for portability"); |
| @@ -899,7 +886,6 @@ _GL_CXXALIAS_SYS_CAST (pthread_mutexattr_gettype, int, | |||
| 899 | _GL_CXXALIASWARN (pthread_mutexattr_gettype); | 886 | _GL_CXXALIASWARN (pthread_mutexattr_gettype); |
| 900 | # endif | 887 | # endif |
| 901 | #elif defined GNULIB_POSIXCHECK | 888 | #elif defined GNULIB_POSIXCHECK |
| 902 | # undef pthread_mutexattr_gettype | ||
| 903 | # if HAVE_RAW_DECL_PTHREAD_MUTEXATTR_GETTYPE | 889 | # if HAVE_RAW_DECL_PTHREAD_MUTEXATTR_GETTYPE |
| 904 | _GL_WARN_ON_USE (pthread_mutexattr_gettype, "pthread_mutexattr_gettype is not portable - " | 890 | _GL_WARN_ON_USE (pthread_mutexattr_gettype, "pthread_mutexattr_gettype is not portable - " |
| 905 | "use gnulib module pthread-mutex for portability"); | 891 | "use gnulib module pthread-mutex for portability"); |
| @@ -928,7 +914,6 @@ _GL_CXXALIAS_SYS (pthread_mutexattr_settype, int, | |||
| 928 | _GL_CXXALIASWARN (pthread_mutexattr_settype); | 914 | _GL_CXXALIASWARN (pthread_mutexattr_settype); |
| 929 | # endif | 915 | # endif |
| 930 | #elif defined GNULIB_POSIXCHECK | 916 | #elif defined GNULIB_POSIXCHECK |
| 931 | # undef pthread_mutexattr_settype | ||
| 932 | # if HAVE_RAW_DECL_PTHREAD_MUTEXATTR_SETTYPE | 917 | # if HAVE_RAW_DECL_PTHREAD_MUTEXATTR_SETTYPE |
| 933 | _GL_WARN_ON_USE (pthread_mutexattr_settype, "pthread_mutexattr_settype is not portable - " | 918 | _GL_WARN_ON_USE (pthread_mutexattr_settype, "pthread_mutexattr_settype is not portable - " |
| 934 | "use gnulib module pthread-mutex for portability"); | 919 | "use gnulib module pthread-mutex for portability"); |
| @@ -965,7 +950,6 @@ _GL_CXXALIAS_SYS_CAST (pthread_mutexattr_getrobust, int, | |||
| 965 | _GL_CXXALIASWARN (pthread_mutexattr_getrobust); | 950 | _GL_CXXALIASWARN (pthread_mutexattr_getrobust); |
| 966 | # endif | 951 | # endif |
| 967 | #elif defined GNULIB_POSIXCHECK | 952 | #elif defined GNULIB_POSIXCHECK |
| 968 | # undef pthread_mutexattr_getrobust | ||
| 969 | # if HAVE_RAW_DECL_PTHREAD_MUTEXATTR_GETROBUST | 953 | # if HAVE_RAW_DECL_PTHREAD_MUTEXATTR_GETROBUST |
| 970 | _GL_WARN_ON_USE (pthread_mutexattr_getrobust, "pthread_mutexattr_getrobust is not portable - " | 954 | _GL_WARN_ON_USE (pthread_mutexattr_getrobust, "pthread_mutexattr_getrobust is not portable - " |
| 971 | "use gnulib module pthread-mutex for portability"); | 955 | "use gnulib module pthread-mutex for portability"); |
| @@ -996,7 +980,6 @@ _GL_CXXALIAS_SYS (pthread_mutexattr_setrobust, int, | |||
| 996 | _GL_CXXALIASWARN (pthread_mutexattr_setrobust); | 980 | _GL_CXXALIASWARN (pthread_mutexattr_setrobust); |
| 997 | # endif | 981 | # endif |
| 998 | #elif defined GNULIB_POSIXCHECK | 982 | #elif defined GNULIB_POSIXCHECK |
| 999 | # undef pthread_mutexattr_setrobust | ||
| 1000 | # if HAVE_RAW_DECL_PTHREAD_MUTEXATTR_SETROBUST | 983 | # if HAVE_RAW_DECL_PTHREAD_MUTEXATTR_SETROBUST |
| 1001 | _GL_WARN_ON_USE (pthread_mutexattr_setrobust, "pthread_mutexattr_setrobust is not portable - " | 984 | _GL_WARN_ON_USE (pthread_mutexattr_setrobust, "pthread_mutexattr_setrobust is not portable - " |
| 1002 | "use gnulib module pthread-mutex for portability"); | 985 | "use gnulib module pthread-mutex for portability"); |
| @@ -1023,7 +1006,6 @@ _GL_CXXALIAS_SYS (pthread_mutexattr_destroy, int, (pthread_mutexattr_t *attr)); | |||
| 1023 | _GL_CXXALIASWARN (pthread_mutexattr_destroy); | 1006 | _GL_CXXALIASWARN (pthread_mutexattr_destroy); |
| 1024 | # endif | 1007 | # endif |
| 1025 | #elif defined GNULIB_POSIXCHECK | 1008 | #elif defined GNULIB_POSIXCHECK |
| 1026 | # undef pthread_mutexattr_destroy | ||
| 1027 | # if HAVE_RAW_DECL_PTHREAD_MUTEXATTR_DESTROY | 1009 | # if HAVE_RAW_DECL_PTHREAD_MUTEXATTR_DESTROY |
| 1028 | _GL_WARN_ON_USE (pthread_mutexattr_destroy, "pthread_mutexattr_destroy is not portable - " | 1010 | _GL_WARN_ON_USE (pthread_mutexattr_destroy, "pthread_mutexattr_destroy is not portable - " |
| 1029 | "use gnulib module pthread-mutex for portability"); | 1011 | "use gnulib module pthread-mutex for portability"); |
| @@ -1050,7 +1032,6 @@ _GL_CXXALIAS_SYS (pthread_mutex_lock, int, (pthread_mutex_t *mutex)); | |||
| 1050 | _GL_CXXALIASWARN (pthread_mutex_lock); | 1032 | _GL_CXXALIASWARN (pthread_mutex_lock); |
| 1051 | # endif | 1033 | # endif |
| 1052 | #elif defined GNULIB_POSIXCHECK | 1034 | #elif defined GNULIB_POSIXCHECK |
| 1053 | # undef pthread_mutex_lock | ||
| 1054 | # if HAVE_RAW_DECL_PTHREAD_MUTEX_LOCK | 1035 | # if HAVE_RAW_DECL_PTHREAD_MUTEX_LOCK |
| 1055 | _GL_WARN_ON_USE (pthread_mutex_lock, "pthread_mutex_lock is not portable - " | 1036 | _GL_WARN_ON_USE (pthread_mutex_lock, "pthread_mutex_lock is not portable - " |
| 1056 | "use gnulib module pthread-mutex for portability"); | 1037 | "use gnulib module pthread-mutex for portability"); |
| @@ -1077,7 +1058,6 @@ _GL_CXXALIAS_SYS (pthread_mutex_trylock, int, (pthread_mutex_t *mutex)); | |||
| 1077 | _GL_CXXALIASWARN (pthread_mutex_trylock); | 1058 | _GL_CXXALIASWARN (pthread_mutex_trylock); |
| 1078 | # endif | 1059 | # endif |
| 1079 | #elif defined GNULIB_POSIXCHECK | 1060 | #elif defined GNULIB_POSIXCHECK |
| 1080 | # undef pthread_mutex_trylock | ||
| 1081 | # if HAVE_RAW_DECL_PTHREAD_MUTEX_TRYLOCK | 1061 | # if HAVE_RAW_DECL_PTHREAD_MUTEX_TRYLOCK |
| 1082 | _GL_WARN_ON_USE (pthread_mutex_trylock, "pthread_mutex_trylock is not portable - " | 1062 | _GL_WARN_ON_USE (pthread_mutex_trylock, "pthread_mutex_trylock is not portable - " |
| 1083 | "use gnulib module pthread-mutex for portability"); | 1063 | "use gnulib module pthread-mutex for portability"); |
| @@ -1112,7 +1092,6 @@ _GL_CXXALIAS_SYS (pthread_mutex_timedlock, int, | |||
| 1112 | _GL_CXXALIASWARN (pthread_mutex_timedlock); | 1092 | _GL_CXXALIASWARN (pthread_mutex_timedlock); |
| 1113 | # endif | 1093 | # endif |
| 1114 | #elif defined GNULIB_POSIXCHECK | 1094 | #elif defined GNULIB_POSIXCHECK |
| 1115 | # undef pthread_mutex_timedlock | ||
| 1116 | # if HAVE_RAW_DECL_PTHREAD_MUTEX_TIMEDLOCK | 1095 | # if HAVE_RAW_DECL_PTHREAD_MUTEX_TIMEDLOCK |
| 1117 | _GL_WARN_ON_USE (pthread_mutex_timedlock, "pthread_mutex_timedlock is not portable - " | 1096 | _GL_WARN_ON_USE (pthread_mutex_timedlock, "pthread_mutex_timedlock is not portable - " |
| 1118 | "use gnulib module pthread_mutex_timedlock for portability"); | 1097 | "use gnulib module pthread_mutex_timedlock for portability"); |
| @@ -1139,7 +1118,6 @@ _GL_CXXALIAS_SYS (pthread_mutex_unlock, int, (pthread_mutex_t *mutex)); | |||
| 1139 | _GL_CXXALIASWARN (pthread_mutex_unlock); | 1118 | _GL_CXXALIASWARN (pthread_mutex_unlock); |
| 1140 | # endif | 1119 | # endif |
| 1141 | #elif defined GNULIB_POSIXCHECK | 1120 | #elif defined GNULIB_POSIXCHECK |
| 1142 | # undef pthread_mutex_unlock | ||
| 1143 | # if HAVE_RAW_DECL_PTHREAD_MUTEX_UNLOCK | 1121 | # if HAVE_RAW_DECL_PTHREAD_MUTEX_UNLOCK |
| 1144 | _GL_WARN_ON_USE (pthread_mutex_unlock, "pthread_mutex_unlock is not portable - " | 1122 | _GL_WARN_ON_USE (pthread_mutex_unlock, "pthread_mutex_unlock is not portable - " |
| 1145 | "use gnulib module pthread-mutex for portability"); | 1123 | "use gnulib module pthread-mutex for portability"); |
| @@ -1166,7 +1144,6 @@ _GL_CXXALIAS_SYS (pthread_mutex_destroy, int, (pthread_mutex_t *mutex)); | |||
| 1166 | _GL_CXXALIASWARN (pthread_mutex_destroy); | 1144 | _GL_CXXALIASWARN (pthread_mutex_destroy); |
| 1167 | # endif | 1145 | # endif |
| 1168 | #elif defined GNULIB_POSIXCHECK | 1146 | #elif defined GNULIB_POSIXCHECK |
| 1169 | # undef pthread_mutex_destroy | ||
| 1170 | # if HAVE_RAW_DECL_PTHREAD_MUTEX_DESTROY | 1147 | # if HAVE_RAW_DECL_PTHREAD_MUTEX_DESTROY |
| 1171 | _GL_WARN_ON_USE (pthread_mutex_destroy, "pthread_mutex_destroy is not portable - " | 1148 | _GL_WARN_ON_USE (pthread_mutex_destroy, "pthread_mutex_destroy is not portable - " |
| 1172 | "use gnulib module pthread-mutex for portability"); | 1149 | "use gnulib module pthread-mutex for portability"); |
| @@ -1203,7 +1180,6 @@ _GL_CXXALIAS_SYS (pthread_rwlock_init, int, | |||
| 1203 | _GL_CXXALIASWARN (pthread_rwlock_init); | 1180 | _GL_CXXALIASWARN (pthread_rwlock_init); |
| 1204 | # endif | 1181 | # endif |
| 1205 | #elif defined GNULIB_POSIXCHECK | 1182 | #elif defined GNULIB_POSIXCHECK |
| 1206 | # undef pthread_rwlock_init | ||
| 1207 | # if HAVE_RAW_DECL_PTHREAD_RWLOCK_INIT | 1183 | # if HAVE_RAW_DECL_PTHREAD_RWLOCK_INIT |
| 1208 | _GL_WARN_ON_USE (pthread_rwlock_init, "pthread_rwlock_init is not portable - " | 1184 | _GL_WARN_ON_USE (pthread_rwlock_init, "pthread_rwlock_init is not portable - " |
| 1209 | "use gnulib module pthread-rwlock for portability"); | 1185 | "use gnulib module pthread-rwlock for portability"); |
| @@ -1230,7 +1206,6 @@ _GL_CXXALIAS_SYS (pthread_rwlockattr_init, int, (pthread_rwlockattr_t *attr)); | |||
| 1230 | _GL_CXXALIASWARN (pthread_rwlockattr_init); | 1206 | _GL_CXXALIASWARN (pthread_rwlockattr_init); |
| 1231 | # endif | 1207 | # endif |
| 1232 | #elif defined GNULIB_POSIXCHECK | 1208 | #elif defined GNULIB_POSIXCHECK |
| 1233 | # undef pthread_rwlockattr_init | ||
| 1234 | # if HAVE_RAW_DECL_PTHREAD_RWLOCKATTR_INIT | 1209 | # if HAVE_RAW_DECL_PTHREAD_RWLOCKATTR_INIT |
| 1235 | _GL_WARN_ON_USE (pthread_rwlockattr_init, "pthread_rwlockattr_init is not portable - " | 1210 | _GL_WARN_ON_USE (pthread_rwlockattr_init, "pthread_rwlockattr_init is not portable - " |
| 1236 | "use gnulib module pthread-rwlock for portability"); | 1211 | "use gnulib module pthread-rwlock for portability"); |
| @@ -1259,7 +1234,6 @@ _GL_CXXALIAS_SYS (pthread_rwlockattr_destroy, int, | |||
| 1259 | _GL_CXXALIASWARN (pthread_rwlockattr_destroy); | 1234 | _GL_CXXALIASWARN (pthread_rwlockattr_destroy); |
| 1260 | # endif | 1235 | # endif |
| 1261 | #elif defined GNULIB_POSIXCHECK | 1236 | #elif defined GNULIB_POSIXCHECK |
| 1262 | # undef pthread_rwlockattr_destroy | ||
| 1263 | # if HAVE_RAW_DECL_PTHREAD_RWLOCKATTR_DESTROY | 1237 | # if HAVE_RAW_DECL_PTHREAD_RWLOCKATTR_DESTROY |
| 1264 | _GL_WARN_ON_USE (pthread_rwlockattr_destroy, "pthread_rwlockattr_destroy is not portable - " | 1238 | _GL_WARN_ON_USE (pthread_rwlockattr_destroy, "pthread_rwlockattr_destroy is not portable - " |
| 1265 | "use gnulib module pthread-rwlock for portability"); | 1239 | "use gnulib module pthread-rwlock for portability"); |
| @@ -1286,7 +1260,6 @@ _GL_CXXALIAS_SYS (pthread_rwlock_rdlock, int, (pthread_rwlock_t *lock)); | |||
| 1286 | _GL_CXXALIASWARN (pthread_rwlock_rdlock); | 1260 | _GL_CXXALIASWARN (pthread_rwlock_rdlock); |
| 1287 | # endif | 1261 | # endif |
| 1288 | #elif defined GNULIB_POSIXCHECK | 1262 | #elif defined GNULIB_POSIXCHECK |
| 1289 | # undef pthread_rwlock_rdlock | ||
| 1290 | # if HAVE_RAW_DECL_PTHREAD_RWLOCK_RDLOCK | 1263 | # if HAVE_RAW_DECL_PTHREAD_RWLOCK_RDLOCK |
| 1291 | _GL_WARN_ON_USE (pthread_rwlock_rdlock, "pthread_rwlock_rdlock is not portable - " | 1264 | _GL_WARN_ON_USE (pthread_rwlock_rdlock, "pthread_rwlock_rdlock is not portable - " |
| 1292 | "use gnulib module pthread-rwlock for portability"); | 1265 | "use gnulib module pthread-rwlock for portability"); |
| @@ -1313,7 +1286,6 @@ _GL_CXXALIAS_SYS (pthread_rwlock_wrlock, int, (pthread_rwlock_t *lock)); | |||
| 1313 | _GL_CXXALIASWARN (pthread_rwlock_wrlock); | 1286 | _GL_CXXALIASWARN (pthread_rwlock_wrlock); |
| 1314 | # endif | 1287 | # endif |
| 1315 | #elif defined GNULIB_POSIXCHECK | 1288 | #elif defined GNULIB_POSIXCHECK |
| 1316 | # undef pthread_rwlock_wrlock | ||
| 1317 | # if HAVE_RAW_DECL_PTHREAD_RWLOCK_WRLOCK | 1289 | # if HAVE_RAW_DECL_PTHREAD_RWLOCK_WRLOCK |
| 1318 | _GL_WARN_ON_USE (pthread_rwlock_wrlock, "pthread_rwlock_wrlock is not portable - " | 1290 | _GL_WARN_ON_USE (pthread_rwlock_wrlock, "pthread_rwlock_wrlock is not portable - " |
| 1319 | "use gnulib module pthread-rwlock for portability"); | 1291 | "use gnulib module pthread-rwlock for portability"); |
| @@ -1340,7 +1312,6 @@ _GL_CXXALIAS_SYS (pthread_rwlock_tryrdlock, int, (pthread_rwlock_t *lock)); | |||
| 1340 | _GL_CXXALIASWARN (pthread_rwlock_tryrdlock); | 1312 | _GL_CXXALIASWARN (pthread_rwlock_tryrdlock); |
| 1341 | # endif | 1313 | # endif |
| 1342 | #elif defined GNULIB_POSIXCHECK | 1314 | #elif defined GNULIB_POSIXCHECK |
| 1343 | # undef pthread_rwlock_tryrdlock | ||
| 1344 | # if HAVE_RAW_DECL_PTHREAD_RWLOCK_TRYRDLOCK | 1315 | # if HAVE_RAW_DECL_PTHREAD_RWLOCK_TRYRDLOCK |
| 1345 | _GL_WARN_ON_USE (pthread_rwlock_tryrdlock, "pthread_rwlock_tryrdlock is not portable - " | 1316 | _GL_WARN_ON_USE (pthread_rwlock_tryrdlock, "pthread_rwlock_tryrdlock is not portable - " |
| 1346 | "use gnulib module pthread-rwlock for portability"); | 1317 | "use gnulib module pthread-rwlock for portability"); |
| @@ -1367,7 +1338,6 @@ _GL_CXXALIAS_SYS (pthread_rwlock_trywrlock, int, (pthread_rwlock_t *lock)); | |||
| 1367 | _GL_CXXALIASWARN (pthread_rwlock_trywrlock); | 1338 | _GL_CXXALIASWARN (pthread_rwlock_trywrlock); |
| 1368 | # endif | 1339 | # endif |
| 1369 | #elif defined GNULIB_POSIXCHECK | 1340 | #elif defined GNULIB_POSIXCHECK |
| 1370 | # undef pthread_rwlock_trywrlock | ||
| 1371 | # if HAVE_RAW_DECL_PTHREAD_RWLOCK_TRYWRLOCK | 1341 | # if HAVE_RAW_DECL_PTHREAD_RWLOCK_TRYWRLOCK |
| 1372 | _GL_WARN_ON_USE (pthread_rwlock_trywrlock, "pthread_rwlock_trywrlock is not portable - " | 1342 | _GL_WARN_ON_USE (pthread_rwlock_trywrlock, "pthread_rwlock_trywrlock is not portable - " |
| 1373 | "use gnulib module pthread-rwlock for portability"); | 1343 | "use gnulib module pthread-rwlock for portability"); |
| @@ -1402,7 +1372,6 @@ _GL_CXXALIAS_SYS (pthread_rwlock_timedrdlock, int, | |||
| 1402 | _GL_CXXALIASWARN (pthread_rwlock_timedrdlock); | 1372 | _GL_CXXALIASWARN (pthread_rwlock_timedrdlock); |
| 1403 | # endif | 1373 | # endif |
| 1404 | #elif defined GNULIB_POSIXCHECK | 1374 | #elif defined GNULIB_POSIXCHECK |
| 1405 | # undef pthread_rwlock_timedrdlock | ||
| 1406 | # if HAVE_RAW_DECL_PTHREAD_RWLOCK_TIMEDRDLOCK | 1375 | # if HAVE_RAW_DECL_PTHREAD_RWLOCK_TIMEDRDLOCK |
| 1407 | _GL_WARN_ON_USE (pthread_rwlock_timedrdlock, "pthread_rwlock_timedrdlock is not portable - " | 1376 | _GL_WARN_ON_USE (pthread_rwlock_timedrdlock, "pthread_rwlock_timedrdlock is not portable - " |
| 1408 | "use gnulib module pthread-rwlock for portability"); | 1377 | "use gnulib module pthread-rwlock for portability"); |
| @@ -1437,7 +1406,6 @@ _GL_CXXALIAS_SYS (pthread_rwlock_timedwrlock, int, | |||
| 1437 | _GL_CXXALIASWARN (pthread_rwlock_timedwrlock); | 1406 | _GL_CXXALIASWARN (pthread_rwlock_timedwrlock); |
| 1438 | # endif | 1407 | # endif |
| 1439 | #elif defined GNULIB_POSIXCHECK | 1408 | #elif defined GNULIB_POSIXCHECK |
| 1440 | # undef pthread_rwlock_timedwrlock | ||
| 1441 | # if HAVE_RAW_DECL_PTHREAD_RWLOCK_TIMEDWRLOCK | 1409 | # if HAVE_RAW_DECL_PTHREAD_RWLOCK_TIMEDWRLOCK |
| 1442 | _GL_WARN_ON_USE (pthread_rwlock_timedwrlock, "pthread_rwlock_timedwrlock is not portable - " | 1410 | _GL_WARN_ON_USE (pthread_rwlock_timedwrlock, "pthread_rwlock_timedwrlock is not portable - " |
| 1443 | "use gnulib module pthread-rwlock for portability"); | 1411 | "use gnulib module pthread-rwlock for portability"); |
| @@ -1464,7 +1432,6 @@ _GL_CXXALIAS_SYS (pthread_rwlock_unlock, int, (pthread_rwlock_t *lock)); | |||
| 1464 | _GL_CXXALIASWARN (pthread_rwlock_unlock); | 1432 | _GL_CXXALIASWARN (pthread_rwlock_unlock); |
| 1465 | # endif | 1433 | # endif |
| 1466 | #elif defined GNULIB_POSIXCHECK | 1434 | #elif defined GNULIB_POSIXCHECK |
| 1467 | # undef pthread_rwlock_unlock | ||
| 1468 | # if HAVE_RAW_DECL_PTHREAD_RWLOCK_UNLOCK | 1435 | # if HAVE_RAW_DECL_PTHREAD_RWLOCK_UNLOCK |
| 1469 | _GL_WARN_ON_USE (pthread_rwlock_unlock, "pthread_rwlock_unlock is not portable - " | 1436 | _GL_WARN_ON_USE (pthread_rwlock_unlock, "pthread_rwlock_unlock is not portable - " |
| 1470 | "use gnulib module pthread-rwlock for portability"); | 1437 | "use gnulib module pthread-rwlock for portability"); |
| @@ -1491,7 +1458,6 @@ _GL_CXXALIAS_SYS (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock)); | |||
| 1491 | _GL_CXXALIASWARN (pthread_rwlock_destroy); | 1458 | _GL_CXXALIASWARN (pthread_rwlock_destroy); |
| 1492 | # endif | 1459 | # endif |
| 1493 | #elif defined GNULIB_POSIXCHECK | 1460 | #elif defined GNULIB_POSIXCHECK |
| 1494 | # undef pthread_rwlock_destroy | ||
| 1495 | # if HAVE_RAW_DECL_PTHREAD_RWLOCK_DESTROY | 1461 | # if HAVE_RAW_DECL_PTHREAD_RWLOCK_DESTROY |
| 1496 | _GL_WARN_ON_USE (pthread_rwlock_destroy, "pthread_rwlock_destroy is not portable - " | 1462 | _GL_WARN_ON_USE (pthread_rwlock_destroy, "pthread_rwlock_destroy is not portable - " |
| 1497 | "use gnulib module pthread-rwlock for portability"); | 1463 | "use gnulib module pthread-rwlock for portability"); |
| @@ -1528,7 +1494,6 @@ _GL_CXXALIAS_SYS (pthread_cond_init, int, | |||
| 1528 | _GL_CXXALIASWARN (pthread_cond_init); | 1494 | _GL_CXXALIASWARN (pthread_cond_init); |
| 1529 | # endif | 1495 | # endif |
| 1530 | #elif defined GNULIB_POSIXCHECK | 1496 | #elif defined GNULIB_POSIXCHECK |
| 1531 | # undef pthread_cond_init | ||
| 1532 | # if HAVE_RAW_DECL_PTHREAD_COND_INIT | 1497 | # if HAVE_RAW_DECL_PTHREAD_COND_INIT |
| 1533 | _GL_WARN_ON_USE (pthread_cond_init, "pthread_cond_init is not portable - " | 1498 | _GL_WARN_ON_USE (pthread_cond_init, "pthread_cond_init is not portable - " |
| 1534 | "use gnulib module pthread-cond for portability"); | 1499 | "use gnulib module pthread-cond for portability"); |
| @@ -1555,7 +1520,6 @@ _GL_CXXALIAS_SYS (pthread_condattr_init, int, (pthread_condattr_t *attr)); | |||
| 1555 | _GL_CXXALIASWARN (pthread_condattr_init); | 1520 | _GL_CXXALIASWARN (pthread_condattr_init); |
| 1556 | # endif | 1521 | # endif |
| 1557 | #elif defined GNULIB_POSIXCHECK | 1522 | #elif defined GNULIB_POSIXCHECK |
| 1558 | # undef pthread_condattr_init | ||
| 1559 | # if HAVE_RAW_DECL_PTHREAD_CONDATTR_INIT | 1523 | # if HAVE_RAW_DECL_PTHREAD_CONDATTR_INIT |
| 1560 | _GL_WARN_ON_USE (pthread_condattr_init, "pthread_condattr_init is not portable - " | 1524 | _GL_WARN_ON_USE (pthread_condattr_init, "pthread_condattr_init is not portable - " |
| 1561 | "use gnulib module pthread-cond for portability"); | 1525 | "use gnulib module pthread-cond for portability"); |
| @@ -1582,7 +1546,6 @@ _GL_CXXALIAS_SYS (pthread_condattr_destroy, int, (pthread_condattr_t *attr)); | |||
| 1582 | _GL_CXXALIASWARN (pthread_condattr_destroy); | 1546 | _GL_CXXALIASWARN (pthread_condattr_destroy); |
| 1583 | # endif | 1547 | # endif |
| 1584 | #elif defined GNULIB_POSIXCHECK | 1548 | #elif defined GNULIB_POSIXCHECK |
| 1585 | # undef pthread_condattr_destroy | ||
| 1586 | # if HAVE_RAW_DECL_PTHREAD_CONDATTR_DESTROY | 1549 | # if HAVE_RAW_DECL_PTHREAD_CONDATTR_DESTROY |
| 1587 | _GL_WARN_ON_USE (pthread_condattr_destroy, "pthread_condattr_destroy is not portable - " | 1550 | _GL_WARN_ON_USE (pthread_condattr_destroy, "pthread_condattr_destroy is not portable - " |
| 1588 | "use gnulib module pthread-cond for portability"); | 1551 | "use gnulib module pthread-cond for portability"); |
| @@ -1617,7 +1580,6 @@ _GL_CXXALIAS_SYS (pthread_cond_wait, int, | |||
| 1617 | _GL_CXXALIASWARN (pthread_cond_wait); | 1580 | _GL_CXXALIASWARN (pthread_cond_wait); |
| 1618 | # endif | 1581 | # endif |
| 1619 | #elif defined GNULIB_POSIXCHECK | 1582 | #elif defined GNULIB_POSIXCHECK |
| 1620 | # undef pthread_cond_wait | ||
| 1621 | # if HAVE_RAW_DECL_PTHREAD_COND_WAIT | 1583 | # if HAVE_RAW_DECL_PTHREAD_COND_WAIT |
| 1622 | _GL_WARN_ON_USE (pthread_cond_wait, "pthread_cond_wait is not portable - " | 1584 | _GL_WARN_ON_USE (pthread_cond_wait, "pthread_cond_wait is not portable - " |
| 1623 | "use gnulib module pthread-cond for portability"); | 1585 | "use gnulib module pthread-cond for portability"); |
| @@ -1656,7 +1618,6 @@ _GL_CXXALIAS_SYS (pthread_cond_timedwait, int, | |||
| 1656 | _GL_CXXALIASWARN (pthread_cond_timedwait); | 1618 | _GL_CXXALIASWARN (pthread_cond_timedwait); |
| 1657 | # endif | 1619 | # endif |
| 1658 | #elif defined GNULIB_POSIXCHECK | 1620 | #elif defined GNULIB_POSIXCHECK |
| 1659 | # undef pthread_cond_timedwait | ||
| 1660 | # if HAVE_RAW_DECL_PTHREAD_COND_TIMEDWAIT | 1621 | # if HAVE_RAW_DECL_PTHREAD_COND_TIMEDWAIT |
| 1661 | _GL_WARN_ON_USE (pthread_cond_timedwait, "pthread_cond_timedwait is not portable - " | 1622 | _GL_WARN_ON_USE (pthread_cond_timedwait, "pthread_cond_timedwait is not portable - " |
| 1662 | "use gnulib module pthread-cond for portability"); | 1623 | "use gnulib module pthread-cond for portability"); |
| @@ -1683,7 +1644,6 @@ _GL_CXXALIAS_SYS (pthread_cond_signal, int, (pthread_cond_t *cond)); | |||
| 1683 | _GL_CXXALIASWARN (pthread_cond_signal); | 1644 | _GL_CXXALIASWARN (pthread_cond_signal); |
| 1684 | # endif | 1645 | # endif |
| 1685 | #elif defined GNULIB_POSIXCHECK | 1646 | #elif defined GNULIB_POSIXCHECK |
| 1686 | # undef pthread_cond_signal | ||
| 1687 | # if HAVE_RAW_DECL_PTHREAD_COND_SIGNAL | 1647 | # if HAVE_RAW_DECL_PTHREAD_COND_SIGNAL |
| 1688 | _GL_WARN_ON_USE (pthread_cond_signal, "pthread_cond_signal is not portable - " | 1648 | _GL_WARN_ON_USE (pthread_cond_signal, "pthread_cond_signal is not portable - " |
| 1689 | "use gnulib module pthread-cond for portability"); | 1649 | "use gnulib module pthread-cond for portability"); |
| @@ -1710,7 +1670,6 @@ _GL_CXXALIAS_SYS (pthread_cond_broadcast, int, (pthread_cond_t *cond)); | |||
| 1710 | _GL_CXXALIASWARN (pthread_cond_broadcast); | 1670 | _GL_CXXALIASWARN (pthread_cond_broadcast); |
| 1711 | # endif | 1671 | # endif |
| 1712 | #elif defined GNULIB_POSIXCHECK | 1672 | #elif defined GNULIB_POSIXCHECK |
| 1713 | # undef pthread_cond_broadcast | ||
| 1714 | # if HAVE_RAW_DECL_PTHREAD_COND_BROADCAST | 1673 | # if HAVE_RAW_DECL_PTHREAD_COND_BROADCAST |
| 1715 | _GL_WARN_ON_USE (pthread_cond_broadcast, "pthread_cond_broadcast is not portable - " | 1674 | _GL_WARN_ON_USE (pthread_cond_broadcast, "pthread_cond_broadcast is not portable - " |
| 1716 | "use gnulib module pthread-cond for portability"); | 1675 | "use gnulib module pthread-cond for portability"); |
| @@ -1737,7 +1696,6 @@ _GL_CXXALIAS_SYS (pthread_cond_destroy, int, (pthread_cond_t *cond)); | |||
| 1737 | _GL_CXXALIASWARN (pthread_cond_destroy); | 1696 | _GL_CXXALIASWARN (pthread_cond_destroy); |
| 1738 | # endif | 1697 | # endif |
| 1739 | #elif defined GNULIB_POSIXCHECK | 1698 | #elif defined GNULIB_POSIXCHECK |
| 1740 | # undef pthread_cond_destroy | ||
| 1741 | # if HAVE_RAW_DECL_PTHREAD_COND_DESTROY | 1699 | # if HAVE_RAW_DECL_PTHREAD_COND_DESTROY |
| 1742 | _GL_WARN_ON_USE (pthread_cond_destroy, "pthread_cond_destroy is not portable - " | 1700 | _GL_WARN_ON_USE (pthread_cond_destroy, "pthread_cond_destroy is not portable - " |
| 1743 | "use gnulib module pthread-cond for portability"); | 1701 | "use gnulib module pthread-cond for portability"); |
| @@ -1770,7 +1728,6 @@ _GL_CXXALIAS_SYS_CAST (pthread_key_create, int, | |||
| 1770 | _GL_CXXALIASWARN (pthread_key_create); | 1728 | _GL_CXXALIASWARN (pthread_key_create); |
| 1771 | # endif | 1729 | # endif |
| 1772 | #elif defined GNULIB_POSIXCHECK | 1730 | #elif defined GNULIB_POSIXCHECK |
| 1773 | # undef pthread_key_create | ||
| 1774 | # if HAVE_RAW_DECL_PTHREAD_KEY_CREATE | 1731 | # if HAVE_RAW_DECL_PTHREAD_KEY_CREATE |
| 1775 | _GL_WARN_ON_USE (pthread_key_create, "pthread_key_create is not portable - " | 1732 | _GL_WARN_ON_USE (pthread_key_create, "pthread_key_create is not portable - " |
| 1776 | "use gnulib module pthread-tss for portability"); | 1733 | "use gnulib module pthread-tss for portability"); |
| @@ -1799,7 +1756,6 @@ _GL_CXXALIAS_SYS (pthread_setspecific, int, | |||
| 1799 | _GL_CXXALIASWARN (pthread_setspecific); | 1756 | _GL_CXXALIASWARN (pthread_setspecific); |
| 1800 | # endif | 1757 | # endif |
| 1801 | #elif defined GNULIB_POSIXCHECK | 1758 | #elif defined GNULIB_POSIXCHECK |
| 1802 | # undef pthread_setspecific | ||
| 1803 | # if HAVE_RAW_DECL_PTHREAD_SETSPECIFIC | 1759 | # if HAVE_RAW_DECL_PTHREAD_SETSPECIFIC |
| 1804 | _GL_WARN_ON_USE (pthread_setspecific, "pthread_setspecific is not portable - " | 1760 | _GL_WARN_ON_USE (pthread_setspecific, "pthread_setspecific is not portable - " |
| 1805 | "use gnulib module pthread-tss for portability"); | 1761 | "use gnulib module pthread-tss for portability"); |
| @@ -1824,7 +1780,6 @@ _GL_CXXALIAS_SYS (pthread_getspecific, void *, (pthread_key_t key)); | |||
| 1824 | _GL_CXXALIASWARN (pthread_getspecific); | 1780 | _GL_CXXALIASWARN (pthread_getspecific); |
| 1825 | # endif | 1781 | # endif |
| 1826 | #elif defined GNULIB_POSIXCHECK | 1782 | #elif defined GNULIB_POSIXCHECK |
| 1827 | # undef pthread_getspecific | ||
| 1828 | # if HAVE_RAW_DECL_PTHREAD_GETSPECIFIC | 1783 | # if HAVE_RAW_DECL_PTHREAD_GETSPECIFIC |
| 1829 | _GL_WARN_ON_USE (pthread_getspecific, "pthread_getspecific is not portable - " | 1784 | _GL_WARN_ON_USE (pthread_getspecific, "pthread_getspecific is not portable - " |
| 1830 | "use gnulib module pthread-tss for portability"); | 1785 | "use gnulib module pthread-tss for portability"); |
| @@ -1849,7 +1804,6 @@ _GL_CXXALIAS_SYS (pthread_key_delete, int, (pthread_key_t key)); | |||
| 1849 | _GL_CXXALIASWARN (pthread_key_delete); | 1804 | _GL_CXXALIASWARN (pthread_key_delete); |
| 1850 | # endif | 1805 | # endif |
| 1851 | #elif defined GNULIB_POSIXCHECK | 1806 | #elif defined GNULIB_POSIXCHECK |
| 1852 | # undef pthread_key_delete | ||
| 1853 | # if HAVE_RAW_DECL_PTHREAD_KEY_DELETE | 1807 | # if HAVE_RAW_DECL_PTHREAD_KEY_DELETE |
| 1854 | _GL_WARN_ON_USE (pthread_key_delete, "pthread_key_delete is not portable - " | 1808 | _GL_WARN_ON_USE (pthread_key_delete, "pthread_key_delete is not portable - " |
| 1855 | "use gnulib module pthread-tss for portability"); | 1809 | "use gnulib module pthread-tss for portability"); |
| @@ -1882,7 +1836,6 @@ _GL_CXXALIAS_SYS (pthread_spin_init, int, | |||
| 1882 | _GL_CXXALIASWARN (pthread_spin_init); | 1836 | _GL_CXXALIASWARN (pthread_spin_init); |
| 1883 | # endif | 1837 | # endif |
| 1884 | #elif defined GNULIB_POSIXCHECK | 1838 | #elif defined GNULIB_POSIXCHECK |
| 1885 | # undef pthread_spin_init | ||
| 1886 | # if HAVE_RAW_DECL_PTHREAD_SPIN_INIT | 1839 | # if HAVE_RAW_DECL_PTHREAD_SPIN_INIT |
| 1887 | _GL_WARN_ON_USE (pthread_spin_init, "pthread_spin_init is not portable - " | 1840 | _GL_WARN_ON_USE (pthread_spin_init, "pthread_spin_init is not portable - " |
| 1888 | "use gnulib module pthread-spin for portability"); | 1841 | "use gnulib module pthread-spin for portability"); |
| @@ -1909,7 +1862,6 @@ _GL_CXXALIAS_SYS (pthread_spin_lock, int, (pthread_spinlock_t *lock)); | |||
| 1909 | _GL_CXXALIASWARN (pthread_spin_lock); | 1862 | _GL_CXXALIASWARN (pthread_spin_lock); |
| 1910 | # endif | 1863 | # endif |
| 1911 | #elif defined GNULIB_POSIXCHECK | 1864 | #elif defined GNULIB_POSIXCHECK |
| 1912 | # undef pthread_spin_lock | ||
| 1913 | # if HAVE_RAW_DECL_PTHREAD_SPIN_LOCK | 1865 | # if HAVE_RAW_DECL_PTHREAD_SPIN_LOCK |
| 1914 | _GL_WARN_ON_USE (pthread_spin_lock, "pthread_spin_lock is not portable - " | 1866 | _GL_WARN_ON_USE (pthread_spin_lock, "pthread_spin_lock is not portable - " |
| 1915 | "use gnulib module pthread-spin for portability"); | 1867 | "use gnulib module pthread-spin for portability"); |
| @@ -1936,7 +1888,6 @@ _GL_CXXALIAS_SYS (pthread_spin_trylock, int, (pthread_spinlock_t *lock)); | |||
| 1936 | _GL_CXXALIASWARN (pthread_spin_trylock); | 1888 | _GL_CXXALIASWARN (pthread_spin_trylock); |
| 1937 | # endif | 1889 | # endif |
| 1938 | #elif defined GNULIB_POSIXCHECK | 1890 | #elif defined GNULIB_POSIXCHECK |
| 1939 | # undef pthread_spin_trylock | ||
| 1940 | # if HAVE_RAW_DECL_PTHREAD_SPIN_TRYLOCK | 1891 | # if HAVE_RAW_DECL_PTHREAD_SPIN_TRYLOCK |
| 1941 | _GL_WARN_ON_USE (pthread_spin_trylock, "pthread_spin_trylock is not portable - " | 1892 | _GL_WARN_ON_USE (pthread_spin_trylock, "pthread_spin_trylock is not portable - " |
| 1942 | "use gnulib module pthread-spin for portability"); | 1893 | "use gnulib module pthread-spin for portability"); |
| @@ -1963,7 +1914,6 @@ _GL_CXXALIAS_SYS (pthread_spin_unlock, int, (pthread_spinlock_t *lock)); | |||
| 1963 | _GL_CXXALIASWARN (pthread_spin_unlock); | 1914 | _GL_CXXALIASWARN (pthread_spin_unlock); |
| 1964 | # endif | 1915 | # endif |
| 1965 | #elif defined GNULIB_POSIXCHECK | 1916 | #elif defined GNULIB_POSIXCHECK |
| 1966 | # undef pthread_spin_unlock | ||
| 1967 | # if HAVE_RAW_DECL_PTHREAD_SPIN_UNLOCK | 1917 | # if HAVE_RAW_DECL_PTHREAD_SPIN_UNLOCK |
| 1968 | _GL_WARN_ON_USE (pthread_spin_unlock, "pthread_spin_unlock is not portable - " | 1918 | _GL_WARN_ON_USE (pthread_spin_unlock, "pthread_spin_unlock is not portable - " |
| 1969 | "use gnulib module pthread-spin for portability"); | 1919 | "use gnulib module pthread-spin for portability"); |
| @@ -1990,7 +1940,6 @@ _GL_CXXALIAS_SYS (pthread_spin_destroy, int, (pthread_spinlock_t *lock)); | |||
| 1990 | _GL_CXXALIASWARN (pthread_spin_destroy); | 1940 | _GL_CXXALIASWARN (pthread_spin_destroy); |
| 1991 | # endif | 1941 | # endif |
| 1992 | #elif defined GNULIB_POSIXCHECK | 1942 | #elif defined GNULIB_POSIXCHECK |
| 1993 | # undef pthread_spin_destroy | ||
| 1994 | # if HAVE_RAW_DECL_PTHREAD_SPIN_DESTROY | 1943 | # if HAVE_RAW_DECL_PTHREAD_SPIN_DESTROY |
| 1995 | _GL_WARN_ON_USE (pthread_spin_destroy, "pthread_spin_destroy is not portable - " | 1944 | _GL_WARN_ON_USE (pthread_spin_destroy, "pthread_spin_destroy is not portable - " |
| 1996 | "use gnulib module pthread-spin for portability"); | 1945 | "use gnulib module pthread-spin for portability"); |
