Searched defs:nIndex (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dossource_nspr.cpp28 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) argument
30 if (nIndex == OS_INVALID_TLS_INDEX) {
35 return PR_SetThreadPrivate(nIndex, lpvValue) == 0;
38 bool OS_FreeTLSIndex(OS_TLSIndex nIndex) argument
H A Dossource_posix.cpp36 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) argument
38 if (nIndex == OS_INVALID_TLS_INDEX) {
43 if (pthread_setspecific(nIndex, lpvValue) == 0)
50 bool OS_FreeTLSIndex(OS_TLSIndex nIndex) argument
52 if (nIndex == OS_INVALID_TLS_INDEX) {
60 if (pthread_key_delete(nIndex) == 0)
H A Dossource_win.cpp32 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) argument
34 if (nIndex == OS_INVALID_TLS_INDEX) {
39 if (TlsSetValue(nIndex, lpvValue))
46 bool OS_FreeTLSIndex(OS_TLSIndex nIndex) argument
48 if (nIndex == OS_INVALID_TLS_INDEX) {
53 if (TlsFree(nIndex))
H A Dosinclude.h55 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue);
56 bool OS_FreeTLSIndex(OS_TLSIndex nIndex);
58 inline void* OS_GetTLSValue(OS_TLSIndex nIndex) argument
60 ASSERT(nIndex != OS_INVALID_TLS_INDEX);
62 return PR_GetThreadPrivate(nIndex);
64 return TlsGetValue(nIndex);
66 return pthread_getspecific(nIndex);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sqlite/dist/orig/
H A Dsqlite3.c116622 int nIndex; /* Size of aIndex[] */ member in struct:Fts3Table
117546 int nIndex = 1; /* Number of entries in array */ local
117698 int nIndex; /* Size of aIndex[] array */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c116650 int nIndex; /* Size of aIndex[] */ member in struct:Fts3Table
117574 int nIndex = 1; /* Number of entries in array */ local
117726 int nIndex; /* Size of aIndex[] array */ local
[all...]

Completed in 483 milliseconds