HomeSort by relevance Sort by last modified time
    Searched full:ebbr (Results 1 - 2 of 2) sorted by null

  /external/valgrind/gdbserver_tests/
t.c 107 pthread_t ebbr, egll, zzzz; local
126 pthread_create(&ebbr, NULL, brussels_fn, NULL);
140 pthread_join(ebbr, NULL);
sleepers.c 137 pthread_t ebbr, egll, zzzz; local
166 pthread_create(&ebbr, NULL, sleeper_or_burner, &b);
196 if (b.t != -1) pthread_join(ebbr, NULL);

Completed in 132 milliseconds