Home | History | Annotate | Download | only in internal

Lines Matching defs:CreateKey

1339   ThreadLocal() : key_(CreateKey()),
1341 explicit ThreadLocal(const T& value) : key_(CreateKey()),
1371 static pthread_key_t CreateKey() {