HomeSort by relevance Sort by last modified time
    Searched refs:mInternal (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.cc 256 : mInternal(new Internal) {
257 InitializeCriticalSection(&mInternal->mutex);
261 DeleteCriticalSection(&mInternal->mutex);
262 delete mInternal;
266 EnterCriticalSection(&mInternal->mutex);
268 mInternal->thread_id = GetCurrentThreadId();
274 mInternal->thread_id = 0;
276 LeaveCriticalSection(&mInternal->mutex);
281 GOOGLE_DCHECK_EQ(mInternal->thread_id, GetCurrentThreadId());
292 : mInternal(new Internal)
    [all...]
common.h     [all...]

Completed in 448 milliseconds