r1009: Move the dependencies to newer package names
[cinelerra_cv/mob.git] / guicast / bcipc.h
blob0e3509e3bc33260189efb8cca6ab77e8d3823589
1 #ifndef BCIPC_H
2 #define BCIPC_H
4 #include "arraylist.h"
5 #include "mutex.h"
7 #include "bcipc.h"
8 #include <signal.h>
10 // These must be atomic routines
12 int bc_init_ipc();
13 int bc_enter_shmem_id(int id);
14 int bc_remove_shmem_id(int id);
15 int bc_enter_sema_id(int id);
16 int bc_remove_sema_id(int id);
17 int bc_enter_msg_id(int id);
18 int bc_remove_msg_id(int id);
20 #endif