Home
last modified time | relevance | path

Searched refs:thread_code (Results 1 – 4 of 4) sorted by relevance

/external/libcxxabi/test/
Dtest_exception_storage.pass.cpp22 void *thread_code (void *parm) { in thread_code() function
51 std::__libcpp_thread_create ( threads + i, thread_code, (void *) (thread_globals + i)); in main()
70 if (thread_code(&thread_globals) == 0) { in main()
/external/ltp/testcases/misc/math/float/
Dtfloat.h56 extern void * thread_code(void *);
Dmain.c255 thread_code, (void *)pcom); in main()
Dthread_code.c277 void *thread_code(void *arg) in thread_code() function