Home
last modified time | relevance | path

Searched defs:sem_ (Results 1 – 25 of 127) sorted by relevance

123456

/dports/devel/folly/folly-2021.12.27.00/folly/executors/
H A DEDFThreadPoolExecutor.h70 LifoSem sem_; variable
/dports/net/yami4/yami4-gpl-1.11.0/src/cpp/
H A Dincoming_message_queue.h52 semaphore sem_; variable
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dsave_blocker.hpp69 static SDL_sem* sem_; member in save_blocker
H A Dsave_blocker.cpp21 SDL_sem* save_blocker::sem_ = SDL_CreateSemaphore(1); member in save_blocker
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/ipc/
H A Dnamed_event.h139 sem_t *sem_; variable
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/ipc/
H A Dnamed_event.h139 sem_t *sem_; variable
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/ipc/
H A Dnamed_event.h139 sem_t *sem_; variable
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/ipc/
H A Dnamed_event.h139 sem_t *sem_; variable
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/ipc/
H A Dnamed_event.h139 sem_t *sem_; variable
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/ipc/
H A Dnamed_event.h139 sem_t *sem_; variable
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/foxxll/foxxll/io/
H A Drequest_queue_impl_1q.hpp43 tlx::semaphore sem_; member in foxxll::request_queue_impl_1q
H A Drequest_queue_impl_qwqr.hpp49 tlx::semaphore sem_; member in foxxll::request_queue_impl_qwqr
/dports/sysutils/R-cran-fs/fs/src/libuv-1.38.1/src/unix/
H A Dthread.c526 static int uv__custom_sem_init(uv_sem_t* sem_, unsigned int value) { in uv__custom_sem_init()
551 static void uv__custom_sem_destroy(uv_sem_t* sem_) { in uv__custom_sem_destroy()
561 static void uv__custom_sem_post(uv_sem_t* sem_) { in uv__custom_sem_post()
573 static void uv__custom_sem_wait(uv_sem_t* sem_) { in uv__custom_sem_wait()
585 static int uv__custom_sem_trywait(uv_sem_t* sem_) { in uv__custom_sem_trywait()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibuv/src/unix/
H A Dthread.c526 static int uv__custom_sem_init(uv_sem_t* sem_, unsigned int value) { in uv__custom_sem_init()
551 static void uv__custom_sem_destroy(uv_sem_t* sem_) { in uv__custom_sem_destroy()
561 static void uv__custom_sem_post(uv_sem_t* sem_) { in uv__custom_sem_post()
573 static void uv__custom_sem_wait(uv_sem_t* sem_) { in uv__custom_sem_wait()
585 static int uv__custom_sem_trywait(uv_sem_t* sem_) { in uv__custom_sem_trywait()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibuv/src/unix/
H A Dthread.c526 static int uv__custom_sem_init(uv_sem_t* sem_, unsigned int value) { in uv__custom_sem_init()
551 static void uv__custom_sem_destroy(uv_sem_t* sem_) { in uv__custom_sem_destroy()
561 static void uv__custom_sem_post(uv_sem_t* sem_) { in uv__custom_sem_post()
573 static void uv__custom_sem_wait(uv_sem_t* sem_) { in uv__custom_sem_wait()
585 static int uv__custom_sem_trywait(uv_sem_t* sem_) { in uv__custom_sem_trywait()
/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/src/unix/
H A Dthread.c526 static int uv__custom_sem_init(uv_sem_t* sem_, unsigned int value) { in uv__custom_sem_init()
551 static void uv__custom_sem_destroy(uv_sem_t* sem_) { in uv__custom_sem_destroy()
561 static void uv__custom_sem_post(uv_sem_t* sem_) { in uv__custom_sem_post()
573 static void uv__custom_sem_wait(uv_sem_t* sem_) { in uv__custom_sem_wait()
585 static int uv__custom_sem_trywait(uv_sem_t* sem_) { in uv__custom_sem_trywait()
/dports/devel/libuv/libuv-v1.42.0/src/unix/
H A Dthread.c526 static int uv__custom_sem_init(uv_sem_t* sem_, unsigned int value) { in uv__custom_sem_init()
551 static void uv__custom_sem_destroy(uv_sem_t* sem_) { in uv__custom_sem_destroy()
561 static void uv__custom_sem_post(uv_sem_t* sem_) { in uv__custom_sem_post()
573 static void uv__custom_sem_wait(uv_sem_t* sem_) { in uv__custom_sem_wait()
585 static int uv__custom_sem_trywait(uv_sem_t* sem_) { in uv__custom_sem_trywait()
/dports/www/R-cran-httpuv/httpuv/src/libuv/src/unix/
H A Dthread.c525 static int uv__custom_sem_init(uv_sem_t* sem_, unsigned int value) { in uv__custom_sem_init()
550 static void uv__custom_sem_destroy(uv_sem_t* sem_) { in uv__custom_sem_destroy()
560 static void uv__custom_sem_post(uv_sem_t* sem_) { in uv__custom_sem_post()
572 static void uv__custom_sem_wait(uv_sem_t* sem_) { in uv__custom_sem_wait()
584 static int uv__custom_sem_trywait(uv_sem_t* sem_) { in uv__custom_sem_trywait()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibuv/src/unix/
H A Dthread.c526 static int uv__custom_sem_init(uv_sem_t* sem_, unsigned int value) { in uv__custom_sem_init()
551 static void uv__custom_sem_destroy(uv_sem_t* sem_) { in uv__custom_sem_destroy()
561 static void uv__custom_sem_post(uv_sem_t* sem_) { in uv__custom_sem_post()
573 static void uv__custom_sem_wait(uv_sem_t* sem_) { in uv__custom_sem_wait()
585 static int uv__custom_sem_trywait(uv_sem_t* sem_) { in uv__custom_sem_trywait()
/dports/www/node10/node-v10.24.1/deps/uv/src/unix/
H A Dthread.c525 static int uv__custom_sem_init(uv_sem_t* sem_, unsigned int value) { in uv__custom_sem_init()
550 static void uv__custom_sem_destroy(uv_sem_t* sem_) { in uv__custom_sem_destroy()
560 static void uv__custom_sem_post(uv_sem_t* sem_) { in uv__custom_sem_post()
572 static void uv__custom_sem_wait(uv_sem_t* sem_) { in uv__custom_sem_wait()
584 static int uv__custom_sem_trywait(uv_sem_t* sem_) { in uv__custom_sem_trywait()
/dports/devel/hpx/hpx-1.2.1/hpx/lcos/local/
H A Dcounting_semaphore.hpp105 detail::counting_semaphore sem_; member in hpx::lcos::local::counting_semaphore_var
/dports/www/node10/node-v10.24.1/src/
H A Dnode_watchdog.h98 uv_sem_t sem_; variable
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/tsan/
H A Dvptr_harmful_race.cc18 sem_t sem_; member
H A Dvptr_harmful_race2.cc18 sem_t sem_; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/tsan/
H A Dvptr_harmful_race.cpp18 sem_t sem_; member

123456