git: pthreads: Add pthread_yield_np().
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Tue Dec 15 21:12:32 PST 2020
commit 9d94a5bb540a104cdedcd75c0068a2f1d6acd1cc
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Tue Dec 15 06:34:30 2020 +0000
pthreads: Add pthread_yield_np().
Same as non standard pthread_yield() but with correct '_np' suffix.
Summary of changes:
include/pthread_np.h | 1 +
lib/libc/gen/Symbol.map | 2 ++
lib/libc/gen/_pthread_stubs.c | 1 +
lib/libc/include/namespace.h | 1 +
lib/libc/include/un-namespace.h | 1 +
lib/libpthread/Makefile | 1 +
lib/libpthread/pthread_yield.3 | 5 ++++-
lib/libthread_xu/pthread.map | 2 ++
lib/libthread_xu/thread/thr_yield.c | 2 ++
9 files changed, 15 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9d94a5bb540a104cdedcd75c0068a2f1d6acd1cc
--
DragonFly BSD source repository
More information about the Commits
mailing list