MCPcopy Create free account
hub / github.com/audeering/opensmile / smileThreadCreate

Function smileThreadCreate

src/core/smileThread.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#endif
30
31bool smileThreadCreate(smileThread &thrd, smileThreadFunc func, void *arg)
32{
33 return pthread_create(&thrd, NULL, func, arg) == 0;
34}
35
36void smileThreadJoin(smileThread &thrd)
37{

Callers 6

myFinaliseInstanceMethod · 0.85
myFinaliseInstanceMethod · 0.85
myFinaliseInstanceMethod · 0.85
runMultiThreadedMethod · 0.85
myFinaliseInstanceMethod · 0.85
startRecordingThreadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected