Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dthread_sem_test.cpp12 sem_t sem_; member in ThreadSemTest
/third_party/node/deps/uv/src/unix/
Dthread.c546 static int uv__custom_sem_init(uv_sem_t* sem_, unsigned int value) { in uv__custom_sem_init()
571 static void uv__custom_sem_destroy(uv_sem_t* sem_) { in uv__custom_sem_destroy()
581 static void uv__custom_sem_post(uv_sem_t* sem_) { in uv__custom_sem_post()
593 static void uv__custom_sem_wait(uv_sem_t* sem_) { in uv__custom_sem_wait()
605 static int uv__custom_sem_trywait(uv_sem_t* sem_) { in uv__custom_sem_trywait()
/third_party/libuv/src/unix/
Dthread.c539 static int uv__custom_sem_init(uv_sem_t* sem_, unsigned int value) { in uv__custom_sem_init()
564 static void uv__custom_sem_destroy(uv_sem_t* sem_) { in uv__custom_sem_destroy()
574 static void uv__custom_sem_post(uv_sem_t* sem_) { in uv__custom_sem_post()
586 static void uv__custom_sem_wait(uv_sem_t* sem_) { in uv__custom_sem_wait()
598 static int uv__custom_sem_trywait(uv_sem_t* sem_) { in uv__custom_sem_trywait()
/third_party/skia/third_party/externals/tint/src/
Dprogram.h184 sem::Info sem_; variable
Dprogram_builder.h2560 sem::Info sem_; variable
/third_party/node/src/
Dnode_watchdog.h138 uv_sem_t sem_; variable