HomeSort by relevance Sort by last modified time
    Searched full:pthread_in_use (Results 1 - 6 of 6) sorted by null

  /external/bison/lib/glthread/
lock.h 98 /* The pthread_in_use() detection needs to be done at runtime. */
99 # 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
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/m4/
threadlib.m4 129 # Therefore pthread_in_use() needs to actually try to create a
135 [Define if the pthread_in_use() detection is hard.])
  /external/bison/m4/
threadlib.m4 179 # Therefore pthread_in_use() needs to actually try to create a
185 [Define if the pthread_in_use() detection is hard.])
  /external/bison/lib/
config.in.h     [all...]
  /external/bison/darwin-lib/
config.h     [all...]
  /external/bison/linux-lib/
config.h     [all...]

Completed in 173 milliseconds