Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse authored Sep 22, 2023
1 parent 544221d commit a43d24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This project uses some undocumented NT system calls and might be broken in futur
* **SRWLOCK**: Windows `SRWLOCK`
* **CRITICAL_SECTION**: Windows `CRITICAL_SECTION`
* **WINPTHREAD**: winpthread `pthread_mutex_t`
* **MCFGTHREAD**: mcfgthread `__gthread_mutex_t` with `-fno-inline`
* **MCFGTHREAD**: mcfgthread `_MCF_mutex` with `-fno-inline`

| #THREADS | #ITERATIONS | SRWLOCK | CRITICAL_SECTION | WINPTHREAD | MCFGTHREAD |
|---------:|------------:|--------------:|-----------------:|--------------:|--------------:|
Expand Down

0 comments on commit a43d24d

Please sign in to comment.