Ignore:
Timestamp:
Feb 13, 2017, 5:20:06 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
294647b, d3a804f5
Parents:
ee897e4b
Message:

Removed global spinlock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/kernel

    ree897e4b reafb094  
    2828//-----------------------------------------------------------------------------
    2929// Locks
    30 // void lock( simple_lock * );
    31 // void lock( simple_lock *, spinlock * );
    32 // void unlock( simple_lock * );
    33 
    3430void lock( spinlock * );
    3531void unlock( spinlock * );
Note: See TracChangeset for help on using the changeset viewer.