Searched defs:thread (Results 126 - 129 of 129) sorted by relevance

123456

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h380 NSPR_API(PRStatus) PR_JoinThread(PRThread *thread); variable
385 NSPR_API(PRThreadPriority) PR_GetThreadPriority(const PRThread *thread); variable
386 NSPR_API(void) PR_SetThreadPriority(PRThread *thread, PRThreadPriority priority);
394 NSPR_API(PRStatus) PR_Interrupt(PRThread *thread); variable
399 NSPR_API(PRThreadScope) PR_GetThreadScope(const PRThread *thread); variable
400 NSPR_API(PRThreadType) PR_GetThreadType(const PRThread *thread); variable
401 NSPR_API(PRThreadState) PR_GetThreadState(const PRThread *thread); variable
860 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative);
H A DVBoxCAPI_v4_1.h380 NSPR_API(PRStatus) PR_JoinThread(PRThread *thread); variable
385 NSPR_API(PRThreadPriority) PR_GetThreadPriority(const PRThread *thread); variable
386 NSPR_API(void) PR_SetThreadPriority(PRThread *thread, PRThreadPriority priority);
394 NSPR_API(PRStatus) PR_Interrupt(PRThread *thread); variable
399 NSPR_API(PRThreadScope) PR_GetThreadScope(const PRThread *thread); variable
400 NSPR_API(PRThreadType) PR_GetThreadType(const PRThread *thread); variable
401 NSPR_API(PRThreadState) PR_GetThreadState(const PRThread *thread); variable
860 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative);
H A DVBoxCAPI_v4_2.h380 NSPR_API(PRStatus) PR_JoinThread(PRThread *thread); variable
385 NSPR_API(PRThreadPriority) PR_GetThreadPriority(const PRThread *thread); variable
386 NSPR_API(void) PR_SetThreadPriority(PRThread *thread, PRThreadPriority priority);
394 NSPR_API(PRStatus) PR_Interrupt(PRThread *thread); variable
399 NSPR_API(PRThreadScope) PR_GetThreadScope(const PRThread *thread); variable
400 NSPR_API(PRThreadType) PR_GetThreadType(const PRThread *thread); variable
401 NSPR_API(PRThreadState) PR_GetThreadState(const PRThread *thread); variable
860 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative);
H A DVBoxCAPI_v4_3.h444 NSPR_API(PRStatus) PR_JoinThread(PRThread *thread); variable
449 NSPR_API(PRThreadPriority) PR_GetThreadPriority(const PRThread *thread); variable
450 NSPR_API(void) PR_SetThreadPriority(PRThread *thread, PRThreadPriority priority);
458 NSPR_API(PRStatus) PR_Interrupt(PRThread *thread); variable
463 NSPR_API(PRThreadScope) PR_GetThreadScope(const PRThread *thread); variable
464 NSPR_API(PRThreadType) PR_GetThreadType(const PRThread *thread); variable
465 NSPR_API(PRThreadState) PR_GetThreadState(const PRThread *thread); variable
1085 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative);
1115 nsresult (*InitFromPRThread)(nsIEventQueue *pThis, PRThread * thread, PRBool aNative);
21528 * primary thread o
[all...]

Completed in 248 milliseconds

123456