HomeSort by relevance Sort by last modified time
    Searched full:suspend_thread (Results 1 - 16 of 16) sorted by null

  /art/test/1912-get-set-local-primitive/src/art/
StackTrace.java 54 boolean suspend_thread =
58 if (suspend_thread) {
62 if (suspend_thread) {
  /art/test/1913-get-set-local-objects/src/art/
StackTrace.java 54 boolean suspend_thread =
58 if (suspend_thread) {
62 if (suspend_thread) {
  /art/test/1914-get-local-instance/src/art/
StackTrace.java 54 boolean suspend_thread =
58 if (suspend_thread) {
62 if (suspend_thread) {
  /art/test/1915-get-set-local-current-thread/src/art/
StackTrace.java 54 boolean suspend_thread =
58 if (suspend_thread) {
62 if (suspend_thread) {
  /art/test/1916-get-set-current-frame/src/art/
StackTrace.java 54 boolean suspend_thread =
58 if (suspend_thread) {
62 if (suspend_thread) {
  /art/test/1917-get-stack-frame/src/art/
StackTrace.java 54 boolean suspend_thread =
58 if (suspend_thread) {
62 if (suspend_thread) {
  /art/test/1923-frame-pop/src/art/
StackTrace.java 54 boolean suspend_thread =
58 if (suspend_thread) {
62 if (suspend_thread) {
  /art/test/1924-frame-pop-toggle/src/art/
StackTrace.java 54 boolean suspend_thread =
58 if (suspend_thread) {
62 if (suspend_thread) {
  /art/test/1925-self-frame-pop/src/art/
StackTrace.java 54 boolean suspend_thread =
58 if (suspend_thread) {
62 if (suspend_thread) {
  /art/test/1926-missed-frame-pop/src/art/
StackTrace.java 54 boolean suspend_thread =
58 if (suspend_thread) {
62 if (suspend_thread) {
  /art/test/1927-exception-event/src/art/
StackTrace.java 54 boolean suspend_thread =
58 if (suspend_thread) {
62 if (suspend_thread) {
  /art/test/1928-exception-event-exception/src/art/
StackTrace.java 54 boolean suspend_thread =
58 if (suspend_thread) {
62 if (suspend_thread) {
  /art/test/1929-exception-catch-exception/src/art/
StackTrace.java 54 boolean suspend_thread =
58 if (suspend_thread) {
62 if (suspend_thread) {
  /art/test/1935-get-set-current-frame-jit/src/art/
StackTrace.java 54 boolean suspend_thread =
58 if (suspend_thread) {
62 if (suspend_thread) {
  /art/test/1939-proxy-frames/src/art/
StackTrace.java 54 boolean suspend_thread =
58 if (suspend_thread) {
62 if (suspend_thread) {
  /system/core/libsuspend/
autosuspend_wakeup_count.cpp 47 static pthread_t suspend_thread; variable
153 ret = pthread_create(&suspend_thread, NULL, suspend_thread_func, NULL);

Completed in 187 milliseconds