libatomic.map 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. LIBATOMIC_1.0 {
  2. global:
  3. __atomic_load;
  4. __atomic_store;
  5. __atomic_exchange;
  6. __atomic_compare_exchange;
  7. __atomic_is_lock_free;
  8. __atomic_add_fetch_1;
  9. __atomic_add_fetch_2;
  10. __atomic_add_fetch_4;
  11. __atomic_add_fetch_8;
  12. __atomic_add_fetch_16;
  13. __atomic_and_fetch_1;
  14. __atomic_and_fetch_2;
  15. __atomic_and_fetch_4;
  16. __atomic_and_fetch_8;
  17. __atomic_and_fetch_16;
  18. __atomic_compare_exchange_1;
  19. __atomic_compare_exchange_2;
  20. __atomic_compare_exchange_4;
  21. __atomic_compare_exchange_8;
  22. __atomic_compare_exchange_16;
  23. __atomic_exchange_1;
  24. __atomic_exchange_2;
  25. __atomic_exchange_4;
  26. __atomic_exchange_8;
  27. __atomic_exchange_16;
  28. __atomic_fetch_add_1;
  29. __atomic_fetch_add_2;
  30. __atomic_fetch_add_4;
  31. __atomic_fetch_add_8;
  32. __atomic_fetch_add_16;
  33. __atomic_fetch_and_1;
  34. __atomic_fetch_and_2;
  35. __atomic_fetch_and_4;
  36. __atomic_fetch_and_8;
  37. __atomic_fetch_and_16;
  38. __atomic_fetch_nand_1;
  39. __atomic_fetch_nand_2;
  40. __atomic_fetch_nand_4;
  41. __atomic_fetch_nand_8;
  42. __atomic_fetch_nand_16;
  43. __atomic_fetch_or_1;
  44. __atomic_fetch_or_2;
  45. __atomic_fetch_or_4;
  46. __atomic_fetch_or_8;
  47. __atomic_fetch_or_16;
  48. __atomic_fetch_sub_1;
  49. __atomic_fetch_sub_2;
  50. __atomic_fetch_sub_4;
  51. __atomic_fetch_sub_8;
  52. __atomic_fetch_sub_16;
  53. __atomic_fetch_xor_1;
  54. __atomic_fetch_xor_2;
  55. __atomic_fetch_xor_4;
  56. __atomic_fetch_xor_8;
  57. __atomic_fetch_xor_16;
  58. __atomic_load_1;
  59. __atomic_load_2;
  60. __atomic_load_4;
  61. __atomic_load_8;
  62. __atomic_load_16;
  63. __atomic_nand_fetch_1;
  64. __atomic_nand_fetch_2;
  65. __atomic_nand_fetch_4;
  66. __atomic_nand_fetch_8;
  67. __atomic_nand_fetch_16;
  68. __atomic_or_fetch_1;
  69. __atomic_or_fetch_2;
  70. __atomic_or_fetch_4;
  71. __atomic_or_fetch_8;
  72. __atomic_or_fetch_16;
  73. __atomic_store_1;
  74. __atomic_store_2;
  75. __atomic_store_4;
  76. __atomic_store_8;
  77. __atomic_store_16;
  78. __atomic_sub_fetch_1;
  79. __atomic_sub_fetch_2;
  80. __atomic_sub_fetch_4;
  81. __atomic_sub_fetch_8;
  82. __atomic_sub_fetch_16;
  83. __atomic_test_and_set_1;
  84. __atomic_test_and_set_2;
  85. __atomic_test_and_set_4;
  86. __atomic_test_and_set_8;
  87. __atomic_test_and_set_16;
  88. __atomic_xor_fetch_1;
  89. __atomic_xor_fetch_2;
  90. __atomic_xor_fetch_4;
  91. __atomic_xor_fetch_8;
  92. __atomic_xor_fetch_16;
  93. local:
  94. *;
  95. };
  96. LIBATOMIC_1.1 {
  97. global:
  98. __atomic_feraiseexcept;
  99. } LIBATOMIC_1.0;