Searched defs:RTSEMRWINTERNAL (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A Dsemrw-generic.cpp57 struct RTSEMRWINTERNAL struct
107 struct RTSEMRWINTERNAL *pThis = (struct RTSEMRWINTERNAL *)RTMemAlloc(sizeof(struct RTSEMRWINTERNAL));
183 struct RTSEMRWINTERNAL *pThis = hRWSem;
252 struct RTSEMRWINTERNAL *pThis = hRWSem;
270 struct RTSEMRWINTERNAL *pThis = hRWSem;
481 struct RTSEMRWINTERNAL *pThis = hRWSem;
564 struct RTSEMRWINTERNAL *pThis = hRWSem;
789 struct RTSEMRWINTERNAL *pThi
[all...]
H A Dsemrw-lockless-generic.cpp50 typedef struct RTSEMRWINTERNAL struct
89 } RTSEMRWINTERNAL; typedef in typeref:struct:RTSEMRWINTERNAL
125 RTSEMRWINTERNAL *pThis = (RTSEMRWINTERNAL *)RTMemAlloc(sizeof(*pThis));
183 RTSEMRWINTERNAL *pThis = hRWSem;
221 struct RTSEMRWINTERNAL *pThis = hRWSem;
239 RTSEMRWINTERNAL *pThis = hRWSem;
475 RTSEMRWINTERNAL *pThis = hRWSem;
549 RTSEMRWINTERNAL *pThis = hRWSem;
764 struct RTSEMRWINTERNAL *pThi
[all...]
/vbox/src/VBox/Runtime/r3/posix/
H A Dsemrw-posix.cpp67 struct RTSEMRWINTERNAL struct
108 struct RTSEMRWINTERNAL *pThis = (struct RTSEMRWINTERNAL *)RTMemAlloc(sizeof(struct RTSEMRWINTERNAL));
171 struct RTSEMRWINTERNAL *pThis = hRWSem;
214 struct RTSEMRWINTERNAL *pThis = hRWSem;
231 struct RTSEMRWINTERNAL *pThis = hRWSem;
370 struct RTSEMRWINTERNAL *pThis = hRWSem;
426 struct RTSEMRWINTERNAL *pThis = hRWSem;
567 struct RTSEMRWINTERNAL *pThi
[all...]

Completed in 48 milliseconds