HomeSort by relevance Sort by last modified time
    Searched refs:IsInUse (Results 1 - 7 of 7) 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/
platform-solaris.cc 674 if (isolate == NULL || !isolate->IsInitialized() || !isolate->IsInUse()) {
isolate.h 460 bool IsInUse() { return entry_stack_ != NULL; }
    [all...]
platform-freebsd.cc 682 if (isolate == NULL || !isolate->IsInitialized() || !isolate->IsInUse()) {
platform-linux.cc 1027 if (isolate == NULL || !isolate->IsInitialized() || !isolate->IsInUse()) {
    [all...]
platform-openbsd.cc 735 if (isolate == NULL || !isolate->IsInitialized() || !isolate->IsInUse()) {
api.cc     [all...]

Completed in 109 milliseconds