Ignore:
Timestamp:
Jul 12, 2017, 10:14:11 AM (7 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:
f73f5f4
Parents:
0322865c
Message:

Preemption is now stable enough to push, some clean-up needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/kernel_private.h

    r0322865c rf2b12406  
    5151void BlockInternal(spinlock ** locks, unsigned short count);
    5252void BlockInternal(spinlock ** locks, unsigned short count, thread_desc ** thrds, unsigned short thrd_count);
     53void LeaveThread(spinlock * lock, thread_desc * thrd);
    5354
    5455//-----------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.