Changeset 207e8880 in mainline for kernel/generic/include/proc/task.h


Ignore:
Timestamp:
2012-12-05T22:36:42Z (11 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b1c57a8
Parents:
6a585dd
Message:

futex: Switched from using mutexes to spinlocks in futex subsystem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/proc/task.h

    r6a585dd r207e8880  
    133133                cht_t ht;
    134134                /** Serializes access to futex_list.*/
    135                 mutex_t list_lock;
     135                spinlock_t list_lock;
    136136                /** List of all futexes accesses by this task. */
    137137                list_t list;
Note: See TracChangeset for help on using the changeset viewer.