Changeset 1e538fb for libcfa/src/concurrency
- Timestamp:
- Jun 20, 2023, 2:13:44 PM (21 months ago)
- Branches:
- master
- Children:
- b065dbb
- Parents:
- 33d4bc8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/locks.hfa
r33d4bc8 r1e538fb 35 35 #include <linux/futex.h> /* Definition of FUTEX_* constants */ 36 36 #include <sys/syscall.h> /* Definition of SYS_* constants */ 37 #include <unistd.h> 37 #include <unistd.h> /* Definition of syscall routine */ 38 38 39 39 typedef void (*__cfa_pre_park)( void * );
Note: See TracChangeset
for help on using the changeset viewer.