Searched refs:PRStatus (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dprcvar.h94 NSPR_API(PRStatus) PR_WaitCondVar(PRCondVar *cvar, PRIntervalTime timeout);
109 NSPR_API(PRStatus) PR_NotifyCondVar(PRCondVar *cvar);
119 NSPR_API(PRStatus) PR_NotifyAllCondVar(PRCondVar *cvar);
H A Dprmon.h74 NSPR_API(PRStatus) PR_ExitMonitor(PRMonitor *mon);
92 NSPR_API(PRStatus) PR_Wait(PRMonitor *mon, PRIntervalTime ticks);
99 NSPR_API(PRStatus) PR_Notify(PRMonitor *mon);
106 NSPR_API(PRStatus) PR_NotifyAll(PRMonitor *mon);
H A Dprinit.h155 NSPR_API(PRStatus) PR_Cleanup(void);
191 NSPR_API(PRStatus) PR_SetFDCacheSize(PRIntn low, PRIntn high);
219 PRStatus status;
222 typedef PRStatus (PR_CALLBACK *PRCallOnceFN)(void);
224 typedef PRStatus (PR_CALLBACK *PRCallOnceWithArgFN)(void *arg);
226 NSPR_API(PRStatus) PR_CallOnce(
231 NSPR_API(PRStatus) PR_CallOnceWithArg(
H A Dprenv.h135 ** PRStatus.
143 NSPR_API(PRStatus) PR_SetEnv(const char *string);
H A Dprthread.h155 NSPR_API(PRStatus) PR_JoinThread(PRThread *thread);
202 NSPR_API(PRStatus) PR_NewThreadPrivateIndex(
216 NSPR_API(PRStatus) PR_SetThreadPrivate(PRUintn tpdIndex, void *priv);
235 ** that return a PRStatus (I/O, waiting on a condition, etc).
239 NSPR_API(PRStatus) PR_Interrupt(PRThread *thread);
264 NSPR_API(PRStatus) PR_Sleep(PRIntervalTime ticks);
H A Dprlock.h119 NSPR_API(PRStatus) PR_Unlock(PRLock *lock);
H A Dnssilock.h161 extern PRStatus
194 extern PRStatus
203 extern PRStatus
211 extern PRStatus
245 extern PRStatus
262 extern PRStatus
271 extern PRStatus
279 extern PRStatus
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dprcvar.h94 NSPR_API(PRStatus) PR_WaitCondVar(PRCondVar *cvar, PRIntervalTime timeout);
109 NSPR_API(PRStatus) PR_NotifyCondVar(PRCondVar *cvar);
119 NSPR_API(PRStatus) PR_NotifyAllCondVar(PRCondVar *cvar);
H A Dprmon.h74 NSPR_API(PRStatus) PR_ExitMonitor(PRMonitor *mon);
92 NSPR_API(PRStatus) PR_Wait(PRMonitor *mon, PRIntervalTime ticks);
99 NSPR_API(PRStatus) PR_Notify(PRMonitor *mon);
106 NSPR_API(PRStatus) PR_NotifyAll(PRMonitor *mon);
H A Dprinit.h155 NSPR_API(PRStatus) PR_Cleanup(void);
191 NSPR_API(PRStatus) PR_SetFDCacheSize(PRIntn low, PRIntn high);
219 PRStatus status;
222 typedef PRStatus (PR_CALLBACK *PRCallOnceFN)(void);
224 typedef PRStatus (PR_CALLBACK *PRCallOnceWithArgFN)(void *arg);
226 NSPR_API(PRStatus) PR_CallOnce(
231 NSPR_API(PRStatus) PR_CallOnceWithArg(
H A Dprenv.h135 ** PRStatus.
143 NSPR_API(PRStatus) PR_SetEnv(const char *string);
H A Dprthread.h155 NSPR_API(PRStatus) PR_JoinThread(PRThread *thread);
202 NSPR_API(PRStatus) PR_NewThreadPrivateIndex(
216 NSPR_API(PRStatus) PR_SetThreadPrivate(PRUintn tpdIndex, void *priv);
235 ** that return a PRStatus (I/O, waiting on a condition, etc).
239 NSPR_API(PRStatus) PR_Interrupt(PRThread *thread);
264 NSPR_API(PRStatus) PR_Sleep(PRIntervalTime ticks);
H A Dprlock.h119 NSPR_API(PRStatus) PR_Unlock(PRLock *lock);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dprcvar.h94 NSPR_API(PRStatus) PR_WaitCondVar(PRCondVar *cvar, PRIntervalTime timeout);
109 NSPR_API(PRStatus) PR_NotifyCondVar(PRCondVar *cvar);
119 NSPR_API(PRStatus) PR_NotifyAllCondVar(PRCondVar *cvar);
H A Dprmon.h74 NSPR_API(PRStatus) PR_ExitMonitor(PRMonitor *mon);
92 NSPR_API(PRStatus) PR_Wait(PRMonitor *mon, PRIntervalTime ticks);
99 NSPR_API(PRStatus) PR_Notify(PRMonitor *mon);
106 NSPR_API(PRStatus) PR_NotifyAll(PRMonitor *mon);
H A Dprinit.h155 NSPR_API(PRStatus) PR_Cleanup(void);
191 NSPR_API(PRStatus) PR_SetFDCacheSize(PRIntn low, PRIntn high);
219 PRStatus status;
222 typedef PRStatus (PR_CALLBACK *PRCallOnceFN)(void);
224 typedef PRStatus (PR_CALLBACK *PRCallOnceWithArgFN)(void *arg);
226 NSPR_API(PRStatus) PR_CallOnce(
231 NSPR_API(PRStatus) PR_CallOnceWithArg(
H A Dprenv.h135 ** PRStatus.
143 NSPR_API(PRStatus) PR_SetEnv(const char *string);
H A Dprthread.h155 NSPR_API(PRStatus) PR_JoinThread(PRThread *thread);
202 NSPR_API(PRStatus) PR_NewThreadPrivateIndex(
216 NSPR_API(PRStatus) PR_SetThreadPrivate(PRUintn tpdIndex, void *priv);
235 ** that return a PRStatus (I/O, waiting on a condition, etc).
239 NSPR_API(PRStatus) PR_Interrupt(PRThread *thread);
264 NSPR_API(PRStatus) PR_Sleep(PRIntervalTime ticks);
H A Dprlock.h119 NSPR_API(PRStatus) PR_Unlock(PRLock *lock);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dprcvar.h94 NSPR_API(PRStatus) PR_WaitCondVar(PRCondVar *cvar, PRIntervalTime timeout);
109 NSPR_API(PRStatus) PR_NotifyCondVar(PRCondVar *cvar);
119 NSPR_API(PRStatus) PR_NotifyAllCondVar(PRCondVar *cvar);
H A Dprmon.h74 NSPR_API(PRStatus) PR_ExitMonitor(PRMonitor *mon);
92 NSPR_API(PRStatus) PR_Wait(PRMonitor *mon, PRIntervalTime ticks);
99 NSPR_API(PRStatus) PR_Notify(PRMonitor *mon);
106 NSPR_API(PRStatus) PR_NotifyAll(PRMonitor *mon);
H A Dprinit.h155 NSPR_API(PRStatus) PR_Cleanup(void);
191 NSPR_API(PRStatus) PR_SetFDCacheSize(PRIntn low, PRIntn high);
219 PRStatus status;
222 typedef PRStatus (PR_CALLBACK *PRCallOnceFN)(void);
224 typedef PRStatus (PR_CALLBACK *PRCallOnceWithArgFN)(void *arg);
226 NSPR_API(PRStatus) PR_CallOnce(
231 NSPR_API(PRStatus) PR_CallOnceWithArg(
H A Dprenv.h135 ** PRStatus.
143 NSPR_API(PRStatus) PR_SetEnv(const char *string);
H A Dprthread.h155 NSPR_API(PRStatus) PR_JoinThread(PRThread *thread);
202 NSPR_API(PRStatus) PR_NewThreadPrivateIndex(
216 NSPR_API(PRStatus) PR_SetThreadPrivate(PRUintn tpdIndex, void *priv);
235 ** that return a PRStatus (I/O, waiting on a condition, etc).
239 NSPR_API(PRStatus) PR_Interrupt(PRThread *thread);
264 NSPR_API(PRStatus) PR_Sleep(PRIntervalTime ticks);
H A Dprlock.h119 NSPR_API(PRStatus) PR_Unlock(PRLock *lock);

Completed in 149 milliseconds

12