Changeset fc5f7a8 in mainline
- Timestamp:
- 2011-01-29T19:43:15Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5bcf1f9
- Parents:
- 10477601
- Location:
- uspace/lib/c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/libc.c
r10477601 rfc5f7a8 47 47 #include <thread.h> 48 48 #include <fibril.h> 49 #include <async.h>50 49 #include <as.h> 51 50 #include <loader/pcb.h> 52 51 #include "private/libc.h" 52 #include "private/async.h" 53 53 54 54 void _exit(int status) -
uspace/lib/c/generic/private/async.h
r10477601 rfc5f7a8 79 79 } awaiter_t; 80 80 81 extern int __async_init(void); 81 82 extern void async_insert_timeout(awaiter_t *); 82 83 -
uspace/lib/c/include/async.h
r10477601 rfc5f7a8 57 57 extern atomic_t threads_in_ipc_wait; 58 58 59 extern int __async_init(void);60 59 extern ipc_callid_t async_get_call_timeout(ipc_call_t *, suseconds_t); 61 60
Note:
See TracChangeset
for help on using the changeset viewer.