Home
last modified time | relevance | path

Searched defs:OSSemaphore (Results 1 – 11 of 11) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkSemaphore.cpp13 struct SkBaseSemaphore::OSSemaphore { struct in SkBaseSemaphore
16 OSSemaphore() { in OSSemaphore() function
25 struct SkBaseSemaphore::OSSemaphore {
28 OSSemaphore() { in OSSemaphore() function
45 struct SkBaseSemaphore::OSSemaphore {
46 sem_t fSemaphore;
48 OSSemaphore() { sem_init(&fSemaphore, 0/*cross process?*/, 0/*initial count*/); } in OSSemaphore() argument
49 ~OSSemaphore() { sem_destroy(&fSemaphore); } in ~OSSemaphore()
51 void signal(int n) { while (n --> 0) { sem_post(&fSemaphore); } } in signal()
52 void wait() { in wait()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkSemaphore.cpp14 struct SkSemaphore::OSSemaphore { struct in SkSemaphore
17 OSSemaphore() { fSemaphore = dispatch_semaphore_create(0/*initial count*/); } in OSSemaphore() function
24 struct SkSemaphore::OSSemaphore {
27 OSSemaphore() { in OSSemaphore() function
44 struct SkSemaphore::OSSemaphore {
45 sem_t fSemaphore;
47 OSSemaphore() { sem_init(&fSemaphore, 0/*cross process?*/, 0/*initial count*/); } in OSSemaphore() function
48 ~OSSemaphore() { sem_destroy(&fSemaphore); } in ~OSSemaphore()
50 void signal(int n) { while (n --> 0) { sem_post(&fSemaphore); } } in signal()
51 void wait() { in wait()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkSemaphore.cpp14 struct SkSemaphore::OSSemaphore { struct in SkSemaphore
17 OSSemaphore() { fSemaphore = dispatch_semaphore_create(0/*initial count*/); } in OSSemaphore() function
24 struct SkSemaphore::OSSemaphore {
27 OSSemaphore() { in OSSemaphore() function
44 struct SkSemaphore::OSSemaphore {
45 sem_t fSemaphore;
47 OSSemaphore() { sem_init(&fSemaphore, 0/*cross process?*/, 0/*initial count*/); } in OSSemaphore() argument
48 ~OSSemaphore() { sem_destroy(&fSemaphore); } in ~OSSemaphore()
50 void signal(int n) { while (n --> 0) { sem_post(&fSemaphore); } } in signal()
51 void wait() { in wait()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkSemaphore.cpp14 struct SkSemaphore::OSSemaphore { struct in SkSemaphore
17 OSSemaphore() { fSemaphore = dispatch_semaphore_create(0/*initial count*/); } in OSSemaphore() function
24 struct SkSemaphore::OSSemaphore {
27 OSSemaphore() { in OSSemaphore() function
44 struct SkSemaphore::OSSemaphore {
45 sem_t fSemaphore;
47 OSSemaphore() { sem_init(&fSemaphore, 0/*cross process?*/, 0/*initial count*/); } in OSSemaphore() function
48 ~OSSemaphore() { sem_destroy(&fSemaphore); } in ~OSSemaphore()
50 void signal(int n) { while (n --> 0) { sem_post(&fSemaphore); } } in signal()
51 void wait() { in wait()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkSemaphore.cpp14 struct SkSemaphore::OSSemaphore { struct in SkSemaphore
17 OSSemaphore() { fSemaphore = dispatch_semaphore_create(0/*initial count*/); } in OSSemaphore() function
24 struct SkSemaphore::OSSemaphore {
27 OSSemaphore() { in OSSemaphore() function
44 struct SkSemaphore::OSSemaphore {
45 sem_t fSemaphore;
47 OSSemaphore() { sem_init(&fSemaphore, 0/*cross process?*/, 0/*initial count*/); } in OSSemaphore() function
48 ~OSSemaphore() { sem_destroy(&fSemaphore); } in ~OSSemaphore()
50 void signal(int n) { while (n --> 0) { sem_post(&fSemaphore); } } in signal()
51 void wait() { in wait()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkSemaphore.cpp14 struct SkSemaphore::OSSemaphore { struct in SkSemaphore
17 OSSemaphore() { fSemaphore = dispatch_semaphore_create(0/*initial count*/); } in OSSemaphore() function
24 struct SkSemaphore::OSSemaphore {
27 OSSemaphore() { in OSSemaphore() function
44 struct SkSemaphore::OSSemaphore {
45 sem_t fSemaphore;
47 OSSemaphore() { sem_init(&fSemaphore, 0/*cross process?*/, 0/*initial count*/); } in OSSemaphore() function
48 ~OSSemaphore() { sem_destroy(&fSemaphore); } in ~OSSemaphore()
50 void signal(int n) { while (n --> 0) { sem_post(&fSemaphore); } } in signal()
51 void wait() { in wait()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkSemaphore.cpp14 struct SkSemaphore::OSSemaphore { struct in SkSemaphore
17 OSSemaphore() { fSemaphore = dispatch_semaphore_create(0/*initial count*/); } in OSSemaphore() function
24 struct SkSemaphore::OSSemaphore {
27 OSSemaphore() { in OSSemaphore() function
44 struct SkSemaphore::OSSemaphore {
45 sem_t fSemaphore;
47 OSSemaphore() { sem_init(&fSemaphore, 0/*cross process?*/, 0/*initial count*/); } in OSSemaphore() argument
48 ~OSSemaphore() { sem_destroy(&fSemaphore); } in ~OSSemaphore()
50 void signal(int n) { while (n --> 0) { sem_post(&fSemaphore); } } in signal()
51 void wait() { in wait()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkSemaphore.cpp24 struct SkBaseSemaphore::OSSemaphore { struct in SkBaseSemaphore
27 OSSemaphore() { in OSSemaphore() function
44 struct SkBaseSemaphore::OSSemaphore {
47 OSSemaphore() { in OSSemaphore() function
64 struct SkBaseSemaphore::OSSemaphore {
65 sem_t fSemaphore;
67 OSSemaphore() { sem_init(&fSemaphore, 0/*cross process?*/, 0/*initial count*/); } in OSSemaphore() function
68 ~OSSemaphore() { sem_destroy(&fSemaphore); } in ~OSSemaphore()
70 void signal(int n) { while (n --> 0) { sem_post(&fSemaphore); } } in signal()
71 void wait() { in wait()
/dports/games/libretro-uae/libretro-uae-8333daa/wiiu-deps/wiiu/os/
H A Dsemaphore.h17 }OSSemaphore; typedef
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/libretro-common/include/wiiu/os/
H A Dsemaphore.h17 }OSSemaphore; typedef
/dports/games/retroarch/RetroArch-1.9.7/wiiu/include/wiiu/os/
H A Dsemaphore.h17 }OSSemaphore; typedef