Searched refs:tid4 (Results 1 – 2 of 2) sorted by relevance
118 pthread_t tid4; in pthread_mutex_lock_0400() local119 pthread_create(&tid4, NULL, threadfuncD, NULL); in pthread_mutex_lock_0400()120 pthread_join(tid4, NULL); in pthread_mutex_lock_0400()
161 thrd_t tid4; in mtx_lock_0400() local162 thrd_create(&tid4, threadfuncD, NULL); in mtx_lock_0400()167 thrd_join(tid4, NULL); in mtx_lock_0400()