mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-30 01:02:29 +00:00
Add *NSYNC unit test suite
This change also fixes the clock_nanosleep() api and polyfills futexes on Windows, Mac, and NetBSD using exponential backoff.
This commit is contained in:
parent
3421b9a580
commit
9849b4c7ba
51 changed files with 5505 additions and 1060 deletions
7
third_party/nsync/testing/atm_log.h
vendored
Normal file
7
third_party/nsync/testing/atm_log.h
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef NSYNC_TESTING_ATM_LOG_H_
|
||||
#define NSYNC_TESTING_ATM_LOG_H_
|
||||
|
||||
void nsync_atm_log_(int, void *, uint32_t, uint32_t, const char *, int);
|
||||
void nsync_atm_log_print_(void);
|
||||
|
||||
#endif /*NSYNC_TESTING_ATM_LOG_H_*/
|
Loading…
Add table
Add a link
Reference in a new issue