✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server366.web-hosting.com ​🇻​♯➤ 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 67.223.118.204 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.221
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/alt/php82/usr/include/php/ext/swoole/include//swoole_atomic.h
/*
  +----------------------------------------------------------------------+
  | Swoole                                                               |
  +----------------------------------------------------------------------+
  | This source file is subject to version 2.0 of the Apache license,    |
  | that is bundled with this package in the file LICENSE, and is        |
  | available through the world-wide-web at the following url:           |
  | http://www.apache.org/licenses/LICENSE-2.0.html                      |
  | If you did not receive a copy of the Apache2.0 license and are unable|
  | to obtain it through the world-wide-web, please send a note to       |
  | license@swoole.com so we can mail you a copy immediately.            |
  +----------------------------------------------------------------------+
  | Author: Tianfeng Han  <rango@swoole.com>                             |
  |         Twosee  <twose@qq.com>                                       |
  +----------------------------------------------------------------------+
*/

#pragma once

typedef volatile int32_t sw_atomic_int32_t;
typedef volatile uint32_t sw_atomic_uint32_t;
typedef volatile int64_t sw_atomic_int64_t;
typedef volatile uint64_t sw_atomic_uint64_t;

typedef sw_atomic_int64_t sw_atomic_long_t;
typedef sw_atomic_uint64_t sw_atomic_ulong_t;
typedef sw_atomic_uint32_t sw_atomic_t;

#define sw_atomic_cmp_set(lock, old, set) __sync_bool_compare_and_swap(lock, old, set)
#define sw_atomic_value_cmp_set(value, expected, set) __sync_val_compare_and_swap(value, expected, set)
#define sw_atomic_fetch_add(value, add) __sync_fetch_and_add(value, add)
#define sw_atomic_fetch_sub(value, sub) __sync_fetch_and_sub(value, sub)
#define sw_atomic_memory_barrier() __sync_synchronize()
#define sw_atomic_add_fetch(value, add) __sync_add_and_fetch(value, add)
#define sw_atomic_sub_fetch(value, sub) __sync_sub_and_fetch(value, sub)

#if defined(__x86_64__)
#define sw_atomic_cpu_pause() __asm__ __volatile__("pause")
#elif defined(__aarch64__)
#define sw_atomic_cpu_pause() __asm__ __volatile__("yield")
#else
#define sw_atomic_cpu_pause()
#endif

#define sw_spinlock_release(lock) __sync_lock_release(lock)


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
1 Jan 1970 12.00 AM
root / root
0
swoole.h
22.853 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_api.h
3.391 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_asm_context.h
1.763 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_async.h
3.7 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_atomic.h
2.146 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_base64.h
1.294 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_buffer.h
2.278 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_c_api.h
2.191 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_channel.h
2.337 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_client.h
8.408 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_config.h
8.84 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_coroutine.h
8.964 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_coroutine_c_api.h
4.9 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_coroutine_channel.h
4.184 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_coroutine_context.h
2.59 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_coroutine_socket.h
18.851 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_coroutine_system.h
3.476 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_dtls.h
2.405 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_error.h
5.849 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_file.h
4.094 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_file_hook.h
2.855 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_hash.h
9.69 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_heap.h
1.785 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_http.h
6.989 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_http2.h
8.383 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_lock.h
2.636 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_log.h
15.723 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_lru_cache.h
3.169 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_memory.h
2.747 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_message_bus.h
5.525 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_mime_type.h
1.441 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_mqtt.h
2.176 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_msg_queue.h
1.924 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_pipe.h
2.637 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_process_pool.h
8.882 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_protocol.h
5.315 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_proxy.h
2.141 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_reactor.h
11.249 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_redis.h
2.092 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_server.h
39.622 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_signal.h
1.678 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_socket.h
17.609 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_socket_hook.h
2.23 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_ssl.h
4.943 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_static_handler.h
4.702 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_string.h
8.059 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_table.h
7.346 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_timer.h
4.047 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_util.h
5.582 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_version.h
2.211 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_websocket.h
4.529 KB
12 Mar 2025 1.51 PM
root / linksafe
0644
swoole_wheel_timer.h
2.479 KB
12 Mar 2025 1.51 PM
root / linksafe
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF