Home
last modified time | relevance | path

Searched refs:first_run (Results 1 – 3 of 3) sorted by relevance

/third_party/libuv/src/unix/
Dsunos.c513 int first_run; in uv_fs_event_start() local
519 first_run = 0; in uv_fs_event_start()
525 first_run = 1; in uv_fs_event_start()
541 if (first_run) { in uv_fs_event_start()
/third_party/node/deps/uv/src/unix/
Dsunos.c513 int first_run; in uv_fs_event_start() local
519 first_run = 0; in uv_fs_event_start()
525 first_run = 1; in uv_fs_event_start()
541 if (first_run) { in uv_fs_event_start()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c3849 static boolean first_run = TRUE; in nine_shader_get_debug_flag() local
3851 if (unlikely(first_run)) { in nine_shader_get_debug_flag()
3852 first_run = FALSE; in nine_shader_get_debug_flag()