MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / sched_yield

Function sched_yield

ggml.c:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70static int sched_yield (void) {
71 Sleep (0);
72 return 0;
73}
74#else
75#include <pthread.h>
76#include <stdatomic.h>

Calls

no outgoing calls

Tested by

no test coverage detected