History log of /fuchsia/zircon/third_party/ulib/musl/src/thread/cnd_broadcast.c
Revision Date Author Comments
# 24c65445 26-Feb-2018 George Kulakowski <kulakowski@google.com>

[libc] Rename pthread_impl.h to threads_impl.h

Baby step towards separating pthreads out of libc

Change-Id: Ibb1ba6656c796218909f4a3451db9bb66b99fb80


# 16518a57 24-Aug-2016 George Kulakowski <kulakowski@google.com>

[musl][condvar] Clean up signature of internal condvar signal function

First, make this return void, since it never fails. Second, share the
declaration in a header rather than declaring extern it in several
places.

Change-Id: I1be37b9c7ea5cb2374494b6a248b87a6815c6b57


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

[magenta] Initial commit