Changes in / [c29c342:bd21af5]
- Files:
-
- 4 edited
-
doc/bibliography/pl.bib (modified) (1 diff)
-
src/libcfa/stdhdr/bfdlink.h (modified) (2 diffs)
-
src/libcfa/stdhdr/hwloc.h (modified) (2 diffs)
-
src/libcfa/stdhdr/krb5.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/bibliography/pl.bib
rc29c342 rbd21af5 3355 3355 pages = {115-138}, 3356 3356 year = 1971, 3357 } 3358 3359 @article{Hesselink17, 3360 keywords = {concurrency, mutual exclusion, performance experiment, software solutions}, 3361 title = {High-Contention Mutual Exclusion by Elevator Algorithms}, 3362 author = {Peter Buhr and David Dice and Wim H. Hesselink}, 3363 journal = ccpe, 3364 volumeopt = 30, 3365 numberopt = 4, 3366 year = 2018, 3367 month = may, 3368 publisher = {John Wiley \& Sons}, 3369 note = {\url{https://doi-org.proxy.lib.uwaterloo.ca/10.1002/cpe.4475}} 3357 3370 } 3358 3371 -
src/libcfa/stdhdr/bfdlink.h
rc29c342 rbd21af5 10 10 // Created On : Tue Jul 18 07:26:04 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Jul 18 07:46:50 201713 // Update Count : 312 // Last Modified On : Sun Jul 22 13:49:30 2018 13 // Update Count : 4 14 14 // 15 15 … … 20 20 #endif 21 21 22 #include_next <bfdlink.h> // must haveinternal check for multiple expansion22 #include_next <bfdlink.h> // has internal check for multiple expansion 23 23 24 24 #if defined( with ) && defined( __CFA_BFDLINK_H__ ) // reset only if set -
src/libcfa/stdhdr/hwloc.h
rc29c342 rbd21af5 10 10 // Created On : Tue Jul 18 07:45:00 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Jul 18 07:56:33 201713 // Update Count : 312 // Last Modified On : Sun Jul 22 13:49:58 2018 13 // Update Count : 4 14 14 // 15 15 … … 20 20 #endif 21 21 22 #include_next <hwloc.h> // must haveinternal check for multiple expansion22 #include_next <hwloc.h> // has internal check for multiple expansion 23 23 24 24 #if defined( thread ) && defined( __CFA_HWLOC_H__ ) // reset only if set -
src/libcfa/stdhdr/krb5.h
rc29c342 rbd21af5 10 10 // Created On : Tue Jul 18 07:55:44 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Jul 18 07:58:01 201713 // Update Count : 312 // Last Modified On : Sun Jul 22 13:50:24 2018 13 // Update Count : 4 14 14 // 15 15 … … 20 20 #endif 21 21 22 #include_next <krb5.h> // must haveinternal check for multiple expansion22 #include_next <krb5.h> // has internal check for multiple expansion 23 23 24 24 #if defined( enable ) && defined( __CFA_KRB5_H__ ) // reset only if set
Note:
See TracChangeset
for help on using the changeset viewer.