- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/thread.cfa
rfe9468e2 r3ea8ad1 162 162 } 163 163 164 uint64_t thread_rand() {165 disable_interrupts();166 uint64_t ret = __tls_rand();167 enable_interrupts( __cfaabi_dbg_ctx );168 return ret;169 }170 171 164 // Local Variables: // 172 165 // mode: c //
Note:
See TracChangeset
for help on using the changeset viewer.