Changeset 8cb529e for src/libcfa/concurrency/alarm.h
- Timestamp:
- Jul 14, 2017, 12:20:57 PM (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:
- eb2fe4f
- Parents:
- 4ec769c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/alarm.h
r4ec769c r8cb529e 19 19 20 20 #include <stdbool.h> 21 #include <stdint.h> 21 22 22 23 #include "assert" 23 24 24 typedef u nsigned long int __cfa_time_t;25 typedef uint64_t __cfa_time_t; 25 26 26 27 struct thread_desc;
Note: See TracChangeset
for help on using the changeset viewer.