Searched refs:cond1 (Results 1 - 9 of 9) sorted by relevance
/third_party/pulseaudio/src/tests/ |
H A D | thread-test.c | 33 static pa_cond *cond1 = NULL, *cond2 = NULL; variable 66 pa_cond_wait(cond1, mutex); in thread_func() 102 cond1 = pa_cond_new(); in START_TEST() 125 pa_cond_signal(cond1, 0); in START_TEST() 133 pa_cond_signal(cond1, 1); in START_TEST() 141 pa_cond_free(cond1); in START_TEST()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/ |
H A D | 1-1.c | 18 static pthread_cond_t cond1, cond2; variable 33 /* Initialize cond1 with the default condition variable attribute */ in main() 34 if ((rc = pthread_cond_init(&cond1, &condattr)) != 0) { in main() 35 fprintf(stderr, "Fail to initialize cond1, rc=%d\n", rc); in main() 52 /* Destroy cond1 */ in main() 53 if ((rc = pthread_cond_destroy(&cond1)) != 0) { in main() 54 fprintf(stderr, "Fail to destroy cond1, rc=%d\n", rc); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/ |
H A D | 1-1.c | 33 pthread_cond_t cond1; in main() local 46 rc = pthread_cond_init(&cond1, &condattr); in main()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | control-flow-optimizer.cc | 103 Node* cond1 = branch1->InputAt(0); in TryBuildSwitch() local 104 if (cond1->opcode() != IrOpcode::kWord32Equal) break; in TryBuildSwitch() 105 Int32BinopMatcher m1(cond1); in TryBuildSwitch()
|
H A D | effect-control-linearizer.cc | 551 Node* cond1 = NodeProperties::GetValueInput(cond, index); in TryCloneBranch() local 553 Node* branch1 = graph->NewNode(common->Branch(hint), cond1, control1); in TryCloneBranch()
|
/third_party/python/Lib/test/ |
H A D | test_peepholer.py | 424 def f(cond1, cond2): 425 if cond1: return 1 430 if cond1: return 4
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aaccoder_mips.c | 1355 int cond0, cond1, cond2, cond3; in get_band_numbits_ESC_mips() local 1379 "slt %[cond1], %[t4], %[qc2] \n\t" in get_band_numbits_ESC_mips() 1383 "movn %[qc2], %[t5], %[cond1] \n\t" in get_band_numbits_ESC_mips() 1404 "subu %[cond1], $zero, %[cond1] \n\t" in get_band_numbits_ESC_mips() 1408 "and %[c2], %[c2], %[cond1] \n\t" in get_band_numbits_ESC_mips() 1416 [cond0]"=&r"(cond0), [cond1]"=&r"(cond1), in get_band_numbits_ESC_mips() 2168 int cond0, cond1, cond2, cond3; in get_band_cost_ESC_mips() local 2192 "slt %[cond1], in get_band_cost_ESC_mips() [all...] |
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | psintrp.c | 2071 CF2_F16Dot16 cond1; in cf2_interpT2CharString() local 2079 cond1 = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString() 2084 cond1 <= cond2 ? arg1 : arg2 ); in cf2_interpT2CharString() 2216 CF2_F16Dot16 cond1; in cf2_interpT2CharString() local 2223 cond1 = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString() 2228 cond1 <= cond2 ? arg1 : arg2 ); in cf2_interpT2CharString()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | mutex_test.cc | 538 bool cond1 = false; member 553 while (!cond1) { in Waiter1() 559 while (!cond1) { in Waiter1() 581 // 3. main thread locks mu, sets cond1, unlocks mu (mu bits = kMuWait). 597 cond1 = true; in TEST_P()
|
Completed in 24 milliseconds