Lines Matching refs:ASSERT_OK
74 ASSERT_OK(r);
83 ASSERT_OK(status);
97 ASSERT_OK(r);
118 ASSERT_OK(uv_loop_init(&loop));
134 ASSERT_OK(uv_run(&loop, UV_RUN_DEFAULT));
135 ASSERT_OK(uv_loop_close(&loop));
151 ASSERT_OK(r);
154 ASSERT_OK(r);
179 ASSERT_OK(r);
184 ASSERT_OK(r);
204 ASSERT_OK(uv_key_create(&tls_key));
208 ASSERT_OK(uv_thread_create(threads + 0, tls_thread, threads + 0));
209 ASSERT_OK(uv_thread_create(threads + 1, tls_thread, threads + 1));
210 ASSERT_OK(uv_thread_join(threads + 0));
211 ASSERT_OK(uv_thread_join(threads + 1));
231 ASSERT_OK(getrlimit(RLIMIT_STACK, &lim));
234 ASSERT_OK(pthread_getattr_np(pthread_self(), &attr));
235 ASSERT_OK(pthread_attr_getstacksize(&attr, &stack_size));
240 ASSERT_OK(pthread_attr_destroy(&attr));
247 ASSERT_OK(uv_thread_create(&thread, thread_check_stack, NULL));
248 ASSERT_OK(uv_thread_join(&thread));
258 ASSERT_OK(uv_thread_create_ex(&thread, &options,
260 ASSERT_OK(uv_thread_join(&thread));
263 ASSERT_OK(uv_thread_create_ex(&thread, &options,
265 ASSERT_OK(uv_thread_join(&thread));
268 ASSERT_OK(uv_thread_create_ex(&thread, &options,
270 ASSERT_OK(uv_thread_join(&thread));
273 ASSERT_OK(uv_thread_create_ex(&thread, &options,
275 ASSERT_OK(uv_thread_join(&thread));
279 ASSERT_OK(uv_thread_create_ex(&thread, &options,
281 ASSERT_OK(uv_thread_join(&thread));
284 ASSERT_OK(uv_thread_create_ex(&thread, &options,
286 ASSERT_OK(uv_thread_join(&thread));
291 ASSERT_OK(uv_thread_create_ex(&thread, &options,
293 ASSERT_OK(uv_thread_join(&thread));