|
|
1.1 root 1: /*
2: * UAE - The Un*x Amiga Emulator
3: *
4: * Generic SMP support doesn't exist.
5: *
6: * Copyright 1997 Bernd Schmidt
7: */
8:
9: #undef SUPPORT_PENGUINS
10: #undef SUPPORT_THREADS
11:
12: typedef int uae_sem_t;
13: #define uae_sem_init(a,b,c)
14: #define uae_sem_post(a)
15: #define uae_sem_wait(a)
16: #define uae_sem_trywait(a) 0
17: #define uae_sem_getvalue(a,b) 0
18:
19: typedef int smp_comm_pipe;
20: #define write_comm_pipe_int(a,b,c)
21: #define read_comm_pipe_int_blocking(a) 0
22: #define write_comm_pipe_pvoid(a,b,c)
23: #define read_comm_pipe_pvoid_blocking(a) 0
24: #define init_comm_pipe(a,b,c)
25: #define comm_pipe_has_data(a) 0
26:
27: typedef int penguin_id;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.