HomeSort by relevance Sort by last modified time
    Searched refs:HB_SCHED_YIELD (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-mutex-private.hh 72 # define HB_SCHED_YIELD() sched_yield ()
74 # define HB_SCHED_YIELD() HB_STMT_START {} HB_STMT_END
81 #define hb_mutex_impl_lock(M) HB_STMT_START { while (__sync_lock_test_and_set((M), 1)) HB_SCHED_YIELD (); } HB_STMT_END
90 # define HB_SCHED_YIELD() sched_yield ()
92 # define HB_SCHED_YIELD() HB_STMT_START {} HB_STMT_END
99 #define hb_mutex_impl_lock(M) HB_STMT_START { while (*(M)) HB_SCHED_YIELD (); (*(M))++; } HB_STMT_END
  /external/harfbuzz_ng/src/
hb-mutex-private.hh 72 # define HB_SCHED_YIELD() sched_yield ()
74 # define HB_SCHED_YIELD() HB_STMT_START {} HB_STMT_END
81 #define hb_mutex_impl_lock(M) HB_STMT_START { while (__sync_lock_test_and_set((M), 1)) HB_SCHED_YIELD (); } HB_STMT_END
90 # define HB_SCHED_YIELD() sched_yield ()
92 # define HB_SCHED_YIELD() HB_STMT_START {} HB_STMT_END
99 #define hb_mutex_impl_lock(M) HB_STMT_START { while (*(M)) HB_SCHED_YIELD (); (*(M))++; } HB_STMT_END

Completed in 55 milliseconds