Lines Matching refs:CHECK
68 CHECK(name != NULL); in thread_new_sized()
69 CHECK(work_queue_capacity != 0); in thread_new_sized()
120 CHECK(thread != NULL); in thread_join()
127 CHECK(thread != NULL); in thread_post()
128 CHECK(func != NULL); in thread_post()
144 CHECK(thread != NULL); in thread_stop()
180 CHECK(thread != NULL); in thread_is_self()
185 CHECK(thread != NULL); in thread_get_reactor()
190 CHECK(thread != NULL); in thread_name()
195 CHECK(start_arg != NULL); in run_thread()
200 CHECK(thread != NULL); in run_thread()
247 CHECK(context != NULL); in work_queue_read_cb()