Changeset e0a4686 in mainline for uspace/lib/c/generic/fibril_synch.c
- Timestamp:
- 2018-03-08T18:25:31Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 53ad43c, 615e83d
- Parents:
- fd57cf17
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-06 22:03:11)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-08 18:25:31)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/fibril_synch.c
rfd57cf17 re0a4686 73 73 if (oi->owned_by == f) 74 74 break; 75 stacktrace_print_fp_pc(context_get_fp(&oi->owned_by->ctx), 76 oi->owned_by->ctx.pc); 75 stacktrace_print_fp_pc( 76 context_get_fp(&oi->owned_by->ctx), 77 context_get_pc(&oi->owned_by->ctx)); 77 78 printf("Fibril %p waits for primitive %p.\n", 78 79 oi->owned_by, oi->owned_by->waits_for);
Note:
See TracChangeset
for help on using the changeset viewer.