Skip to content

semaphore native_handle

Alexy Pellegrini edited this page Jul 12, 2019 · 2 revisions

nes::semaphore ::native_handle

Functions

(1) native_handle_type native_handle() const noexcept;
  1. Returns the underlying, implementation-defined, representation of a semaphore.

Parameters

None.

Return value

  1. Returns the underlying, implementation-defined, representation of a semaphore.

Complexity

  1. Constant.

Exceptions

  1. Does not throw.
Clone this wiki locally