Files
2025-10-25 03:02:53 +03:00

803 B

[thread.req.native]

32 Concurrency support library [thread]

32.2 Requirements [thread.req]

32.2.3 Native handles [thread.req.native]

1

#

Several classes described in this Clause have members native_handle_type andnative_handle.

The presence of these members and their semantics isimplementation-defined.

[Note 1:

These members allow implementations to provide access to implementation details.

Their names are specified to facilitate portable compile-time detection.

Actual use of these members is inherently non-portable.

— end note]