Changeset bd98b58 for src/libcfa/concurrency/threads
- Timestamp:
- Jan 20, 2017, 4:50:15 PM (8 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:
- 207c7e1d
- Parents:
- dcb42b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/libcfa/concurrency/threads ¶
rdcb42b8 rbd98b58 45 45 } 46 46 47 thread_h * this_thread(void); 48 47 49 //----------------------------------------------------------------------------- 48 50 // Ctors and dtors … … 67 69 void ^?{}( thread(T)* this ); 68 70 69 //----------------------------------------------------------------------------- 70 // PRIVATE exposed because of inline 71 void yield(); 71 72 72 73 #endif //THREADS_H
Note: See TracChangeset
for help on using the changeset viewer.