add copy-related functions to path

This commit is contained in:
Ryo Nakamura
2023-02-25 23:39:20 +09:00
parent 1be9b70808
commit 3d26cc2c18
6 changed files with 395 additions and 24 deletions

View File

@@ -65,7 +65,7 @@ static inline void lock_release_via_cleanup(void *l)
pthread_cleanup_push(lock_release_via_cleanup, l)
#define LOCK_RELEASE_THREAD(l) \
#define LOCK_RELEASE_THREAD() \
pthread_cleanup_pop(1)
#endif /* _ATOMIC_H_ */