Searched refs:pthread_in_use (Results 1 – 2 of 2) sorted by relevance
99 # define pthread_in_use() \ macro148 # define pthread_in_use() (pthread_cancel != NULL) macro154 # define pthread_in_use() 1 macro169 (pthread_in_use () ? pthread_mutex_init (LOCK, NULL) : 0)171 (pthread_in_use () ? pthread_mutex_lock (LOCK) : 0)173 (pthread_in_use () ? pthread_mutex_unlock (LOCK) : 0)175 (pthread_in_use () ? pthread_mutex_destroy (LOCK) : 0)191 (pthread_in_use () ? pthread_rwlock_init (LOCK, NULL) : 0)193 (pthread_in_use () ? pthread_rwlock_rdlock (LOCK) : 0)195 (pthread_in_use () ? pthread_rwlock_wrlock (LOCK) : 0)[all …]
179 # Therefore pthread_in_use() needs to actually try to create a185 [Define if the pthread_in_use() detection is hard.])