Home
last modified time | relevance | path

Searched refs:ebbr (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/gdbserver_tests/
Dt.c107 pthread_t ebbr, egll, zzzz; in main() local
126 pthread_create(&ebbr, NULL, brussels_fn, NULL); in main()
140 pthread_join(ebbr, NULL); in main()
Dsleepers.c137 pthread_t ebbr, egll, zzzz; in main() local
166 pthread_create(&ebbr, NULL, sleeper_or_burner, &b); in main()
196 if (b.t != -1) pthread_join(ebbr, NULL); in main()