toxic ‰ ag -C 3 sleep
src/toxic.c
656- last_save = cur_time;
657- }
658-
659: usleep(40000);
660- }
661-
662- return 0;
src/device.c
124-{
125- /* Cleanup if needed */
126- thread_running = false;
127: usleep(20000);
128-
129- pthread_mutex_destroy(&mutex);
130-
372-
373- while (thread_running)
374- {
375: if (thread_paused) usleep(10000); /* Wait for unpause. */
376- else
377- {
378- for (i = 0; i < size[input]; i ++)
399- }
400- unlock;
401- }
402: usleep(5000);
403- }
404- }
405-