Home
last modified time | relevance | path

Searched refs:move_fd_th (Results 1 – 4 of 4) sorted by relevance

/dports/audio/rawrec/rawrec-0.9.991/src/
H A Dglobals.c19 pthread_t move_au_th, move_fd_th; variable
H A Dthread_functions.h53 extern pthread_t sig_th, move_au_th, move_fd_th;
H A Drecord.c296 if ( (rtn = pthread_create (&move_fd_th, &move_fd_attr,
401 if ( (rtn = pthread_join(move_fd_th, &fd_th_ret)) )
H A Dplay.c374 if ( (rtn = pthread_create (&move_fd_th, &move_fd_attr, in play()
475 if ( (rtn = pthread_join(move_fd_th, &fd_th_ret)) ) in play()