Rev 1441 | Rev 1452 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1441 | Rev 1449 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #ifndef _libc_ASYNC_H_ |
1 | #ifndef _libc_ASYNC_H_ |
2 | #define _libc_ASYNC_H_ |
2 | #define _libc_ASYNC_H_ |
3 | 3 | ||
4 | #include <ipc/ipc.h> |
4 | #include <ipc/ipc.h> |
5 | #include <psthread.h> |
5 | #include <psthread.h> |
6 | #include <time.h> |
6 | #include <sys/time.h> |
7 | 7 | ||
8 | typedef ipc_callid_t aid_t; |
8 | typedef ipc_callid_t aid_t; |
9 | 9 | ||
10 | int async_manager(void); |
10 | int async_manager(void); |
11 | void async_create_manager(void); |
11 | void async_create_manager(void); |