Home | History | Annotate | Download | only in internal

Lines Matching defs:CreateKey

1334   ThreadLocal() : key_(CreateKey()),
1336 explicit ThreadLocal(const T& value) : key_(CreateKey()),
1366 static pthread_key_t CreateKey() {