diff options
author | Michael Forney <mforney@mforney.org> | 2020-03-10 15:18:51 -0700 |
---|---|---|
committer | Mike Frysinger <vapier@chromium.org> | 2020-03-10 22:49:56 +0000 |
commit | 3f6f16b059f6f3f3e23a1f0476c04c3dc667fbbb (patch) | |
tree | dc0012438aa5888a1ccb2688dbcd139581b48097 /src/client | |
parent | Revert "Add new dwarf 5 enums, plus some dwarf4 enums." (diff) | |
download | breakpad-3f6f16b059f6f3f3e23a1f0476c04c3dc667fbbb.tar.xz |
Use sched_yield instead of pthread_yield
pthread_yield is not a standard POSIX function, and is not available
in musl libc. The man page says to "Use the standardized sched_yield(2)
instead"[0].
On glibc, pthread_yield is exactly equivalent to sched_yield[1].
On bionic, pthread_yield is also not available, so on Android, the
tests define a wrapper that just calls sched_yield. This wrapper
is no longer necessary if we just use sched_yield in the first
place.
[0] http://man7.org/linux/man-pages/man3/pthread_yield.3.html
[1] https://sourceware.org/git/?p=glibc.git;a=blob;f=nptl/pthread_yield.c
Bug: google-breakpad:631
Change-Id: Ie4c6be8c17cdc2f5396a7fe972fa51a97573b049
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2097340
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Diffstat (limited to 'src/client')
0 files changed, 0 insertions, 0 deletions