OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__busy
(Results
1 - 1
of
1
) sorted by null
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
workstealing.h
124
_ThreadIndex
__busy
= 0;
local
139
# pragma omp parallel shared(
__busy
) num_threads(__num_threads)
175
++
__busy
;
204
while (
__busy
> 0)
207
# pragma omp flush(
__busy
)
234
# pragma omp flush(
__busy
)
242
--
__busy
;
253
# pragma omp flush(
__busy
)
259
while (
__busy
> 0
264
if (
__busy
== 0
[
all
...]
Completed in 314 milliseconds