Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:uv_sem_wait
(Results
1 - 24
of
24
) sorted by relevance
/third_party/libuv/test/
H
A
D
test-semaphore.c
63
uv_sem_wait
(&wc.sem); /* should not block */
in TEST_IMPL()
85
uv_sem_wait
(&wc.sem);
in TEST_IMPL()
99
uv_sem_wait
(&sem); /* should not block */
in TEST_IMPL()
100
uv_sem_wait
(&sem); /* should not block */
in TEST_IMPL()
H
A
D
test-condvar.c
84
uv_sem_wait
(&c->sem_waiting);
in condvar_signal()
121
uv_sem_wait
(&c->sem_signaled);
in condvar_wait()
186
uv_sem_wait
(&c->sem_signaled);
in condvar_timedwait()
H
A
D
test-thread-priority.c
43
uv_sem_wait
(&sem);
in simple_task()
60
uv_sem_wait
(&sem);
in TEST_IMPL()
H
A
D
test-signal-multiple-loops.c
261
uv_sem_wait
(&sem);
in TEST_IMPL()
270
uv_sem_wait
(&sem);
in TEST_IMPL()
H
A
D
test-threadpool-cancel.c
58
uv_sem_wait
(pause_sems + (req - pause_reqs));
in work_cb()
408
uv_sem_wait
(&sem_lock);
in TEST_IMPL()
H
A
D
benchmark-multi-accept.c
238
uv_sem_wait
(&servers[i].semaphore);
in send_listen_handles()
268
uv_sem_wait
(&ctx->semaphore);
in server_cb()
/third_party/node/deps/uv/src/win/
H
A
D
thread.c
330
void
uv_sem_wait
(uv_sem_t* sem) {
in uv_sem_wait()
function
427
uv_sem_wait
(&barrier->turnstile2);
in uv_barrier_wait()
432
uv_sem_wait
(&barrier->turnstile1);
in uv_barrier_wait()
438
uv_sem_wait
(&barrier->turnstile1);
in uv_barrier_wait()
443
uv_sem_wait
(&barrier->turnstile2);
in uv_barrier_wait()
H
A
D
tty.c
235
uv_sem_wait
(&uv_tty_output_lock);
in uv_tty_init()
393
uv_sem_wait
(&uv_tty_output_lock);
in uv_tty_set_mode()
424
uv_sem_wait
(&uv_tty_output_lock);
in uv_tty_get_winsize()
1096
uv_sem_wait
(&uv_tty_output_lock);
in uv__cancel_read_console()
1707
uv_sem_wait
(&uv_tty_output_lock);
2444
uv_sem_wait
(&uv_tty_output_lock);
2451
uv_sem_wait
(&uv_tty_output_lock);
/third_party/libuv/src/win/
H
A
D
tty.c
230
uv_sem_wait
(&uv_tty_output_lock);
in uv_tty_init()
388
uv_sem_wait
(&uv_tty_output_lock);
in uv_tty_set_mode()
419
uv_sem_wait
(&uv_tty_output_lock);
in uv_tty_get_winsize()
1085
uv_sem_wait
(&uv_tty_output_lock);
in uv__cancel_read_console()
1696
uv_sem_wait
(&uv_tty_output_lock);
2411
uv_sem_wait
(&uv_tty_output_lock);
2418
uv_sem_wait
(&uv_tty_output_lock);
H
A
D
thread.c
405
void
uv_sem_wait
(uv_sem_t* sem) {
in uv_sem_wait()
function
/third_party/libuv/src/unix/
H
A
D
thread.c
467
void
uv_sem_wait
(uv_sem_t* sem) {
in uv_sem_wait()
function
691
void
uv_sem_wait
(uv_sem_t* sem) {
in uv_sem_wait()
function
H
A
D
fsevents.c
500
* NOTE: This is coupled with `
uv_sem_wait
()` in `uv__fsevents_close`
in uv__fsevents_reschedule()
650
uv_sem_wait
(&loop->cf_sem);
in uv__fsevents_loop_init()
887
uv_sem_wait
(&state->fsevent_sem);
in uv__fsevents_close()
H
A
D
stream.c
225
uv_sem_wait
(&s->async_sem);
in uv__stream_osx_select()
/third_party/node/deps/uv/src/unix/
H
A
D
thread.c
474
void
uv_sem_wait
(uv_sem_t* sem) {
in uv_sem_wait()
function
698
void
uv_sem_wait
(uv_sem_t* sem) {
in uv_sem_wait()
function
H
A
D
fsevents.c
509
* NOTE: This is coupled with `
uv_sem_wait
()` in `uv__fsevents_close`
in uv__fsevents_reschedule()
661
uv_sem_wait
(&loop->cf_sem);
in uv__fsevents_loop_init()
898
uv_sem_wait
(&state->fsevent_sem);
in uv__fsevents_close()
H
A
D
stream.c
215
uv_sem_wait
(&s->async_sem);
in uv__stream_osx_select()
/third_party/node/src/
H
A
D
node_watchdog.cc
236
uv_sem_wait
(&instance.sem_);
in RunSigintWatchdog()
H
A
D
node_platform.cc
69
uv_sem_wait
(&ready_);
in Start()
H
A
D
inspector_agent.cc
84
uv_sem_wait
(&start_io_thread_semaphore);
in StartIoThreadMain()
/third_party/node/deps/uv/src/
H
A
D
threadpool.c
234
uv_sem_wait
(&sem);
in init_threads()
/third_party/libuv/src/
H
A
D
threadpool.c
203
uv_sem_wait
(&sem);
in init_work_dump_queue()
540
uv_sem_wait
(&sem);
in init_threads()
/third_party/libuv/include/
H
A
D
uv.h
1857
UV_EXTERN void
uv_sem_wait
(uv_sem_t* sem);
/third_party/libuv/include/uv_ndk/
H
A
D
uv.h
1719
UV_EXTERN void
uv_sem_wait
(uv_sem_t* sem);
/third_party/node/deps/uv/include/
H
A
D
uv.h
1743
UV_EXTERN void
uv_sem_wait
(uv_sem_t* sem);
Completed in 31 milliseconds