Home
last modified time | relevance | path

Searched refs:PRSemaphore (Results 1 – 25 of 59) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/include/obsolete/
H A Dprsem.h18 typedef struct PRSemaphore PRSemaphore; typedef
23 NSPR_API(PRSemaphore*) PR_NewSem(PRUintn value);
29 NSPR_API(void) PR_DestroySem(PRSemaphore *sem);
45 NSPR_API(PRStatus) PR_WaitSem(PRSemaphore *sem);
52 NSPR_API(void) PR_PostSem(PRSemaphore *sem);
60 NSPR_API(PRUintn) PR_GetValueSem(PRSemaphore *sem);
/dports/www/firefox/firefox-99.0/nsprpub/pr/include/obsolete/
H A Dprsem.h18 typedef struct PRSemaphore PRSemaphore; typedef
23 NSPR_API(PRSemaphore*) PR_NewSem(PRUintn value);
29 NSPR_API(void) PR_DestroySem(PRSemaphore *sem);
45 NSPR_API(PRStatus) PR_WaitSem(PRSemaphore *sem);
52 NSPR_API(void) PR_PostSem(PRSemaphore *sem);
60 NSPR_API(PRUintn) PR_GetValueSem(PRSemaphore *sem);
/dports/www/npapi-xine/xine-plugin-1.0.2/include/obsolete/
H A Dprsem.h50 typedef struct PRSemaphore PRSemaphore; typedef
55 NSPR_API(PRSemaphore*) PR_NewSem(PRUintn value);
61 NSPR_API(void) PR_DestroySem(PRSemaphore *sem);
77 NSPR_API(PRStatus) PR_WaitSem(PRSemaphore *sem);
84 NSPR_API(void) PR_PostSem(PRSemaphore *sem);
92 NSPR_API(PRUintn) PR_GetValueSem(PRSemaphore *sem);
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/include/obsolete/
H A Dprsem.h18 typedef struct PRSemaphore PRSemaphore; typedef
23 NSPR_API(PRSemaphore*) PR_NewSem(PRUintn value);
29 NSPR_API(void) PR_DestroySem(PRSemaphore *sem);
45 NSPR_API(PRStatus) PR_WaitSem(PRSemaphore *sem);
52 NSPR_API(void) PR_PostSem(PRSemaphore *sem);
60 NSPR_API(PRUintn) PR_GetValueSem(PRSemaphore *sem);
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/include/obsolete/
H A Dprsem.h18 typedef struct PRSemaphore PRSemaphore; typedef
23 NSPR_API(PRSemaphore*) PR_NewSem(PRUintn value);
29 NSPR_API(void) PR_DestroySem(PRSemaphore *sem);
45 NSPR_API(PRStatus) PR_WaitSem(PRSemaphore *sem);
52 NSPR_API(void) PR_PostSem(PRSemaphore *sem);
60 NSPR_API(PRUintn) PR_GetValueSem(PRSemaphore *sem);
/dports/devel/nspr/nspr-4.33/nspr/pr/include/obsolete/
H A Dprsem.h18 typedef struct PRSemaphore PRSemaphore; typedef
23 NSPR_API(PRSemaphore*) PR_NewSem(PRUintn value);
29 NSPR_API(void) PR_DestroySem(PRSemaphore *sem);
45 NSPR_API(PRStatus) PR_WaitSem(PRSemaphore *sem);
52 NSPR_API(void) PR_PostSem(PRSemaphore *sem);
60 NSPR_API(PRUintn) PR_GetValueSem(PRSemaphore *sem);
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/include/obsolete/
H A Dprsem.h18 typedef struct PRSemaphore PRSemaphore; typedef
23 NSPR_API(PRSemaphore*) PR_NewSem(PRUintn value);
29 NSPR_API(void) PR_DestroySem(PRSemaphore *sem);
45 NSPR_API(PRStatus) PR_WaitSem(PRSemaphore *sem);
52 NSPR_API(void) PR_PostSem(PRSemaphore *sem);
60 NSPR_API(PRUintn) PR_GetValueSem(PRSemaphore *sem);
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/include/obsolete/
H A Dprsem.h18 typedef struct PRSemaphore PRSemaphore; typedef
23 NSPR_API(PRSemaphore*) PR_NewSem(PRUintn value);
29 NSPR_API(void) PR_DestroySem(PRSemaphore *sem);
45 NSPR_API(PRStatus) PR_WaitSem(PRSemaphore *sem);
52 NSPR_API(void) PR_PostSem(PRSemaphore *sem);
60 NSPR_API(PRUintn) PR_GetValueSem(PRSemaphore *sem);
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/bthreads/
H A Dbtsem.c13 PR_IMPLEMENT(PRSemaphore*)
16 PRSemaphore *semaphore; in PR_NewSem()
20 semaphore = PR_NEWZAP(PRSemaphore); in PR_NewSem()
35 PR_DestroySem (PRSemaphore *sem) in PR_DestroySem()
60 PR_WaitSem (PRSemaphore *sem) in PR_WaitSem()
75 PR_PostSem (PRSemaphore *sem) in PR_PostSem()
91 PR_GetValueSem (PRSemaphore *sem) in PR_GetValueSem()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/bthreads/
H A Dbtsem.c13 PR_IMPLEMENT(PRSemaphore*)
16 PRSemaphore *semaphore; in PR_NewSem()
20 semaphore = PR_NEWZAP(PRSemaphore); in PR_NewSem()
35 PR_DestroySem (PRSemaphore *sem) in PR_DestroySem()
60 PR_WaitSem (PRSemaphore *sem) in PR_WaitSem()
75 PR_PostSem (PRSemaphore *sem) in PR_PostSem()
91 PR_GetValueSem (PRSemaphore *sem) in PR_GetValueSem()
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/threads/
H A Dprsem.c14 PR_IMPLEMENT(PRSemaphore*) PR_NewSem(PRUintn value) in PR_NewSem()
16 PRSemaphore *sem; in PR_NewSem()
20 sem = PR_NEWZAP(PRSemaphore); in PR_NewSem()
49 PR_IMPLEMENT(void) PR_DestroySem(PRSemaphore *sem) in PR_DestroySem()
76 PR_IMPLEMENT(PRStatus) PR_WaitSem(PRSemaphore *sem) in PR_WaitSem()
106 PR_IMPLEMENT(void) PR_PostSem(PRSemaphore *sem) in PR_PostSem()
127 PR_IMPLEMENT(PRUintn) PR_GetValueSem(PRSemaphore *sem) in PR_GetValueSem()
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/threads/
H A Dprsem.c14 PR_IMPLEMENT(PRSemaphore*) PR_NewSem(PRUintn value) in PR_NewSem()
16 PRSemaphore *sem; in PR_NewSem()
20 sem = PR_NEWZAP(PRSemaphore); in PR_NewSem()
49 PR_IMPLEMENT(void) PR_DestroySem(PRSemaphore *sem) in PR_DestroySem()
76 PR_IMPLEMENT(PRStatus) PR_WaitSem(PRSemaphore *sem) in PR_WaitSem()
106 PR_IMPLEMENT(void) PR_PostSem(PRSemaphore *sem) in PR_PostSem()
127 PR_IMPLEMENT(PRUintn) PR_GetValueSem(PRSemaphore *sem) in PR_GetValueSem()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/threads/
H A Dprsem.c14 PR_IMPLEMENT(PRSemaphore*) PR_NewSem(PRUintn value) in PR_NewSem()
16 PRSemaphore *sem; in PR_NewSem()
20 sem = PR_NEWZAP(PRSemaphore); in PR_NewSem()
49 PR_IMPLEMENT(void) PR_DestroySem(PRSemaphore *sem) in PR_DestroySem()
76 PR_IMPLEMENT(PRStatus) PR_WaitSem(PRSemaphore *sem) in PR_WaitSem()
104 PR_IMPLEMENT(void) PR_PostSem(PRSemaphore *sem) in PR_PostSem()
124 PR_IMPLEMENT(PRUintn) PR_GetValueSem(PRSemaphore *sem) in PR_GetValueSem()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/threads/
H A Dprsem.c14 PR_IMPLEMENT(PRSemaphore*) PR_NewSem(PRUintn value) in PR_NewSem()
16 PRSemaphore *sem; in PR_NewSem()
20 sem = PR_NEWZAP(PRSemaphore); in PR_NewSem()
49 PR_IMPLEMENT(void) PR_DestroySem(PRSemaphore *sem) in PR_DestroySem()
76 PR_IMPLEMENT(PRStatus) PR_WaitSem(PRSemaphore *sem) in PR_WaitSem()
104 PR_IMPLEMENT(void) PR_PostSem(PRSemaphore *sem) in PR_PostSem()
124 PR_IMPLEMENT(PRUintn) PR_GetValueSem(PRSemaphore *sem) in PR_GetValueSem()
/dports/devel/nspr/nspr-4.33/nspr/pr/src/threads/
H A Dprsem.c14 PR_IMPLEMENT(PRSemaphore*) PR_NewSem(PRUintn value) in PR_NewSem()
16 PRSemaphore *sem; in PR_NewSem()
20 sem = PR_NEWZAP(PRSemaphore); in PR_NewSem()
49 PR_IMPLEMENT(void) PR_DestroySem(PRSemaphore *sem) in PR_DestroySem()
76 PR_IMPLEMENT(PRStatus) PR_WaitSem(PRSemaphore *sem) in PR_WaitSem()
106 PR_IMPLEMENT(void) PR_PostSem(PRSemaphore *sem) in PR_PostSem()
127 PR_IMPLEMENT(PRUintn) PR_GetValueSem(PRSemaphore *sem) in PR_GetValueSem()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/threads/
H A Dprsem.c14 PR_IMPLEMENT(PRSemaphore*) PR_NewSem(PRUintn value) in PR_NewSem()
16 PRSemaphore *sem; in PR_NewSem()
20 sem = PR_NEWZAP(PRSemaphore); in PR_NewSem()
49 PR_IMPLEMENT(void) PR_DestroySem(PRSemaphore *sem) in PR_DestroySem()
76 PR_IMPLEMENT(PRStatus) PR_WaitSem(PRSemaphore *sem) in PR_WaitSem()
106 PR_IMPLEMENT(void) PR_PostSem(PRSemaphore *sem) in PR_PostSem()
127 PR_IMPLEMENT(PRUintn) PR_GetValueSem(PRSemaphore *sem) in PR_GetValueSem()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/src/threads/
H A Dprsem.c14 PR_IMPLEMENT(PRSemaphore*) PR_NewSem(PRUintn value) in PR_NewSem()
16 PRSemaphore *sem; in PR_NewSem()
20 sem = PR_NEWZAP(PRSemaphore); in PR_NewSem()
49 PR_IMPLEMENT(void) PR_DestroySem(PRSemaphore *sem) in PR_DestroySem()
76 PR_IMPLEMENT(PRStatus) PR_WaitSem(PRSemaphore *sem) in PR_WaitSem()
106 PR_IMPLEMENT(void) PR_PostSem(PRSemaphore *sem) in PR_PostSem()
127 PR_IMPLEMENT(PRUintn) PR_GetValueSem(PRSemaphore *sem) in PR_GetValueSem()
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/tests/
H A Dperf.c253 PRSemaphore **sem = (PRSemaphore **)argSema; in SemaThread()
273 static PRSemaphore *sem_set1[2];
274 static PRSemaphore *sem_set2[2];
H A Dsem.c110 PRSemaphore *emptyBufs; /* number of empty buffers */
111 PRSemaphore *fullBufs; /* number of buffers that are full */
/dports/www/firefox/firefox-99.0/nsprpub/pr/tests/
H A Dperf.c253 PRSemaphore **sem = (PRSemaphore **)argSema; in SemaThread()
273 static PRSemaphore *sem_set1[2];
274 static PRSemaphore *sem_set2[2];
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/tests/
H A Dperf.c252 PRSemaphore **sem = (PRSemaphore **)argSema; in SemaThread()
272 static PRSemaphore *sem_set1[2];
273 static PRSemaphore *sem_set2[2];
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/tests/
H A Dperf.c252 PRSemaphore **sem = (PRSemaphore **)argSema; in SemaThread()
272 static PRSemaphore *sem_set1[2];
273 static PRSemaphore *sem_set2[2];
/dports/devel/nspr/nspr-4.33/nspr/pr/tests/
H A Dperf.c253 PRSemaphore **sem = (PRSemaphore **)argSema; in SemaThread()
273 static PRSemaphore *sem_set1[2];
274 static PRSemaphore *sem_set2[2];
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/tests/
H A Dperf.c253 PRSemaphore **sem = (PRSemaphore **)argSema; in SemaThread()
273 static PRSemaphore *sem_set1[2];
274 static PRSemaphore *sem_set2[2];
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/tests/
H A Dperf.c253 PRSemaphore **sem = (PRSemaphore **)argSema; in SemaThread()
273 static PRSemaphore *sem_set1[2];
274 static PRSemaphore *sem_set2[2];

123