Home
last modified time | relevance | path

Searched refs:stop_flag (Results 1 - 12 of 12) sorted by relevance

/third_party/libuv/src/win/
H A Dcore.c286 loop->stop_flag = 0; in uv_loop_init()
417 if (loop->stop_flag == 0 && in uv_backend_timeout()
634 if (mode == UV_RUN_DEFAULT && r != 0 && loop->stop_flag == 0) { in uv_run()
639 while (r != 0 && loop->stop_flag == 0) { in uv_run()
683 if (loop->stop_flag != 0) in uv_run()
684 loop->stop_flag = 0; in uv_run()
/third_party/node/deps/uv/src/win/
H A Dcore.c286 loop->stop_flag = 0; in uv_loop_init()
415 if (loop->stop_flag == 0 && in uv_backend_timeout()
601 while (r != 0 && loop->stop_flag == 0) { in uv_run()
656 if (loop->stop_flag != 0) in uv_run()
657 loop->stop_flag = 0; in uv_run()
/third_party/node/deps/uv/src/unix/
H A Dloop.c75 loop->stop_flag = 0; in uv_loop_init()
H A Dcore.c358 if (loop->stop_flag == 0 && in uv__backend_timeout()
391 while (r != 0 && loop->stop_flag == 0) { in uv_run()
444 if (loop->stop_flag != 0) in uv_run()
445 loop->stop_flag = 0; in uv_run()
/third_party/libuv/src/unix/
H A Dloop.c87 loop->stop_flag = 0; in uv_loop_init()
H A Dcore.c391 if (loop->stop_flag == 0 && in uv__backend_timeout()
440 while (r != 0 && loop->stop_flag == 0) { in uv_run()
500 if (loop->stop_flag != 0) in uv_run()
501 loop->stop_flag = 0; in uv_run()
/third_party/ffmpeg/libavcodec/
H A Dalsdec.c186 int stop_flag; member
1244 while (entries < channels && !(current->stop_flag = get_bits1(gb))) { in read_channel_data()
1298 while (dep < channels && !ch[dep].stop_flag) { in revert_channel_correlation()
1321 for (dep = 0; !ch[dep].stop_flag; dep++) { in revert_channel_correlation()
/third_party/libuv/src/
H A Duv-common.c616 loop->stop_flag = 1; in uv_stop()
/third_party/node/deps/uv/src/
H A Duv-common.c579 loop->stop_flag = 1; in uv_stop()
/third_party/libuv/include/
H A Duv.h1948 unsigned int stop_flag; member
/third_party/libuv/include/uv_ndk/
H A Duv.h1795 unsigned int stop_flag; member
/third_party/node/deps/uv/include/
H A Duv.h1819 unsigned int stop_flag; member

Completed in 22 milliseconds