HomeSort by relevance Sort by last modified time
    Searched defs:IsInUse (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
pthread_key.cpp 107 if (!IsInUse(key)) {
123 bool IsInUse(pthread_key_t key) {
143 if (IsInUse(key)) {
208 if (!IsValidUserKey(key) || !tls_map.IsInUse(key)) {
251 if (!IsValidUserKey(key) || !tls_map.IsInUse(key)) {
  /external/v8/src/
isolate.h 460 bool IsInUse() { return entry_stack_ != NULL; }
    [all...]

Completed in 29 milliseconds