ruby/coroutine
Nobuyoshi Nakada 9a90cd2284 Cast via uintptr_t function pointer between object pointer
- ISO C forbids conversion of function pointer to object pointer type
- ISO C forbids conversion of object pointer to function pointer type
2024-10-08 23:29:49 +09:00
..
amd64 Cast via uintptr_t function pointer between object pointer 2024-10-08 23:29:49 +09:00
arm32 Cast via uintptr_t function pointer between object pointer 2024-10-08 23:29:49 +09:00
arm64 Cast via uintptr_t function pointer between object pointer 2024-10-08 23:29:49 +09:00
asyncify wasm: align fiber stack pointer to 16 bytes 2024-01-29 23:45:36 +09:00
emscripten Replace copy coroutine with pthread implementation. 2021-07-01 11:23:03 +12:00
loongarch64 Cast via uintptr_t function pointer between object pointer 2024-10-08 23:29:49 +09:00
ppc Do not use non-ASCII chars in sources 2023-11-05 02:14:26 +09:00
ppc64 Do not use non-ASCII chars in sources 2023-11-05 02:14:26 +09:00
ppc64le Replace copy coroutine with pthread implementation. 2021-07-01 11:23:03 +12:00
pthread Ignore dead threads in coroutine_join. 2021-07-02 12:36:14 +12:00
riscv64 Cast via uintptr_t function pointer between object pointer 2024-10-08 23:29:49 +09:00
ucontext Replace copy coroutine with pthread implementation. 2021-07-01 11:23:03 +12:00
universal Ruby31: add support for Darwin ppc/ppc64 (#5927) 2022-05-22 15:02:03 +12:00
win32 Cast via uintptr_t function pointer between object pointer 2024-10-08 23:29:49 +09:00
win64 Cast via uintptr_t function pointer between object pointer 2024-10-08 23:29:49 +09:00
x86 Cast via uintptr_t function pointer between object pointer 2024-10-08 23:29:49 +09:00