mailing list of musl libc
 help / color / mirror / code / Atom feed
301e9535700955188134474b68ba7e5af6e48299 blob 104 bytes (raw)

1
2
3
4
5
6
7
 
#include <sched.h>
#include "syscall.h"

void thrd_yield()
{
         (void)syscall(SYS_sched_yield);
}
debug log:

solving 301e953 ...
found 301e953 in https://inbox.vuxu.org/musl/22215ff2f880382340930f78cc746565a625a806.1409423162.git.Jens.Gustedt@inria.fr/ ||
	https://inbox.vuxu.org/musl/1407144603.8274.248.camel@eris.loria.fr/ ||
	https://inbox.vuxu.org/musl/1406886931.4830.92.camel@eris.loria.fr/ ||
	https://inbox.vuxu.org/musl/1409177505.4476.75.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/6] https://inbox.vuxu.org/musl/22215ff2f880382340930f78cc746565a625a806.1409423162.git.Jens.Gustedt@inria.fr/
diff --git a/src/sched/thrd_yield.c b/src/sched/thrd_yield.c
new file mode 100644
index 0000000..301e953

Checking patch src/sched/thrd_yield.c...
Applied patch src/sched/thrd_yield.c cleanly.

skipping https://inbox.vuxu.org/musl/1407144603.8274.248.camel@eris.loria.fr/ for 301e953
skipping https://inbox.vuxu.org/musl/1406886931.4830.92.camel@eris.loria.fr/ for 301e953
skipping https://inbox.vuxu.org/musl/1409177505.4476.75.camel@eris.loria.fr/ for 301e953
skipping https://inbox.vuxu.org/musl/1408049748.4951.134.camel@eris.loria.fr/ for 301e953
skipping https://inbox.vuxu.org/musl/1407801532.15134.96.camel@eris.loria.fr/ for 301e953
index at:
100644 301e9535700955188134474b68ba7e5af6e48299	src/sched/thrd_yield.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).