Home
last modified time | relevance | path

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

/third_party/libuv/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/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.h136 uv_sem_t sem_; variable
/third_party/flutter/engine/flutter/fml/synchronization/
Dsemaphore.cc138 sem_t sem_; member in fml::PlatformSemaphore
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dtask_manager.h118 sem_t sem_; variable