OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pthread_create
(Results
276 - 300
of
709
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/skia/src/utils/
SkThreadUtils_pthread.cpp
75
int ret =
pthread_create
(&(pthreadData->fPThread),
/external/valgrind/main/drd/tests/
pth_barrier.c
92
res =
pthread_create
(&t[i].tid, &attr, (void*(*)(void*))threadfunc, &t[i]);
rwlock_test.c
90
err =
pthread_create
(&tid[i], &attr, thread_func, 0);
/external/valgrind/main/helgrind/tests/
tc07_hbl1.c
108
if (
pthread_create
(&child, NULL, child_fn, NULL)) {
109
perror("
pthread_create
");
tc08_hbl2.c
141
if (
pthread_create
(&child, NULL, child_fn, NULL)) {
142
perror("
pthread_create
");
tc24_nonzero_sem.c
35
r=
pthread_create
( &child[i], NULL, child_fn, sem );
/external/compiler-rt/lib/lsan/
lsan_interceptors.cc
218
INTERCEPTOR(int,
pthread_create
, void *th, void *attr,
234
int res = REAL(
pthread_create
)(th, attr, __lsan_thread_start_func, &p);
272
INTERCEPT_FUNCTION(
pthread_create
);
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc
113
ASSERT_EQ(0,
pthread_create
(pthread_id, NULL,
209
ASSERT_EQ(0,
pthread_create
(&tid, 0, thread_self_offset_test_func, 0));
228
ASSERT_EQ(0,
pthread_create
(&tid, 0, thread_descriptor_size_test_func, 0));
/external/llvm/examples/ParallelJIT/
ParallelJIT.cpp
260
int result =
pthread_create
( &add1Thread, NULL, callFunc, &add1 );
267
result =
pthread_create
( &fibThread1, NULL, callFunc, &fib1 );
274
result =
pthread_create
( &fibThread2, NULL, callFunc, &fib2 );
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr-default.h
93
__gthrw3(
pthread_create
)
122
__gthrw(
pthread_create
)
245
`
pthread_create
' instead. */
249
pthread_create
267
init function. We also can't use
pthread_create
or pthread_attr_init
373
if (!(__gthrw_(
pthread_create
) (&new_thread_handle, &_objc_thread_attribs,
663
return __gthrw_(
pthread_create
) (__threadid, NULL, __func, __args);
gthr-posix.h
93
__gthrw3(
pthread_create
)
122
__gthrw(
pthread_create
)
245
`
pthread_create
' instead. */
249
pthread_create
267
init function. We also can't use
pthread_create
or pthread_attr_init
373
if (!(__gthrw_(
pthread_create
) (&new_thread_handle, &_objc_thread_attribs,
663
return __gthrw_(
pthread_create
) (__threadid, NULL, __func, __args);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr-default.h
93
__gthrw3(
pthread_create
)
122
__gthrw(
pthread_create
)
245
`
pthread_create
' instead. */
249
pthread_create
267
init function. We also can't use
pthread_create
or pthread_attr_init
373
if (!(__gthrw_(
pthread_create
) (&new_thread_handle, &_objc_thread_attribs,
663
return __gthrw_(
pthread_create
) (__threadid, NULL, __func, __args);
gthr-posix.h
93
__gthrw3(
pthread_create
)
122
__gthrw(
pthread_create
)
245
`
pthread_create
' instead. */
249
pthread_create
267
init function. We also can't use
pthread_create
or pthread_attr_init
373
if (!(__gthrw_(
pthread_create
) (&new_thread_handle, &_objc_thread_attribs,
663
return __gthrw_(
pthread_create
) (__threadid, NULL, __func, __args);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
gthr-default.h
106
__gthrw3(
pthread_create
)
135
__gthrw(
pthread_create
)
258
`
pthread_create
' instead. */
262
pthread_create
280
init function. We also can't use
pthread_create
or pthread_attr_init
386
if (!(__gthrw_(
pthread_create
) (&new_thread_handle, &_objc_thread_attribs,
676
return __gthrw_(
pthread_create
) (__threadid, NULL, __func, __args);
gthr-posix.h
106
__gthrw3(
pthread_create
)
135
__gthrw(
pthread_create
)
258
`
pthread_create
' instead. */
262
pthread_create
280
init function. We also can't use
pthread_create
or pthread_attr_init
386
if (!(__gthrw_(
pthread_create
) (&new_thread_handle, &_objc_thread_attribs,
676
return __gthrw_(
pthread_create
) (__threadid, NULL, __func, __args);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr-default.h
106
__gthrw3(
pthread_create
)
135
__gthrw(
pthread_create
)
258
`
pthread_create
' instead. */
262
pthread_create
280
init function. We also can't use
pthread_create
or pthread_attr_init
386
if (!(__gthrw_(
pthread_create
) (&new_thread_handle, &_objc_thread_attribs,
676
return __gthrw_(
pthread_create
) (__threadid, NULL, __func, __args);
gthr-posix.h
106
__gthrw3(
pthread_create
)
135
__gthrw(
pthread_create
)
258
`
pthread_create
' instead. */
262
pthread_create
280
init function. We also can't use
pthread_create
or pthread_attr_init
386
if (!(__gthrw_(
pthread_create
) (&new_thread_handle, &_objc_thread_attribs,
676
return __gthrw_(
pthread_create
) (__threadid, NULL, __func, __args);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr-default.h
106
__gthrw3(
pthread_create
)
135
__gthrw(
pthread_create
)
258
`
pthread_create
' instead. */
262
pthread_create
280
init function. We also can't use
pthread_create
or pthread_attr_init
386
if (!(__gthrw_(
pthread_create
) (&new_thread_handle, &_objc_thread_attribs,
676
return __gthrw_(
pthread_create
) (__threadid, NULL, __func, __args);
gthr-posix.h
106
__gthrw3(
pthread_create
)
135
__gthrw(
pthread_create
)
258
`
pthread_create
' instead. */
262
pthread_create
280
init function. We also can't use
pthread_create
or pthread_attr_init
386
if (!(__gthrw_(
pthread_create
) (&new_thread_handle, &_objc_thread_attribs,
676
return __gthrw_(
pthread_create
) (__threadid, NULL, __func, __args);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
gthr-default.h
106
__gthrw3(
pthread_create
)
135
__gthrw(
pthread_create
)
258
`
pthread_create
' instead. */
262
pthread_create
280
init function. We also can't use
pthread_create
or pthread_attr_init
386
if (!(__gthrw_(
pthread_create
) (&new_thread_handle, &_objc_thread_attribs,
676
return __gthrw_(
pthread_create
) (__threadid, NULL, __func, __args);
gthr-posix.h
106
__gthrw3(
pthread_create
)
135
__gthrw(
pthread_create
)
258
`
pthread_create
' instead. */
262
pthread_create
280
init function. We also can't use
pthread_create
or pthread_attr_init
386
if (!(__gthrw_(
pthread_create
) (&new_thread_handle, &_objc_thread_attribs,
676
return __gthrw_(
pthread_create
) (__threadid, NULL, __func, __args);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
gthr-default.h
129
__gthrw3(
pthread_create
)
157
__gthrw(
pthread_create
)
275
`
pthread_create
' instead. */
281
= __extension__ (void *) &__gthrw_(
pthread_create
);
298
init function. We also can't use
pthread_create
or pthread_attr_init
404
if (!(__gthrw_(
pthread_create
) (&new_thread_handle, &_objc_thread_attribs,
694
return __gthrw_(
pthread_create
) (__threadid, NULL, __func, __args);
gthr-posix.h
129
__gthrw3(
pthread_create
)
157
__gthrw(
pthread_create
)
275
`
pthread_create
' instead. */
281
= __extension__ (void *) &__gthrw_(
pthread_create
);
298
init function. We also can't use
pthread_create
or pthread_attr_init
404
if (!(__gthrw_(
pthread_create
) (&new_thread_handle, &_objc_thread_attribs,
694
return __gthrw_(
pthread_create
) (__threadid, NULL, __func, __args);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
gthr-default.h
129
__gthrw3(
pthread_create
)
157
__gthrw(
pthread_create
)
275
`
pthread_create
' instead. */
281
= __extension__ (void *) &__gthrw_(
pthread_create
);
298
init function. We also can't use
pthread_create
or pthread_attr_init
404
if (!(__gthrw_(
pthread_create
) (&new_thread_handle, &_objc_thread_attribs,
694
return __gthrw_(
pthread_create
) (__threadid, NULL, __func, __args);
gthr-posix.h
129
__gthrw3(
pthread_create
)
157
__gthrw(
pthread_create
)
275
`
pthread_create
' instead. */
281
= __extension__ (void *) &__gthrw_(
pthread_create
);
298
init function. We also can't use
pthread_create
or pthread_attr_init
404
if (!(__gthrw_(
pthread_create
) (&new_thread_handle, &_objc_thread_attribs,
694
return __gthrw_(
pthread_create
) (__threadid, NULL, __func, __args);
Completed in 479 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>