problem handling POSIX thread on FreeBSD
From: Pablo Mora (fbsd.hackers_at_gmail.com)
Date: 06/27/05
- Previous message: Jeremie Le Hen: "Re: GmailFS"
- Next in thread: Dan Nelson: "Re: problem handling POSIX thread on FreeBSD"
- Reply: Dan Nelson: "Re: problem handling POSIX thread on FreeBSD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 26 Jun 2005 23:04:41 -0400 To: freebsd-hackers@freebsd.org
/* file: taller.c */
int main() {
....
if(pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM) != 0)
/* handler */
....
}
$ gcc taller.c -pthread
$ ./a.out
pthread_attr_setscope: Unknown error: 0
$
PTHREAD_SCOPE_SYSTEM fail on freebsd ?
help me please...
very thanks...
-- Concepción, Chile. _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Jeremie Le Hen: "Re: GmailFS"
- Next in thread: Dan Nelson: "Re: problem handling POSIX thread on FreeBSD"
- Reply: Dan Nelson: "Re: problem handling POSIX thread on FreeBSD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|