All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jdk.internal.sys.posix.Sched Maven / Gradle / Ivy

package jdk.internal.sys.posix;

import static org.qbicc.runtime.CNative.*;

/**
 *
 */
@include("")
@define(value = "_POSIX_C_SOURCE", as = "200809L")
public class Sched {
    public static native c_int sched_yield();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy