Searched refs:PRThread (Results 1 – 22 of 22) sorted by relevance
/external/chromium_org/third_party/npapi/npspy/extern/nspr/private/ |
D | pprthred.h | 70 NSPR_API(PRThread*) PR_AttachThread(PRThreadType type, 91 NSPR_API(PRUint32) PR_GetThreadID(PRThread *thread); 98 typedef void (*PRThreadDumpProc)(PRFileDesc *fd, PRThread *t, void *arg); 100 PRThread* thread, PRThreadDumpProc dump, void *arg); 110 NSPR_API(PRInt32) PR_GetThreadAffinityMask(PRThread *thread, PRUint32 *mask); 117 NSPR_API(PRInt32) PR_SetThreadAffinityMask(PRThread *thread, PRUint32 mask ); 151 NSPR_API(PRThread*) PR_CreateThreadGCAble(PRThreadType type, 163 NSPR_API(PRThread*) PR_AttachThreadGCAble(PRThreadType type, 193 NSPR_API(void *) PR_GetSP(PRThread *thread); 208 NSPR_API(PRWord *) PR_GetGCRegisters(PRThread *t, int isCurrent, int *np); [all …]
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
D | prthread.h | 80 typedef struct PRThread PRThread; typedef 134 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type, 155 NSPR_API(PRStatus) PR_JoinThread(PRThread *thread); 161 NSPR_API(PRThread*) PR_GetCurrentThread(void); 169 NSPR_API(PRThreadPriority) PR_GetThreadPriority(const PRThread *thread); 174 NSPR_API(void) PR_SetThreadPriority(PRThread *thread, PRThreadPriority priority); 239 NSPR_API(PRStatus) PR_Interrupt(PRThread *thread); 269 NSPR_API(PRThreadScope) PR_GetThreadScope(const PRThread *thread); 274 NSPR_API(PRThreadType) PR_GetThreadType(const PRThread *thread); 279 NSPR_API(PRThreadState) PR_GetThreadState(const PRThread *thread);
|
D | prtrace.h | 113 PRThread *thread; /* The thread creating the trace entry */
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
D | _irix.h | 105 NSPR_API(void *) _MD_GetSP(PRThread *thread); 139 struct PRThread *me; 141 struct PRThread *last; 161 NSPR_API(struct PRThread*) _MD_get_attached_thread(void); 162 NSPR_API(struct PRThread*) _MD_get_current_thread(void); 227 PRThread *me = _MD_GET_ATTACHED_THREAD(); \ 237 PRThread *me = _MD_GET_ATTACHED_THREAD(); \ 372 NSPR_API(PRStatus) _MD_InitThread(struct PRThread *thread, 374 NSPR_API(PRStatus) _MD_InitAttachedThread(struct PRThread *thread, 380 NSPR_API(void) _MD_ExitThread(struct PRThread *thread); [all …]
|
D | _beos.h | 452 NSPR_API(PRThread*) _MD_get_attached_thread(void); 453 NSPR_API(PRThread*) _MD_last_thread(void); 454 NSPR_API(void) _MD_set_current_thread(PRThread *thread); 455 NSPR_API(void) _MD_set_last_thread(PRThread *thread); 456 NSPR_API(PRStatus) _MD_init_thread(PRThread *thread); 457 NSPR_API(void) _MD_exit_thread(PRThread *thread); 458 NSPR_API(PRStatus) _MD_init_attached_thread(PRThread *thread); 460 NSPR_API(void) _MD_suspend_thread(PRThread *thread); 461 NSPR_API(void) _MD_resume_thread(PRThread *thread); 469 NSPR_API(void *) _MD_get_sp(PRThread *thread); [all …]
|
D | _nspr_pthread.h | 51 ((struct PRThread *) pthread_getspecific(current_thread_key)) 55 ((struct PRThread *) pthread_getspecific(last_thread_key)) 215 NSPR_API(PRStatus) _MD_InitThread(struct PRThread *thread); 219 NSPR_API(void) _MD_ExitThread(struct PRThread *thread); 222 NSPR_API(void) _MD_SuspendThread(struct PRThread *thread); 225 NSPR_API(void) _MD_ResumeThread(struct PRThread *thread); 247 NSPR_API(void) _MD_CleanThread(struct PRThread *thread); 251 struct PRThread *thread, 268 NSPR_API(PRStatus) _MD_wait(struct PRThread *, PRIntervalTime timeout); 271 NSPR_API(PRStatus) _MD_WakeupWaiter(struct PRThread *);
|
D | _win95.h | 112 struct PRThread *prev, *next; /* used by the cvar wait queue to 150 struct PRThread *waitHead, *waitTail; /* the wait queue: a doubly- 166 struct PRThread *notifyHead; /* list of threads to wake up */ 458 extern struct PRThread * _MD_CURRENT_THREAD(void); 461 extern __declspec(thread) struct PRThread *_pr_currentThread; 465 extern __declspec(thread) struct PRThread *_pr_thread_last_run; 474 #define _MD_GET_ATTACHED_THREAD() ((PRThread *) TlsGetValue(_pr_currentThreadIndex)) 478 #define _MD_LAST_THREAD() ((PRThread *) TlsGetValue(_pr_lastThreadIndex))
|
D | _rhapsody.h | 181 extern PRStatus _MD_InitializeThread(PRThread *thread); 191 PRThread *thread, 198 extern PRStatus _MD_WAIT(PRThread *, PRIntervalTime timeout); 199 extern PRStatus _MD_WAKEUP_WAITER(PRThread *);
|
D | _solaris.h | 212 NSPR_API(PRStatus) _MD_CreateThread(PRThread *thread, 236 extern struct PRThread *_pr_attached_thread_tls(); 237 extern struct PRThread *_pr_current_thread_tls(); 239 extern struct PRThread *_pr_last_thread_tls(); 266 extern void _MD_exit_thread(PRThread *thread); 352 extern PRStatus _MD_wait(struct PRThread *, PRIntervalTime timeout); 355 extern PRStatus _MD_WakeupWaiter(struct PRThread *); 776 extern PRStatus _MD_WAIT(struct PRThread *, PRIntervalTime timeout); 777 extern PRStatus _MD_WAKEUP_WAITER(struct PRThread *); 779 extern PRStatus _MD_InitializeThread(PRThread *thread); [all …]
|
D | _darwin.h | 219 extern PRStatus _MD_InitializeThread(PRThread *thread); 229 PRThread *thread, 236 extern PRStatus _MD_WAIT(PRThread *, PRIntervalTime timeout); 237 extern PRStatus _MD_WAKEUP_WAITER(PRThread *);
|
D | _freebsd.h | 218 extern PRStatus _MD_InitializeThread(PRThread *thread); 228 PRThread *thread, 235 extern PRStatus _MD_WAIT(PRThread *, PRIntervalTime timeout); 236 extern PRStatus _MD_WAKEUP_WAITER(PRThread *);
|
D | _nextstep.h | 213 extern PRStatus _MD_InitializeThread(PRThread *thread); 223 PRThread *thread, 230 extern PRStatus _MD_WAIT(PRThread *, PRIntervalTime timeout); 231 extern PRStatus _MD_WAKEUP_WAITER(PRThread *);
|
D | _os2.h | 134 struct PRThread *prev, *next; /* used by the cvar wait queue to 159 struct PRThread *waitHead, *waitTail; /* the wait queue: a doubly- 175 struct PRThread *notifyHead; /* list of threads to wake up */ 468 struct PRThread *_pr_thread_last_run; 469 struct PRThread *_pr_currentThread; 477 extern struct PRThread * _MD_CURRENT_THREAD(void);
|
D | _winnt.h | 392 extern void _PR_Unblock_IO_Wait(PRThread *thr); 487 extern __declspec(thread) struct PRThread *_pr_current_fiber; 492 : (PRThread *) TlsGetValue(_pr_currentFiberIndex)) 494 extern struct PRThread * _MD_CURRENT_THREAD(void); 505 extern __declspec(thread) struct PRThread *_pr_fiber_last_run; 510 : (PRThread *) TlsGetValue(_pr_lastFiberIndex))
|
D | _macos.h | 115 PRThread * thread; 230 NSPR_API(PRThread *) PR_GetPrimaryThread(); 251 extern PRStatus _MD_InitThread(PRThread *thread); 336 extern PRStatus _MD_wait(PRThread *thread, PRIntervalTime timeout); 554 extern struct PRThread *gPrimaryThread;
|
D | _win16.h | 94 struct PRThread *thr; 102 NSPR_API(void) _PR_Unblock_IO_Wait(struct PRThread *thr); 441 NSPR_API(void) _PR_NativeDestroyThread(PRThread *thread); 442 NSPR_API(void) _PR_UserDestroyThread(PRThread *thread);
|
D | _linux.h | 448 extern PRStatus _MD_InitializeThread(PRThread *thread); 458 PRThread *thread, 465 extern PRStatus _MD_WAIT(PRThread *, PRIntervalTime timeout); 466 extern PRStatus _MD_WAKEUP_WAITER(PRThread *);
|
D | _openvms.h | 326 extern int thread_suspend(PRThread *thr_id); 327 extern int thread_resume(PRThread *thr_id);
|
D | _unixos.h | 124 struct PRThread *thr; 135 extern void _PR_Unblock_IO_Wait(struct PRThread *thr);
|
/external/chromium_org/net/third_party/nss/ssl/ |
D | sslsnce.c | 228 PRThread * poller; 1726 PRThread * pollerThread; in LaunchLockPoller()
|
D | sslimpl.h | 1324 PRThread * writerThread; /* thread holds SSL_LOCK_WRITER lock */
|
/external/chromium_org/tools/valgrind/drmemory/ |
D | suppressions_full.txt | 888 # This is an NSS PRThread object installed in TLS. Why isn't this detected as a
|