Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
static int sched_yield (void) {
71
Sleep (0);
72
return 0;
73
}
74
#else
75
#include <pthread.h>
76
#include <stdatomic.h>
Callers
4
ggml_critical_section_start
Function · 0.70
ggml_compute_forward_mul_mat
Function · 0.70
ggml_graph_compute_thread
Function · 0.70
ggml_graph_compute_thread_hybrid
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected