Searched refs:CHECK_WATCH_DOG_PTHREAD_CALL (Results 1 - 1 of 1) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc436 #define CHECK_WATCH_DOG_PTHREAD_CALL(call, args, what) \ macro
456 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_mutex_init, (&mutex_, NULL), reason);
457 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_cond_init, (&cond_, NULL), reason);
458 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_attr_init, (&attr_), reason);
459 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_create, (&pthread_, &attr_, &CallBack, this), reason);
460 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_attr_destroy, (&attr_), reason);
467 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_mutex_lock, (&mutex_), reason);
469 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_cond_signal, (&cond_), reason);
470 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_mutex_unlock, (&mutex_), reason);
472 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_joi
[all...]

Completed in 373 milliseconds