Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Differential D105910 Diff 358331 libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp
Changeset View
Changeset View
Standalone View
Standalone View
libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
// | // | ||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | ||||
// See https://llvm.org/LICENSE.txt for license information. | // See https://llvm.org/LICENSE.txt for license information. | ||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | ||||
// | // | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
// | // | ||||
// UNSUPPORTED: libcpp-has-no-threads | // UNSUPPORTED: libcpp-has-no-threads | ||||
// z/OS doesn't currently have runtime linking. This prevents calls to new and | |||||
// delete in the standard library (like the one caused by the argument copy in | |||||
// the thread constructor) from invoking user-defined versions of those | |||||
// operators. | |||||
// UNSUPPORTED: target={{.+}}-zos{{.*}} | |||||
// <thread> | // <thread> | ||||
// class thread | // class thread | ||||
// template <class F, class ...Args> thread(F&& f, Args&&... args); | // template <class F, class ...Args> thread(F&& f, Args&&... args); | ||||
// UNSUPPORTED: sanitizer-new-delete | // UNSUPPORTED: sanitizer-new-delete | ||||
▲ Show 20 Lines • Show All 201 Lines • Show Last 20 Lines |