Searched refs:pvalue (Results 1 – 4 of 4) sorted by relevance
83 T const* pvalue = nullptr; member in channel89 assert(pvalue == nullptr); in push()91 pvalue = &value; in push()105 assert(!pvalue); in sync_push()106 pvalue = &value; in sync_push()109 assert(!pvalue); in sync_push()115 while (!pvalue) goroutine::run_one(); in sync_pull()116 auto result = *pvalue; in sync_pull()117 pvalue = nullptr; in sync_pull()142 auto result = *ch->pvalue; in await_resume()[all …]
85 T const* pvalue = nullptr; member in channel91 assert(pvalue == nullptr); in push()93 pvalue = &value; in push()107 assert(!pvalue); in sync_push()108 pvalue = &value; in sync_push()111 assert(!pvalue); in sync_push()117 while (!pvalue) goroutine::run_one(); in sync_pull()118 auto result = *pvalue; in sync_pull()119 pvalue = nullptr; in sync_pull()144 auto result = *ch->pvalue; in await_resume()[all …]
12 struct entry pvalue; in test() local14 add_one(&pvalue.bitf); // expected-error {{address of bit-field requested}} in test()
197 timings_time[0], timings_time[1], alternative='two-sided').pvalue199 timings_cpu[0], timings_cpu[1], alternative='two-sided').pvalue