Searched defs:thread_code (Results 1 - 1 of 1) sorted by relevance

/external/libcxxabi/test/
H A Dtest_exception_storage.cpp24 void *thread_code (void *parm) { function
59 retVal = thread_code(&thread_globals) != 0;
63 pthread_create( threads + i, NULL, thread_code, (void *) (thread_globals + i));

Completed in 338 milliseconds