Home
last modified time | relevance | path

Searched defs:Foo (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/lib/libc/tests/stdlib/
Dcxa_thread_atexit_nothr_test.cc38 struct Foo { struct
39 Foo() { ATF_REQUIRE(fprintf(output, "Created\n") > 0); } in Foo() function
40 ~Foo() { ATF_REQUIRE(fprintf(output, "Destroyed\n") > 0); } in ~Foo() argument
44 static thread_local Foo f; argument
Dcxa_thread_atexit_test.cc38 struct Foo { struct
39 Foo() { ATF_REQUIRE(fprintf(output, "Created\n") > 0); } in Foo() function
40 ~Foo() { ATF_REQUIRE(fprintf(output, "Destroyed\n") > 0); } in ~Foo() argument
47 thread_local static Foo foo; in ~Bar() argument