Exemplo n.º 1
0
wxThread *wxThread::This()
{
    wxThread* thr = (wxThread*) MPGetTaskStorageValue( gs_tlsForWXThread ) ;

    return thr;
}
Exemplo n.º 2
0
 void* MacThreadLocalImpl::get()
 {
    return MPGetTaskStorageValue(mTaskIndex);
 }