Searched refs:trySetCancelled (Results 1 – 1 of 1) sorted by relevance
317 private int trySetCancelled() { in trySetCancelled() method in ForkJoinTask874 return (trySetCancelled() & (ABNORMAL | THROWN)) == ABNORMAL; in cancel()