MCPcopy 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
30static void *thread_main(void *arg)
31{
32 int *flags = arg;
33
34 *flags = av_get_cpu_flags();
35 return NULL;
36}
37
38int main(void)
39{

Callers

nothing calls this directly

Calls 1

av_get_cpu_flagsFunction · 0.85

Tested by

no test coverage detected