reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
65 if ((errnum = ::pthread_attr_init(&Attr)) != 0) { 70 if ((errnum = ::pthread_attr_destroy(&Attr)) != 0) { 77 if ((errnum = ::pthread_attr_setstacksize(&Attr, *StackSizeInBytes)) != 0) { 84 if ((errnum = ::pthread_create(&Thread, &Attr, ThreadFunc, Arg)) != 0)