Searched refs:PRThreadType (Results 1 - 19 of 19) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprthread.h105 typedef enum PRThreadType { enum
108 } PRThreadType; typedef in typeref:enum:PRThreadType
156 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
296 NSPR_API(PRThreadType) PR_GetThreadType(const PRThread *thread);
H A Dprinit.h130 PRThreadType type, PRThreadPriority priority, PRUintn maxPTDs);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dpprthred.h114 NSPR_API(PRThread*) PR_AttachThread(PRThreadType type,
195 NSPR_API(PRThread*) PR_CreateThreadGCAble(PRThreadType type,
207 NSPR_API(PRThread*) PR_AttachThreadGCAble(PRThreadType type,
H A Dprimpl.h782 NSPR_API(PRThread*) _PR_CreateThread(PRThreadType type,
795 PRThreadType type, PRThreadPriority priority,
1440 PRThreadType type, PRThreadPriority priority, PRUintn maxPTDs);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprcthr.c370 PR_IMPLEMENT(PRThread*) PR_CreateThreadGCAble(PRThreadType type,
383 PR_IMPLEMENT(PRThread*) PR_CreateThreadBound(PRThreadType type,
398 PRThreadType type, PRThreadPriority priority, PRThreadStack *stack)
438 PR_IMPLEMENT(PRThreadType) PR_GetThreadType(const PRThread *thread)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/
H A Dbtthread.c91 _PR_InitThreads (PRThreadType type, PRThreadPriority priority,
290 PR_CreateThread (PRThreadType type, void (*start)(void* arg), void* arg,
349 PR_AttachThread(PRThreadType type, PRThreadPriority priority,
443 PR_IMPLEMENT(PRThreadType)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dpruthr.c93 static PRThread *_PR_AttachThread(PRThreadType, PRThreadPriority, PRThreadStack *);
98 void _PR_InitThreads(PRThreadType type, PRThreadPriority priority,
1005 _PR_AttachThread(PRThreadType type, PRThreadPriority priority,
1041 _PR_NativeCreateThread(PRThreadType type,
1114 PR_IMPLEMENT(PRThread*) _PR_CreateThread(PRThreadType type,
1423 PR_IMPLEMENT(PRThread*) PR_CreateThread(PRThreadType type,
1447 PRThread* _PRI_AttachThread(PRThreadType type,
1504 PR_IMPLEMENT(PRThread*) PR_AttachThread(PRThreadType type,
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptthread.c318 PRThreadType type, void (*start)(void *arg),
583 PRThreadType type, void (*start)(void *arg), void *arg,
592 PRThreadType type, void (*start)(void *arg), void *arg,
611 PRThreadType type, PRThreadPriority priority, PRThreadStack *stack)
713 PR_IMPLEMENT(PRThreadType) PR_GetThreadType(const PRThread *thred)
900 PRThreadType type, PRThreadPriority priority, PRUintn maxPTDs)
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_openvms.h297 PRThreadType type, PRThreadPriority priority, PRUintn maxPTDs);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprinit.c309 PRThreadType type, PRThreadPriority priority, PRUintn maxPTDs)
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dtestfile.c120 PRThread* create_new_thread(PRThreadType type,
H A Dsocket.c339 PRThread* create_new_thread(PRThreadType type,
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_0.h347 typedef enum PRThreadType { enum
350 } PRThreadType; typedef in typeref:enum:PRThreadType
373 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
400 NSPR_API(PRThreadType) PR_GetThreadType(const PRThread *thread);
H A DVBoxCAPI_v3_1.h347 typedef enum PRThreadType { enum
350 } PRThreadType; typedef in typeref:enum:PRThreadType
373 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
400 NSPR_API(PRThreadType) PR_GetThreadType(const PRThread *thread);
H A DVBoxCAPI_v3_2.h347 typedef enum PRThreadType { enum
350 } PRThreadType; typedef in typeref:enum:PRThreadType
373 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
400 NSPR_API(PRThreadType) PR_GetThreadType(const PRThread *thread);
H A DVBoxCAPI_v4_0.h347 typedef enum PRThreadType { enum
350 } PRThreadType; typedef in typeref:enum:PRThreadType
373 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
400 NSPR_API(PRThreadType) PR_GetThreadType(const PRThread *thread);
H A DVBoxCAPI_v4_1.h347 typedef enum PRThreadType { enum
350 } PRThreadType; typedef in typeref:enum:PRThreadType
373 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
400 NSPR_API(PRThreadType) PR_GetThreadType(const PRThread *thread);
H A DVBoxCAPI_v4_2.h347 typedef enum PRThreadType { enum
350 } PRThreadType; typedef in typeref:enum:PRThreadType
373 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
400 NSPR_API(PRThreadType) PR_GetThreadType(const PRThread *thread);
H A DVBoxCAPI_v4_3.h411 typedef enum PRThreadType { enum
414 } PRThreadType; typedef in typeref:enum:PRThreadType
437 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
464 NSPR_API(PRThreadType) PR_GetThreadType(const PRThread *thread);

Completed in 1002 milliseconds