index
:
portable
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
OPENBSD_7_7
OPENBSD_7_8
OPENBSD_7_9
master
A mirror of https://github.com/libressl/portable.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
compat
/
pthread.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix double free of lock in pthread_mutex_destroy
Kartik Naik
2026-08-08
1
-2
/
+5
*
pthread_once() returns an error code on failure
Theo Buehler
2023-12-19
1
-1
/
+1
*
pthreads.h: avoid undefined behavior
Theo Buehler
2023-12-12
1
-3
/
+8
*
windows: minor compat header fixes
Viktor Szakats
2023-12-11
1
-0
/
+0
*
fix leak in Windows version of pthread_mutex_free
Brent Cook
2021-02-28
1
-0
/
+1
*
add win32 pthread_mutex_destroy implementation
Brent Cook
2020-12-21
1
-0
/
+7
*
Make pthread_mutex static initialisation work on Windows.
Joel Sing
2020-09-20
1
-5
/
+23
*
Add PTHREAD_MUTEX_INITIALIZER
kinichiro
2020-09-13
1
-0
/
+5
*
add pthread_mutex* windows compat for libtls
Brent Cook
2019-04-11
1
-0
/
+29
*
change windows compatibility stubs for pthread_t to be more like other OSes
Brent Cook
2018-11-11
1
-8
/
+3
*
add pthread_self/pthread_equal for win32
Brent Cook
2018-03-18
1
-3
/
+23
*
syntax updates
Brent Cook
2018-03-14
1
-4
/
+3
*
prefer including windows.h over the internal header
Brent Cook
2018-03-14
1
-1
/
+1
*
add pthread_once(3) implementation for Windows
Brent Cook
2018-03-14
1
-0
/
+43