Opened 14 years ago

Closed 11 years ago

#2639 closed Patches (fixed)

documentation should be extended

Reported by: mur@… Owned by: viboes
Milestone: Boost 1.49.0 Component: thread
Version: Boost 1.37.0 Severity: Not Applicable
Keywords: Cc: viboes

Description

extern const defer_lock_t defer_lock; extern const try_to_lock_t try_to_lock; extern const adopt_lock_t adopt_lock;

and their use should be explained in the documentaion

Attachments (1)

lock_options.patch (955 bytes ) - added by viboes 12 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by viboes, 13 years ago

Component: threadsthread

This is true and false. this is documented but not on the reference manual. Anthony you need just to add the the declarations and a short explanation.

    struct defer_lock_t {};
    struct try_to_lock_t {};
    struct adopt_lock_t {};
    
    const defer_lock_t defer_lock;
    const try_to_lock_t try_to_lock;
    const adopt_lock_t adopt_lock;

BTW, N3000 does not defines this tags types and constants neither.

by viboes, 12 years ago

Attachment: lock_options.patch added

comment:2 by viboes, 12 years ago

Type: Feature RequestsPatches

comment:3 by viboes, 11 years ago

Cc: viboes added
Milestone: Boost 1.38.0Boost 1.49.0
Owner: changed from Anthony Williams to viboes
Status: newassigned

Committed in trunk revision 75790.

comment:4 by viboes, 11 years ago

Resolution: fixed
Status: assignedclosed

Committed in release at #76291

Note: See TracTickets for help on using tickets.