OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRThread
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prthread.h
80
typedef struct
PRThread
PRThread
;
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)
[
all
...]
prtrace.h
94
#include "
prthread
.h"
113
PRThread
*thread; /* The thread creating the trace entry */
/external/chromium_org/third_party/npapi/npspy/extern/nspr/private/
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/md/
_irix.h
46
#include "
prthread
.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
[
all
...]
_nspr_pthread.h
39
#include "
prthread
.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)
[
all
...]
_beos.h
40
#include "
prthread
.h"
451
// NSPR_API(
PRThread
*) _MD_current_thread(void);
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)
[
all
...]
_rhapsody.h
38
#include "
prthread
.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
*);
_win95.h
112
struct
PRThread
*prev, *next; /* used by the cvar wait queue to
113
* chain the
PRThread
structures
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))
_solaris.h
191
#include "
prthread
.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
*);
466
#include "
prthread
.h"
776
extern PRStatus _MD_WAIT(struct
PRThread
*, PRIntervalTime timeout)
[
all
...]
_darwin.h
38
#include "
prthread
.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
*);
_freebsd.h
38
#include "
prthread
.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
*);
_nextstep.h
38
#include "
prthread
.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
*);
_os2.h
134
struct
PRThread
*prev, *next; /* used by the cvar wait queue to
135
* chain the
PRThread
structures
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);
_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))
_linux.h
38
#include "
prthread
.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
*);
_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);
_openvms.h
326
extern int thread_suspend(
PRThread
*thr_id);
327
extern int thread_resume(
PRThread
*thr_id);
_macos.h
55
#include "
prthread
.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;
_unixos.h
124
struct
PRThread
*thr;
135
extern void _PR_Unblock_IO_Wait(struct
PRThread
*thr);
/external/chromium_org/net/third_party/nss/ssl/
sslsnce.c
228
PRThread
* poller;
[
all
...]
sslimpl.h
30
#include "
prthread
.h"
[
all
...]
Completed in 451 milliseconds