HomeSort by relevance Sort by last modified time
    Searched refs:cond_var (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/glsl/
lower_if_to_cond_assign.cpp 97 ir_if *if_ir, ir_variable *cond_var, bool then)
113 ir_dereference *deref = new(mem_ctx) ir_dereference_variable(cond_var);
158 ir_variable *cond_var; local
179 cond_var = new(mem_ctx) ir_variable(glsl_type::bool_type,
182 ir->insert_before(cond_var);
184 deref = new(mem_ctx) ir_dereference_variable(cond_var);
192 move_block_to_cond_assign(mem_ctx, ir, cond_var, true);
193 move_block_to_cond_assign(mem_ctx, ir, cond_var, false);
  /external/valgrind/main/drd/tests/
bug-235681.c 14 pthread_cond_t cond_var; variable
31 rc = pthread_cond_wait(&cond_var, &mutex);
58 rc = pthread_cond_init(&cond_var, NULL);
78 rc = pthread_cond_broadcast(&cond_var);

Completed in 58 milliseconds