Lines Matching refs:NULL
40 return NULL;
50 status = pthread_cond_wait(&cnd, NULL);
56 return NULL;
71 status = pthread_create(&thr, NULL, thread_simple, NULL);
75 test_assert(result == NULL);
80 status = pthread_create(&thr, NULL, thread_simple, (void *)1);
89 status = pthread_mutex_init(&mtx, NULL);
101 pthread_mutex_init(&mtx, NULL);
102 status = pthread_create(&thr, NULL, thread_lock, (void *)1);
119 status = pthread_cond_init(&cnd, NULL);
123 status = pthread_cond_wait(&cnd, NULL);
130 status = pthread_cond_init(&cnd, NULL);
135 status = pthread_cond_wait(&cnd, NULL);