Changeset 58563585 in mainline for uspace/lib/c/generic/async.c
- Timestamp:
- 2016-08-31T11:15:39Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10cb47e
- Parents:
- 7a67416
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async.c
r7a67416 r58563585 991 991 * @param callid Hash of the incoming call. 992 992 * @param call Data of the incoming call. 993 * 993 994 */ 994 995 static void process_notification(ipc_callid_t callid, ipc_call_t *call) … … 1316 1317 fibril_t *fibril = (fibril_t *) __tcb_get()->fibril_data; 1317 1318 unsigned oldsw = fibril->switches; 1318 1319 1319 1320 process_notification(callid, call); 1320 1321 1321 1322 if (oldsw != fibril->switches) { 1322 1323 /* … … 1334 1335 fibril_switch(FIBRIL_FROM_DEAD); 1335 1336 } 1337 1336 1338 return; 1337 1339 }
Note:
See TracChangeset
for help on using the changeset viewer.