Home
last modified time | relevance | path

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

/malloc/
A DMakefile36 tst-interpose-thread \
163 $(objpfx)tst-malloc-thread-exit: $(shared-thread-library)
164 $(objpfx)tst-malloc-thread-fail: $(shared-thread-library)
170 $(objpfx)tst-malloc-thread-exit-mcheck: $(shared-thread-library)
171 $(objpfx)tst-malloc-thread-fail-mcheck: $(shared-thread-library)
176 $(objpfx)tst-malloc-thread-exit-malloc-check: $(shared-thread-library)
177 $(objpfx)tst-malloc-thread-fail-malloc-check: $(shared-thread-library)
324 $(objpfx)tst-interpose-aux-thread.o $(shared-thread-library)
326 $(objpfx)tst-interpose-aux-thread.o $(shared-thread-library)
328 $(objpfx)tst-interpose-aux-thread.o $(shared-thread-library)
[all …]
A Dtst-malloc-tcache-leak.c63 pthread_t *thread; in do_test() local
74 thread = (pthread_t *) xcalloc (1, sizeof (pthread_t)); in do_test()
89 *thread = xpthread_create (NULL, worker, NULL); in do_test()
90 retval = xpthread_join (*thread); in do_test()
115 free (thread); in do_test()

Completed in 8 milliseconds