Searched refs:ebbr (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/gdbserver_tests/ |
D | t.c | 107 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()
|
D | sleepers.c | 137 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()
|