Home | History | Annotate | Download | only in internal

Lines Matching refs:CreateKey

1475   ThreadLocal() : key_(CreateKey()),
1477 explicit ThreadLocal(const T& value) : key_(CreateKey()),
1507 static pthread_key_t CreateKey() {