Home
last modified time | relevance | path

Searched refs:pthread_in_use (Results 1 – 4 of 4) sorted by relevance

/external/bison/lib/glthread/
Dlock.h99 # define pthread_in_use() \ macro
148 # define pthread_in_use() (pthread_cancel != NULL) macro
154 # define pthread_in_use() 1 macro
169 (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 …]
/external/bison/m4/
Dthreadlib.m4179 # Therefore pthread_in_use() needs to actually try to create a
185 [Define if the pthread_in_use() detection is hard.])
/external/e2fsprogs/lib/
Dconfig.h.in645 /* Define if the pthread_in_use() detection is hard. */
/external/e2fsprogs/
Daclocal.m43956 # Therefore pthread_in_use() needs to actually try to create a
3962 [Define if the pthread_in_use() detection is hard.])