History log of /fuchsia/zircon/third_party/ulib/musl/src/thread/mtx_init.c
Revision Date Author Comments
# f3e2126c 12-Sep-2017 Roland McGrath <mcgrathr@google.com>

[zx] Magenta -> Zircon

The Great Renaming is here!

Change-Id: I3229bdeb2a3d0e40fb4db6fec8ca7d971fbffb94


# 3f414f43 17-Aug-2016 George Kulakowski <kulakowski@google.com>

[musl] Introduce MTX_INIT extension for statically initializing mtx_t

This is gated behind the _ALL_SOURCE feature test macro. This patch also
places our thrd_create_with_name behind the same, as it should have been
when created.

Change-Id: I34b545d9cd07b1beaae2e406e87510e4856ff65b


# 92343217 27-Jun-2016 George Kulakowski <kulakowski@google.com>

[musl] Implement C11 mutexes in terms of runtime, not pthreads

Change-Id: I9d613790f86a309041d78c0500a08071bf890cc0


# 53b9e1c8 15-Jun-2016 The Fuchsia Authors <authors@fuchsia.local>

[magenta] Initial commit