OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thread_code
(Results
1 - 4
of
4
) sorted by null
/external/libcxxabi/test/
test_exception_storage.pass.cpp
22
void *
thread_code
(void *parm) {
function
51
std::__libcpp_thread_create ( threads + i,
thread_code
, (void *) (thread_globals + i));
70
if (
thread_code
(&thread_globals) == 0) {
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_exception_storage.pass.cpp
24
void *
thread_code
(void *parm) {
function
60
if (
thread_code
(&thread_globals) == 0) {
66
pthread_create( threads + i, NULL,
thread_code
, (void *) (thread_globals + i));
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
test_exception_storage.pass.cpp
24
void *
thread_code
(void *parm) {
function
60
if (
thread_code
(&thread_globals) == 0) {
66
pthread_create( threads + i, NULL,
thread_code
, (void *) (thread_globals + i));
/external/ltp/testcases/misc/math/float/
thread_code.c
277
void *
thread_code
(void *arg)
function
Completed in 882 milliseconds