Changes in / [bd21af5:c29c342]
- 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
rbd21af5 rc29c342 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}}3370 3357 } 3371 3358 -
src/libcfa/stdhdr/bfdlink.h
rbd21af5 rc29c342 10 10 // Created On : Tue Jul 18 07:26:04 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun Jul 22 13:49:30 201813 // Update Count : 412 // Last Modified On : Tue Jul 18 07:46:50 2017 13 // Update Count : 3 14 14 // 15 15 … … 20 20 #endif 21 21 22 #include_next <bfdlink.h> // hasinternal check for multiple expansion22 #include_next <bfdlink.h> // must have 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
rbd21af5 rc29c342 10 10 // Created On : Tue Jul 18 07:45:00 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun Jul 22 13:49:58 201813 // Update Count : 412 // Last Modified On : Tue Jul 18 07:56:33 2017 13 // Update Count : 3 14 14 // 15 15 … … 20 20 #endif 21 21 22 #include_next <hwloc.h> // hasinternal check for multiple expansion22 #include_next <hwloc.h> // must have 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
rbd21af5 rc29c342 10 10 // Created On : Tue Jul 18 07:55:44 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun Jul 22 13:50:24 201813 // Update Count : 412 // Last Modified On : Tue Jul 18 07:58:01 2017 13 // Update Count : 3 14 14 // 15 15 … … 20 20 #endif 21 21 22 #include_next <krb5.h> // hasinternal check for multiple expansion22 #include_next <krb5.h> // must have 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.