#include <string.h>#include <assert.h>#include <unistd.h>#include <pthread.h>#include <stdlib.h>#include <stdio.h>#include "overseer.h"
Classes | |
| class | TestProcess |
Functions | |
| void * | process_creator (void *ignore) |
| int | main (int argc, char *argv[]) |
Variables | |
| const int | M = 20 |
| const int | T = 10 |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
References poll_death(), process_creator(), PollDelay::reset(), T, and PollDelay::wait().
Referenced by QSong::data(), HistorySong::HistorySong(), SongSelectorLogic::SongSelectorLogic(), and SongSelectorLogic::updateItemList().
| const int M = 20 |
Referenced by energize(), and process_creator().
| const int T = 10 |
Referenced by findItem(), findOneItem(), firstItem(), lastItem(), main(), nextSibling(), and treeWidgetIterator< T >::val().
1.6.2