Home
last modified time | relevance | path

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

/stdlib/
A Dtest-dlclose-exit-race.c70 pthread_t thread; in main() local
76 if ((value = pthread_create (&thread, NULL, exit_thread, NULL)) != 0) in main()
89 xpthread_join (thread); in main()
A DMakefile80 tst-quick_exit tst-thread-quick_exit tst-width \
102 LDLIBS-test-atexit-race = $(shared-thread-library)
104 LDLIBS-test-cxa_atexit-race = $(shared-thread-library)
105 LDLIBS-test-cxa_atexit-race2 = $(shared-thread-library)
106 LDLIBS-test-on_exit-race = $(shared-thread-library)
107 LDLIBS-tst-canon-bz26341 = $(shared-thread-library)
109 LDLIBS-test-dlclose-exit-race = $(shared-thread-library)
116 CFLAGS-tst-thread-quick_exit.o = -std=c++11
117 LDLIBS-tst-thread-quick_exit = -lstdc++
118 $(objpfx)tst-thread-quick_exit: $(shared-thread-library)
[all …]

Completed in 5 milliseconds