Changeset 12f91130 in mainline for uspace/lib/libc/generic/async.c
- Timestamp:
- 2007-06-28T15:49:21Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9591265
- Parents:
- bc1f1c2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/async.c
rbc1f1c2 r12f91130 52 52 * 53 53 * 1) Multithreaded client application 54 * create_thread(thread1);55 * create_thread(thread2);54 * fibril_create(fibril1); 55 * fibril_create(fibril2); 56 56 * ... 57 57 * 58 * thread1() {58 * fibril1() { 59 59 * conn = ipc_connect_me_to(); 60 60 * c1 = send(conn);
Note:
See TracChangeset
for help on using the changeset viewer.