Changeset f126c87 in mainline for uspace/lib/c/generic/async.c
- Timestamp:
- 2016-09-01T16:46:27Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a2fbc8
- Parents:
- 9befb0d (diff), bdfdc51c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async.c
r9befb0d rf126c87 992 992 * @param callid Hash of the incoming call. 993 993 * @param call Data of the incoming call. 994 * 994 995 */ 995 996 static void process_notification(ipc_callid_t callid, ipc_call_t *call) … … 1317 1318 fibril_t *fibril = (fibril_t *) __tcb_get()->fibril_data; 1318 1319 unsigned oldsw = fibril->switches; 1319 1320 1320 1321 process_notification(callid, call); 1321 1322 1322 1323 if (oldsw != fibril->switches) { 1323 1324 /* … … 1335 1336 fibril_switch(FIBRIL_FROM_DEAD); 1336 1337 } 1338 1337 1339 return; 1338 1340 }
Note:
See TracChangeset
for help on using the changeset viewer.