OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_args
(Results
1 - 7
of
7
) sorted by null
/frameworks/wilhelm/tests/sandbox/
multithread.c
38
ThreadArgument
thread_args
[MAX_THREAD];
variable
132
ThreadArgument *ta = &
thread_args
[i];
156
&
thread_args
[i]);
165
ThreadArgument *ta = &
thread_args
[i];
177
ThreadArgument *ta = &
thread_args
[i];
/prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_openbsd_386.c
34
struct
thread_args
{
struct
80
struct
thread_args
args = *(struct
thread_args
*)arg;
115
struct
thread_args
*p;
gcc_openbsd_amd64.c
34
struct
thread_args
{
struct
80
struct
thread_args
args = *(struct
thread_args
*)arg;
115
struct
thread_args
*p;
/prebuilts/go/linux-x86/src/runtime/cgo/
gcc_openbsd_386.c
34
struct
thread_args
{
struct
80
struct
thread_args
args = *(struct
thread_args
*)arg;
115
struct
thread_args
*p;
gcc_openbsd_amd64.c
34
struct
thread_args
{
struct
80
struct
thread_args
args = *(struct
thread_args
*)arg;
115
struct
thread_args
*p;
/external/valgrind/drd/
drd_pthread_intercepts.c
539
DrdPosixThreadArgs
thread_args
;
local
544
thread_args
.start = start;
545
thread_args
.arg = arg;
546
thread_args
.wrapper_started = &wrapper_started;
552
thread_args
.detachstate = PTHREAD_CREATE_JOINABLE;
555
if (pthread_attr_getdetachstate(attr, &
thread_args
.detachstate) != 0)
558
assert(
thread_args
.detachstate == PTHREAD_CREATE_JOINABLE
559
||
thread_args
.detachstate == PTHREAD_CREATE_DETACHED);
562
CALL_FN_W_WWWW(ret, fn, thread, attr, DRD_(thread_wrapper), &
thread_args
);
595
DrdPosixThreadArgs
thread_args
;
local
[
all
...]
/system/core/adb/
sysdeps.h
111
adb_winthread_args
thread_args
= *static_cast<adb_winthread_args*>(heap_args);
local
113
thread_args
.func(
thread_args
.arg);
675
adb_pthread_args
thread_args
= *reinterpret_cast<adb_pthread_args*>(heap_args);
677
thread_args
.func(
thread_args
.arg);
Completed in 271 milliseconds