Changeset 86029498 in mainline for libc/generic/async.c
- Timestamp:
- 2006-06-02T21:53:26Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 59ed572
- Parents:
- 2408969
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/async.c
r2408969 r86029498 286 286 287 287 assert(PS_connection); 288 289 if (usecs < 0) /* TODO: let it get through the ipc_call once */ 290 return 0; 288 291 289 292 futex_down(&async_futex); … … 656 659 connection_t *conn; 657 660 661 /* TODO: Let it go through the event read at least once */ 662 if (timeout < 0) 663 return ETIMEOUT; 664 658 665 futex_down(&async_futex); 659 666 if (msg->done) {
Note:
See TracChangeset
for help on using the changeset viewer.