mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 04:54:40 +02:00
8043630: Method os::yield_all() should be removed
Reviewed-by: dholmes, dsimms
This commit is contained in:
parent
d9a2dbc73b
commit
5507f2b476
9 changed files with 9 additions and 58 deletions
|
@ -453,8 +453,6 @@ class os: AllStatic {
|
|||
// yield that can be used in lieu of blocking.
|
||||
} ;
|
||||
static YieldResult NakedYield () ;
|
||||
static void yield_all(); // Yields to all other threads including lower priority
|
||||
// (for the default scheduling policy)
|
||||
static OSReturn set_priority(Thread* thread, ThreadPriority priority);
|
||||
static OSReturn get_priority(const Thread* const thread, ThreadPriority& priority);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue