Home
last modified time | relevance | path

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

/external/libcxxabi/test/
Dtest_exception_storage.pass.cpp24 void *thread_code (void *parm) { in thread_code() function
60 if (thread_code(&thread_globals) == 0) { in main()
66 pthread_create( threads + i, NULL, thread_code, (void *) (thread_globals + i)); in main()