Searched refs:PRThread (Results 1 - 25 of 217) sorted by relevance

123456789

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprthread.h102 typedef struct PRThread PRThread; typedef in typeref:struct:PRThread
156 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
177 NSPR_API(PRStatus) PR_JoinThread(PRThread *thread);
183 NSPR_API(PRThread*) PR_GetCurrentThread(void);
191 NSPR_API(PRThreadPriority) PR_GetThreadPriority(const PRThread *thread);
196 NSPR_API(void) PR_SetThreadPriority(PRThread *thread, PRThreadPriority priority);
261 NSPR_API(PRStatus) PR_Interrupt(PRThread *thread);
291 NSPR_API(PRThreadScope) PR_GetThreadScope(const PRThread *thread);
296 NSPR_API(PRThreadType) PR_GetThreadType(const PRThread *threa
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Ddarwin.c44 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np)
66 _MD_InitializeThread(PRThread *thread)
72 _MD_WAIT(PRThread *thread, PRIntervalTime ticks)
80 _MD_WAKEUP_WAITER(PRThread *thread)
97 PRThread *thread,
H A Ddgux.c53 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np)
69 _MD_InitializeThread(PRThread *thread)
75 _MD_WAIT(PRThread *thread, PRIntervalTime ticks)
83 _MD_WAKEUP_WAITER(PRThread *thread)
100 PRThread *thread,
H A Dnec.c44 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np)
60 _MD_InitializeThread(PRThread *thread)
66 _MD_WAIT(PRThread *thread, PRIntervalTime ticks)
74 _MD_WAKEUP_WAITER(PRThread *thread)
91 PRThread *thread,
H A Dosf1.c44 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np)
66 _MD_InitializeThread(PRThread *thread)
72 _MD_WAIT(PRThread *thread, PRIntervalTime ticks)
80 _MD_WAKEUP_WAITER(PRThread *thread)
97 PRThread *thread,
H A Dqnx.c46 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np)
62 _MD_InitializeThread(PRThread *thread)
68 _MD_WAIT(PRThread *thread, PRIntervalTime ticks)
76 _MD_WAKEUP_WAITER(PRThread *thread)
93 PRThread *thread,
H A Dsony.c46 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np)
68 _MD_InitializeThread(PRThread *thread)
74 _MD_WAIT(PRThread *thread, PRIntervalTime ticks)
82 _MD_WAKEUP_WAITER(PRThread *thread)
99 PRThread *thread,
H A Dsunos4.c45 PRStatus _MD_CREATE_THREAD(PRThread *thread,
62 _MD_WAIT(PRThread *thread, PRIntervalTime ticks)
70 _MD_WAKEUP_WAITER(PRThread *thread)
78 PRStatus _MD_InitializeThread(PRThread *thread)
89 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np)
H A Dbsdi.c56 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np)
78 _MD_InitializeThread(PRThread *thread)
84 _MD_WAIT(PRThread *thread, PRIntervalTime ticks)
92 _MD_WAKEUP_WAITER(PRThread *thread)
109 PRThread *thread,
H A Dfreebsd.c56 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np)
78 _MD_InitializeThread(PRThread *thread)
84 _MD_WAIT(PRThread *thread, PRIntervalTime ticks)
92 _MD_WAKEUP_WAITER(PRThread *thread)
109 PRThread *thread,
H A Dlinux.c44 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np)
76 _MD_InitializeThread(PRThread *thread)
88 _MD_WAIT(PRThread *thread, PRIntervalTime ticks)
96 _MD_WAKEUP_WAITER(PRThread *thread)
113 PRThread *thread,
H A Dnetbsd.c58 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np)
80 _MD_InitializeThread(PRThread *thread)
86 _MD_WAIT(PRThread *thread, PRIntervalTime ticks)
94 _MD_WAKEUP_WAITER(PRThread *thread)
111 PRThread *thread,
H A Dopenbsd.c58 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np)
80 _MD_InitializeThread(PRThread *thread)
86 _MD_WAIT(PRThread *thread, PRIntervalTime ticks)
94 _MD_WAKEUP_WAITER(PRThread *thread)
111 PRThread *thread,
H A Dreliantunix.c49 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np)
89 _MD_InitializeThread(PRThread *thread)
95 _MD_WAIT(PRThread *thread, PRIntervalTime ticks)
103 _MD_WAKEUP_WAITER(PRThread *thread)
121 PRThread *thread,
H A Drhapsody.c44 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np)
66 _MD_InitializeThread(PRThread *thread)
72 _MD_WAIT(PRThread *thread, PRIntervalTime ticks)
80 _MD_WAKEUP_WAITER(PRThread *thread)
97 PRThread *thread,
H A Dnto.c53 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np)
H A Dhpux.c129 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np)
151 _MD_InitializeThread(PRThread *thread)
157 _MD_WAIT(PRThread *thread, PRIntervalTime ticks)
165 _MD_WAKEUP_WAITER(PRThread *thread)
182 PRThread *thread,
194 _MD_suspend_thread(PRThread *thread)
201 _MD_resume_thread(PRThread *thread)
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dpprthred.h114 NSPR_API(PRThread*) PR_AttachThread(PRThreadType type,
135 NSPR_API(PRUint32) PR_GetThreadID(PRThread *thread);
142 typedef void (*PRThreadDumpProc)(PRFileDesc *fd, PRThread *t, void *arg);
144 PRThread* thread, PRThreadDumpProc dump, void *arg);
154 NSPR_API(PRInt32) PR_GetThreadAffinityMask(PRThread *thread, PRUint32 *mask);
161 NSPR_API(PRInt32) PR_SetThreadAffinityMask(PRThread *thread, PRUint32 mask );
195 NSPR_API(PRThread*) PR_CreateThreadGCAble(PRThreadType type,
207 NSPR_API(PRThread*) PR_AttachThreadGCAble(PRThreadType type,
237 NSPR_API(void *) PR_GetSP(PRThread *thread);
252 NSPR_API(PRWord *) PR_GetGCRegisters(PRThread *
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/
H A Dbtmisc.c89 _MD_HomeGCRegisters( PRThread *t, int isCurrent, int *np )
95 PR_GetSP( PRThread *t )
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEventQueueService.h67 NS_IMETHOD CreateEventQueue(PRThread *aThread, PRBool aNative);
68 NS_IMETHOD MakeNewQueue(PRThread* thread, PRBool aNative, nsIEventQueue **aQueue);
H A DnsThread.h68 void SetPRThread(PRThread* thread) { mThread = thread; }
84 PRThread* mThread;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprerror.c45 PRThread *thread = PR_GetCurrentThread();
51 PRThread *thread = PR_GetCurrentThread();
57 PRThread *thread = PR_GetCurrentThread();
65 PRThread *thread = PR_GetCurrentThread();
95 PRThread *thread = PR_GetCurrentThread();
101 PRThread *thread = PR_GetCurrentThread();
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95thred.c45 __declspec(thread) struct PRThread *_pr_thread_last_run;
46 __declspec(thread) struct PRThread *_pr_currentThread;
82 _PR_MD_INIT_THREAD(PRThread *thread)
115 PRThread *thread = (PRThread *)arg;
121 _PR_MD_CREATE_THREAD(PRThread *thread,
198 _PR_MD_CLEAN_THREAD(PRThread *thread)
216 _PR_MD_EXIT_THREAD(PRThread *thread)
229 PRInt32 _PR_MD_SETTHREADAFFINITYMASK(PRThread *thread, PRUint32 mask )
238 PRInt32 _PR_MD_GETTHREADAFFINITYMASK(PRThread *threa
[all...]
H A Dw95dllmain.c53 PRThread *me;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprcthr.c59 void _PR_CleanupThread(PRThread *thread)
106 PRThread *me = PR_GetCurrentThread();
161 PR_IMPLEMENT(PRUint32) PR_GetThreadID(PRThread *thread)
166 PR_IMPLEMENT(PRThreadPriority) PR_GetThreadPriority(const PRThread *thread)
171 PR_IMPLEMENT(PRThread *) PR_GetCurrentThread()
183 PR_IMPLEMENT(PRStatus) PR_Interrupt(PRThread *thread)
202 PRThread *me = _PR_MD_CURRENT_THREAD();
250 PRThread *me = _PR_MD_CURRENT_THREAD();
262 PRThread *me = _PR_MD_CURRENT_THREAD();
274 PRThread *m
[all...]

Completed in 1386 milliseconds

123456789