Changeset 669f3d32 in mainline for kernel/generic/src/proc/thread.c


Ignore:
Timestamp:
2012-11-20T18:26:14Z (13 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c28413a9
Parents:
04d66804
Message:

Adapted the kernel futex subsystem to use CHT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/proc/thread.c

    r04d66804 r669f3d32  
    518518                         */
    519519                        ipc_cleanup();
    520                         futex_cleanup();
     520                        futex_task_cleanup();
    521521                        LOG("Cleanup of task %" PRIu64" completed.", TASK->taskid);
    522522                }
Note: See TracChangeset for help on using the changeset viewer.