Changeset 780c8ce in mainline for uspace/srv/taskman/task.c


Ignore:
Timestamp:
2019-08-07T05:52:27Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
012dd8e
Parents:
2aaccd3
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-10-22 23:09:22)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 05:52:27)
Message:

taskman: Light streamlining (removing TODOs)

  • Low work attitude today :-(
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/taskman/task.c

    r2aaccd3 r780c8ce  
    2727 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2828 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    29  */
    30 
    31 /**
    32  * locking order: (TODO move to main?)
    33  * - task_hash_table_lock,
    34  * - pending_wait_lock.
    35  * - listeners_lock
    36  *
    37  * @addtogroup taskman
    38  * @{
    3929 */
    4030
Note: See TracChangeset for help on using the changeset viewer.