Add Book to My BookshelfPurchase This Book Online

Appendix B - Pthreads Draft 4 vs. the Final Standard

Pthreads Programming
Bradford Nichols, Dick Buttlar and Jacqueline Proulx Farrell
 Copyright © 1996 O'Reilly & Associates, Inc.

Keys
Feature: Draft 4 has no equivalent to the pthread_key_delete function that's defined in the final standard. 
Syntax: To initialize a key in a Draft 4 implementation, you call pthread_keycreate; in an implementation that conforms to the final standard, you call pthread_key_create

Previous SectionNext Section
Books24x7.com, Inc © 2000 –  Feedback