mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
update NSPR to 4.24 and keep NSPR Bug 1586070 and win64 patch intact.
This commit is contained in:
parent
dd094ae552
commit
0b9855b841
487 changed files with 42933 additions and 48679 deletions
|
|
@ -4,8 +4,8 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
/*
|
||||
** File: prrwlock.h
|
||||
** Description: API to basic reader-writer lock functions of NSPR.
|
||||
** File: prrwlock.h
|
||||
** Description: API to basic reader-writer lock functions of NSPR.
|
||||
**
|
||||
**/
|
||||
|
||||
|
|
@ -19,14 +19,14 @@ PR_BEGIN_EXTERN_C
|
|||
/*
|
||||
* PRRWLock --
|
||||
*
|
||||
* The reader writer lock, PRRWLock, is an opaque object to the clients
|
||||
* of NSPR. All routines operate on a pointer to this opaque entity.
|
||||
* The reader writer lock, PRRWLock, is an opaque object to the clients
|
||||
* of NSPR. All routines operate on a pointer to this opaque entity.
|
||||
*/
|
||||
|
||||
|
||||
typedef struct PRRWLock PRRWLock;
|
||||
|
||||
#define PR_RWLOCK_RANK_NONE 0
|
||||
#define PR_RWLOCK_RANK_NONE 0
|
||||
|
||||
|
||||
/***********************************************************************
|
||||
|
|
@ -34,12 +34,12 @@ typedef struct PRRWLock PRRWLock;
|
|||
** DESCRIPTION:
|
||||
** Returns a pointer to a newly created reader-writer lock object.
|
||||
** INPUTS: Lock rank
|
||||
** Lock name
|
||||
** Lock name
|
||||
** OUTPUTS: void
|
||||
** RETURN: PRRWLock*
|
||||
** If the lock cannot be created because of resource constraints, NULL
|
||||
** is returned.
|
||||
**
|
||||
**
|
||||
***********************************************************************/
|
||||
NSPR_API(PRRWLock*) PR_NewRWLock(PRUint32 lock_rank, const char *lock_name);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue