OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRLock
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prlock.h
36
** File:
prlock
.h
57
*
PRLock
--
63
typedef struct
PRLock
PRLock
;
75
** RETURN:
PRLock
*
80
NSPR_API(
PRLock
*) PR_NewLock(void);
86
** INPUTS:
PRLock
*lock
91
NSPR_API(void) PR_DestroyLock(
PRLock
*lock);
97
** INPUTS:
PRLock
*lock
102
NSPR_API(void) PR_Lock(
PRLock
*lock)
[
all
...]
prpdce.h
45
#include "
prlock
.h"
52
#define _PR_NAKED_CV_LOCK (
PRLock
*)0xdce1dce1
62
NSPR_API(PRStatus) PRP_TryLock(
PRLock
*lock);
93
PRCondVar *cvar,
PRLock
*lock, PRIntervalTime timeout);
prcvar.h
38
#include "
prlock
.h"
56
NSPR_API(PRCondVar*) PR_NewCondVar(
PRLock
*lock);
prolock.h
43
** A locking mechanism, built on the existing
PRLock
definiion,
52
** directly to
PRLock
functions, providing no lock order
69
** See Also:
prlock
.h
85
** Map PROrderedLock and methods onto
PRLock
when ordered locking
89
#include "
prlock
.h"
91
typedef
PRLock
PROrderedLock;
/external/chromium_org/net/third_party/nss/ssl/
sslmutex.h
27
#include "
prlock
.h"
41
/* on WINNT we need both the
PRLock
and the Win32 mutex for fibers */
46
PRLock
* sslLock;
61
PRLock
* sslLock;
79
PRLock
* sslLock;
93
PRLock
* sslLock;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/private/
pprthred.h
291
NSPR_API(PRBool) PR_TestAndLock(
PRLock
*lock);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_macos.h
52
#include "
prlock
.h"
81
PRLock
* asyncIOLock;
125
PRLock
* miscLock;
_os2.h
98
extern struct
PRLock
*_pr_schedLock;
_win16.h
64
extern struct
PRLock
*_pr_schedLock;
_win95.h
80
extern struct
PRLock
*_pr_schedLock;
_winnt.h
100
extern struct
PRLock
*_pr_schedLock;
_solaris.h
228
extern struct
PRLock
*_pr_schedLock;
Completed in 299 milliseconds