Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ thread_main
Function
thread_main
libavutil/tests/cpu_init.c:30–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
#include
"libavutil/thread.h"
29
30
static void *thread_main(void *arg)
31
{
32
int *flags = arg;
33
34
*flags = av_get_cpu_flags();
35
return NULL;
36
}
37
38
int main(void)
39
{
Callers
nothing calls this directly
Calls
1
av_get_cpu_flags
Function · 0.85
Tested by
no test coverage detected