mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 06:48:31 +00:00
Write some lock contention tests
This commit is contained in:
parent
42c38bc3e3
commit
c06ffd458c
19 changed files with 205 additions and 76 deletions
|
@ -63,7 +63,7 @@ struct CloneArgs {
|
|||
int64_t tid64;
|
||||
};
|
||||
union {
|
||||
int lock;
|
||||
char lock;
|
||||
void *pstack;
|
||||
};
|
||||
int *ctid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue