MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / pthread_setcancelstate

Function pthread_setcancelstate

compat/w32pthreads.h:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208static inline int pthread_setcancelstate(int state, int *oldstate)
209{
210 return 0;
211}
212
213static inline int win32_thread_setname(const char *name)
214{

Callers 1

circular_buffer_task_rxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected