Opened 8 years ago
Closed 7 years ago
#707 closed enhancement (worksforme)
Some code creates threads instead of fibrils
| Reported by: | Jiri Svoboda | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | helenos/unspecified | Version: | mainline |
| Keywords: | Cc: | ||
| Blocker for: | Depends on: | ||
| See also: |
Description
Currently all regular code should be using fibrils, not threads (they don't mix well with IPC). Still some code calls thread_create. This should be cleaned up.
Change History (2)
comment:1 by , 8 years ago
| Milestone: | 0.7.1 |
|---|
comment:2 by , 7 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

As of 68a0d60965b3d761a94fddcea64dc153811763cf, the only user of thread_create() is fibril_test_spawn_runners() in fibril.c