OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sched_yield
(Results
101 - 125
of
544
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr-default.h
112
__gthrw3(
sched_yield
)
143
__gthrw(
sched_yield
)
465
__gthrw_(
sched_yield
) ();
706
return __gthrw_(
sched_yield
) ();
gthr-posix.h
112
__gthrw3(
sched_yield
)
143
__gthrw(
sched_yield
)
465
__gthrw_(
sched_yield
) ();
706
return __gthrw_(
sched_yield
) ();
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr-default.h
112
__gthrw3(
sched_yield
)
143
__gthrw(
sched_yield
)
465
__gthrw_(
sched_yield
) ();
706
return __gthrw_(
sched_yield
) ();
gthr-posix.h
112
__gthrw3(
sched_yield
)
143
__gthrw(
sched_yield
)
465
__gthrw_(
sched_yield
) ();
706
return __gthrw_(
sched_yield
) ();
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
gthr-default.h
112
__gthrw3(
sched_yield
)
143
__gthrw(
sched_yield
)
465
__gthrw_(
sched_yield
) ();
706
return __gthrw_(
sched_yield
) ();
gthr-posix.h
112
__gthrw3(
sched_yield
)
143
__gthrw(
sched_yield
)
465
__gthrw_(
sched_yield
) ();
706
return __gthrw_(
sched_yield
) ();
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
compatibility.h
126
sched_yield
();
/external/libselinux/src/
sestatus.c
65
* No need for
sched_yield
() in the first trial of
69
sched_yield
();
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
libOMX.TI.AMR.encode.so
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpulse-simple.so
libpulse-simple.so.0
libpulse-simple.so.0.0
libpulse-simple.so.0.0.1
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpulse-simple.so
libpulse-simple.so.0
libpulse-simple.so.0.0
libpulse-simple.so.0.0.1
/dalvik/vm/native/
dalvik_system_VMDebug.cpp
423
* Since the instruction counts aren't synchronized, we use
sched_yield
444
sched_yield
();
459
sched_yield
();
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_pth.h
271
*
sched_yield
can't be called from a signal handler. Must use
290
#define _PT_PTHREAD_YIELD()
sched_yield
()
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so
/art/runtime/native/
java_lang_Thread.cc
165
sched_yield
();
/bionic/libc/include/
sched.h
47
extern int
sched_yield
(void);
/dalvik/vm/
Misc.cpp
507
* This should be used wherever you might be tempted to call
sched_yield
()
508
* in a loop. The problem with
sched_yield
is that, for a high-priority
539
* For iteration==0 we just call
sched_yield
(), so the first sleep
555
sched_yield
();
Completed in 302 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>