Home
last modified time | relevance | path

Searched refs:g_pThreadKeyList (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sal/osl/w32/
H A Dthread.c425 static PTLS g_pThreadKeyList = NULL; variable
434 pTls->pNext = g_pThreadKeyList; in AddKeyToList()
437 if ( g_pThreadKeyList ) in AddKeyToList()
438 g_pThreadKeyList->pPrev = pTls; in AddKeyToList()
440 g_pThreadKeyList = pTls; in AddKeyToList()
455 OSL_ASSERT( pTls == g_pThreadKeyList ); in RemoveKeyFromList()
456 g_pThreadKeyList = pTls->pNext; in RemoveKeyFromList()
471 pTls = g_pThreadKeyList; in _osl_callThreadKeyCallbackOnThreadDetach()
/aoo4110/main/sal/osl/os2/
H A Dthread.c571 static PTLS g_pThreadKeyList = NULL; variable
579 pTls->pNext = g_pThreadKeyList; in AddKeyToList()
582 if ( g_pThreadKeyList ) in AddKeyToList()
583 g_pThreadKeyList->pPrev = pTls; in AddKeyToList()
585 g_pThreadKeyList = pTls; in AddKeyToList()
600 OSL_ASSERT( pTls == g_pThreadKeyList ); in RemoveKeyFromList()
601 g_pThreadKeyList = pTls->pNext; in RemoveKeyFromList()
615 pTls = g_pThreadKeyList; in _osl_callThreadKeyCallbackOnThreadDetach()

Completed in 21 milliseconds