Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#706 closed enhancement (fixed)

async_usleep vs fibril_usleep vs thread_usleep

Reported by: Jiri Svoboda Owned by: Jiri Svoboda
Priority: minor Milestone: 0.7.2
Component: helenos/unspecified Version: mainline
Keywords: Cc:
Blocker for: Depends on:
See also:

Description

async_usleep() and fibril_usleep() seem to be doing the same thing (differently). Some code uses one and other code uses the other. We should unify both. Some code even uses thread_usleep() which is wrong.

Change History (4)

comment:1 by Jakub Jermář, 6 years ago

Milestone: 0.7.1

comment:2 by Jiri Svoboda, 6 years ago

Owner: set to Jiri Svoboda
Status: newaccepted

comment:3 by Jiri Svoboda, 6 years ago

Resolution: fixed
Status: acceptedclosed

Replaced calls to fibril_(u)sleep with async_(u)sleep (commit). Replaced many uses of thread_usleep with async_usleep (commit, commit).

comment:4 by Jakub Jermář, 6 years ago

Milestone: 0.7.2
Note: See TracTickets for help on using tickets.