◐ Shell
clean mode source ↗

std::condition_variable::native_handle - cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

native_handle_type native_handle();

(desde C++11)

Acessa o identificador nativo de *this.

Original:

Accesses the native handle of *this.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

O sentido e o tipo do resultado desta função é definida pela implementação. Em um sistema POSIX, este pode ser um valor de pthread_cond_t* tipo. Em um sistema Windows, isso pode ser um PCONDITION_VARIABLE.

Original:

The meaning and the type of the result of this function is implementation-defined. On a POSIX system, this may be a value of type pthread_cond_t*. On a Windows system, this may be a PCONDITION_VARIABLE.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Parâmetros

(Nenhum)

Original:

(none)

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Valor de retorno

O identificador nativo desta variável condição.

Original:

The native handle of this condition variable.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Veja também

retorna o identificador segmento subjacente definida pela implementação

Original:

returns the underlying implementation-defined thread handle

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(of std::thread função pública membro) [edit]