Lines Matching refs:NULL

36  * Default attribute object for pthread_create() with NULL attr pointer.
44 NULL, /* stkaddr */
68 if ((ap = lmalloc(sizeof (thrattr_t))) != NULL) {
78 * with NULL value.
83 if (attr == NULL || attr->__pthread_attrp == NULL)
86 attr->__pthread_attrp = NULL;
100 if (old_ap == NULL)
102 if ((ap = lmalloc(sizeof (thrattr_t))) == NULL)
111 * A NULL pthread_attr_t pointer implies default attributes.
120 if (ap1 == NULL || ap2 == NULL)
135 if (attr != NULL && (ap = attr->__pthread_attrp) != NULL &&
152 if (attr != NULL && (ap = attr->__pthread_attrp) != NULL &&
153 stacksize != NULL) {
169 if (attr != NULL && (ap = attr->__pthread_attrp) != NULL) {
185 if (attr != NULL && (ap = attr->__pthread_attrp) != NULL &&
186 stackaddr != NULL) {
202 if (attr != NULL && (ap = attr->__pthread_attrp) != NULL &&
220 if (attr != NULL && (ap = attr->__pthread_attrp) != NULL &&
221 detachstate != NULL) {
238 if (attr != NULL && (ap = attr->__pthread_attrp) != NULL &&
257 if (attr != NULL && (ap = attr->__pthread_attrp) != NULL &&
258 daemonstate != NULL) {
274 if (attr != NULL && (ap = attr->__pthread_attrp) != NULL &&
292 if (attr != NULL && (ap = attr->__pthread_attrp) != NULL &&
293 scope != NULL) {
309 if (attr != NULL && (ap = attr->__pthread_attrp) != NULL &&
327 if (attr != NULL && (ap = attr->__pthread_attrp) != NULL &&
328 inherit != NULL) {
343 if (attr != NULL && (ap = attr->__pthread_attrp) != NULL &&
344 policy != SCHED_SYS && get_info_by_policy(policy) != NULL) {
360 if (attr != NULL && (ap = attr->__pthread_attrp) != NULL &&
361 policy != NULL) {
378 if (attr != NULL && (ap = attr->__pthread_attrp) != NULL &&
379 param != NULL) {
397 if (attr != NULL && (ap = attr->__pthread_attrp) != NULL &&
398 param != NULL) {
414 if (attr != NULL && (ap = attr->__pthread_attrp) != NULL) {
430 if (attr != NULL && (ap = attr->__pthread_attrp) != NULL &&
431 guardsize != NULL) {
449 if (attr != NULL && (ap = attr->__pthread_attrp) != NULL &&
453 if (stackaddr != NULL &&
454 setup_top_frame(stackaddr, stacksize, NULL) == NULL)
470 if (attr != NULL && (ap = attr->__pthread_attrp) != NULL &&
471 stackaddr != NULL && stacksize != NULL) {
504 ulwp_t *target = NULL;
517 if (target == NULL)
521 if (attr == NULL) {
526 if ((ap = attr->__pthread_attrp) == NULL) {