Changeset f2b12406 for src/libcfa/concurrency/kernel_private.h
- Timestamp:
- Jul 12, 2017, 10:14:11 AM (7 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/kernel_private.h
r0322865c rf2b12406 51 51 void BlockInternal(spinlock ** locks, unsigned short count); 52 52 void BlockInternal(spinlock ** locks, unsigned short count, thread_desc ** thrds, unsigned short thrd_count); 53 void LeaveThread(spinlock * lock, thread_desc * thrd); 53 54 54 55 //-----------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.