mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 13:04:33 +02:00
Merge
This commit is contained in:
commit
0e622bfc55
56 changed files with 992 additions and 469 deletions
|
@ -452,8 +452,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