Home
last modified time | relevance | path

Searched defs:sem_ (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_sem_test.cpp12 sem_t sem_; member in ThreadSemTest
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Dprogram.h184 sem::Info sem_; member in tint::Program
H A Dprogram_builder.h2560 sem::Info sem_; member in tint::ProgramBuilder
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dwaiter.h125 sem_t sem_; member in absl::synchronization_internal::Waiter
/third_party/node/src/
H A Dnode_watchdog.h138 uv_sem_t sem_; member in node::SigintWatchdogHelper
/third_party/libuv/src/unix/
H A Dthread.c539 static int uv__custom_sem_init(uv_sem_t* sem_, unsigned int value) { in uv__custom_sem_init() argument
564 static void uv__custom_sem_destroy(uv_sem_t* sem_) { in uv__custom_sem_destroy() argument
574 static void uv__custom_sem_post(uv_sem_t* sem_) { in uv__custom_sem_post() argument
586 static void uv__custom_sem_wait(uv_sem_t* sem_) { in uv__custom_sem_wait() argument
598 static int uv__custom_sem_trywait(uv_sem_t* sem_) { in uv__custom_sem_trywait() argument
[all...]
/third_party/node/deps/uv/src/unix/
H A Dthread.c546 static int uv__custom_sem_init(uv_sem_t* sem_, unsigned int value) { in uv__custom_sem_init() argument
571 static void uv__custom_sem_destroy(uv_sem_t* sem_) { in uv__custom_sem_destroy() argument
581 static void uv__custom_sem_post(uv_sem_t* sem_) { in uv__custom_sem_post() argument
593 static void uv__custom_sem_wait(uv_sem_t* sem_) { in uv__custom_sem_wait() argument
605 static int uv__custom_sem_trywait(uv_sem_t* sem_) { in uv__custom_sem_trywait() argument
[all...]

Completed in 8 milliseconds