mailing list of musl libc
 help / color / mirror / code / Atom feed
91e89db22784fe3bfc6ca56c90e8883f8549c037 blob 299 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#include <threads.h>

int cnd_wait(cnd_t *cond, mtx_t *mutex)
{
	/* Calling cnd_timedwait with a null pointer is an
	   extension. Such a call is convenient, here since it avoids to
	   repeat the case analysis that is already done for
	   cnd_timedwait. */
	return cnd_timedwait(cond, mutex, 0);
}
debug log:

solving 91e89db ...
found 91e89db in https://inbox.vuxu.org/musl/64bad51d35eea337b8d998a1a2165c5adc440e1d.1409423162.git.Jens.Gustedt@inria.fr/ ||
	https://inbox.vuxu.org/musl/92a8085e31df9f3e313583980256ae38746f3d3f.1409524413.git.Jens.Gustedt@inria.fr/ ||
	https://inbox.vuxu.org/musl/1407144603.8274.248.camel@eris.loria.fr/ ||
	https://inbox.vuxu.org/musl/1408049748.4951.134.camel@eris.loria.fr/ ||
	https://inbox.vuxu.org/musl/1407801532.15134.96.camel@eris.loria.fr/

applying [1/5] https://inbox.vuxu.org/musl/64bad51d35eea337b8d998a1a2165c5adc440e1d.1409423162.git.Jens.Gustedt@inria.fr/
diff --git a/src/thread/cnd_wait.c b/src/thread/cnd_wait.c
new file mode 100644
index 0000000..91e89db

Checking patch src/thread/cnd_wait.c...
Applied patch src/thread/cnd_wait.c cleanly.

skipping https://inbox.vuxu.org/musl/92a8085e31df9f3e313583980256ae38746f3d3f.1409524413.git.Jens.Gustedt@inria.fr/ for 91e89db
skipping https://inbox.vuxu.org/musl/1407144603.8274.248.camel@eris.loria.fr/ for 91e89db
skipping https://inbox.vuxu.org/musl/1408049748.4951.134.camel@eris.loria.fr/ for 91e89db
skipping https://inbox.vuxu.org/musl/1407801532.15134.96.camel@eris.loria.fr/ for 91e89db
index at:
100644 91e89db22784fe3bfc6ca56c90e8883f8549c037	src/thread/cnd_wait.c

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).