Home
last modified time | relevance | path

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

/stdlib/
A Dtst-thread-quick_exit.cc54 pthread_t thr; in do_test() local
55 int ret = pthread_create (&thr, NULL, non_main_thread, NULL); in do_test()
61 pthread_join (thr, NULL); in do_test()
A Dtst-makecontext.c29 __thread int thr; variable
55 if (i != othervar || thr != 94) in cf()
57 printf ("i %d thr %d\n", i, thr); in cf()
96 thr = 94; in do_test()

Completed in 5 milliseconds