pthread_create     31 misc/cgo/test/cthread_unix.c 		pthread_create(&thread_id[i], 0, addThread, &max);
pthread_create     18 misc/cgo/test/issue6997_linux.c 	return pthread_create(&thread, NULL, &threadfunc, NULL);
pthread_create    134 src/pkg/runtime/cgo/gcc_darwin_386.c 	err = pthread_create(&p, &attr, threadentry, ts);
pthread_create    104 src/pkg/runtime/cgo/gcc_darwin_amd64.c 	err = pthread_create(&p, &attr, threadentry, ts);
pthread_create     44 src/pkg/runtime/cgo/gcc_dragonfly_386.c 	err = pthread_create(&p, &attr, threadentry, ts);
pthread_create     44 src/pkg/runtime/cgo/gcc_dragonfly_amd64.c 	err = pthread_create(&p, &attr, threadentry, ts);
pthread_create     44 src/pkg/runtime/cgo/gcc_freebsd_386.c 	err = pthread_create(&p, &attr, threadentry, ts);
pthread_create     44 src/pkg/runtime/cgo/gcc_freebsd_amd64.c 	err = pthread_create(&p, &attr, threadentry, ts);
pthread_create     60 src/pkg/runtime/cgo/gcc_freebsd_arm.c 	err = pthread_create(&p, &attr, threadentry, ts);
pthread_create     47 src/pkg/runtime/cgo/gcc_linux_386.c 	err = pthread_create(&p, &attr, threadentry, ts);
pthread_create     42 src/pkg/runtime/cgo/gcc_linux_amd64.c 	err = pthread_create(&p, &attr, threadentry, ts);
pthread_create     48 src/pkg/runtime/cgo/gcc_linux_arm.c 	err = pthread_create(&p, &attr, threadentry, ts);
pthread_create     43 src/pkg/runtime/cgo/gcc_netbsd_386.c 	err = pthread_create(&p, &attr, threadentry, ts);
pthread_create     44 src/pkg/runtime/cgo/gcc_netbsd_amd64.c 	err = pthread_create(&p, &attr, threadentry, ts);
pthread_create     44 src/pkg/runtime/cgo/gcc_netbsd_arm.c 	err = pthread_create(&p, &attr, threadentry, ts);
pthread_create    240 test/bench/shootout/chameneosredux.c    pthread_create( &cr->ht, &cr->stack_att, &CreatureThreadRun, (void*)(cr) );
pthread_create    108 test/bench/shootout/threadring.c       pthread_create(&cthread, &stack_attr, thread, (void*)(uintptr_t)i);