Initialize locking for the AudioScrobbler submission thread. Definition at line 537 of file scrobbler.c. 00538 { 00539 scrobbler_lock = g_mutex_new(); 00540 scrobbler_avail = g_cond_new(); 00541 }
Here is the caller graph for this function:
![]() |
1.6.3