Searched refs:PRThreadScope (Results 1 - 25 of 99) sorted by relevance
1234
/vbox/src/libs/xpcom18a4/xpcom/threads/ |
H A D | nsIThread.idl | 57 typedef PRUint32 PRThreadScope; 88 readonly attribute PRThreadScope scope; 96 in PRThreadScope aScope, 136 PRThreadScope scope = PR_GLOBAL_THREAD); 143 PRThreadScope scope = PR_GLOBAL_THREAD);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prthread.h | 110 typedef enum PRThreadScope { enum 114 } PRThreadScope; typedef in typeref:enum:PRThreadScope 160 PRThreadScope scope, 291 NSPR_API(PRThreadScope) PR_GetThreadScope(const PRThread *thread);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | suspend.c | 84 PRThreadScope scope = (PRThreadScope) tmp; 128 static void Level_0_Thread(PRThreadScope scope1, PRThreadScope scope2)
|
H A D | threads.c | 69 PRThreadScope scope = (PRThreadScope)tmp; 95 static void CreateThreads(PRThreadScope scope1, PRThreadScope scope2)
|
H A D | joinkk.c | 90 void runTest(PRThreadScope scope1, PRThreadScope scope2)
|
H A D | joinku.c | 91 void runTest(PRThreadScope scope1, PRThreadScope scope2)
|
H A D | joinuk.c | 89 void runTest(PRThreadScope scope1, PRThreadScope scope2)
|
H A D | joinuu.c | 91 void runTest(PRThreadScope scope1, PRThreadScope scope2)
|
H A D | intrio.c | 113 static void Test(PRThreadScope scope1, PRThreadScope scope2)
|
H A D | join.c | 119 void runTest(PRThreadScope scope1, PRThreadScope scope2)
|
H A D | cleanup.c | 71 PRThreadScope type = PR_LOCAL_THREAD;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | darwin.c | 100 PRThreadScope scope,
|
H A D | dgux.c | 103 PRThreadScope scope,
|
H A D | nec.c | 94 PRThreadScope scope,
|
H A D | osf1.c | 100 PRThreadScope scope,
|
H A D | qnx.c | 96 PRThreadScope scope,
|
H A D | sony.c | 102 PRThreadScope scope,
|
H A D | sunos4.c | 48 PRThreadScope scope,
|
H A D | bsdi.c | 112 PRThreadScope scope,
|
H A D | freebsd.c | 112 PRThreadScope scope,
|
H A D | linux.c | 116 PRThreadScope scope,
|
H A D | netbsd.c | 114 PRThreadScope scope,
|
H A D | openbsd.c | 114 PRThreadScope scope,
|
H A D | reliantunix.c | 124 PRThreadScope scope,
|
H A D | rhapsody.c | 100 PRThreadScope scope,
|
Completed in 76 milliseconds
1234