Searched hist:76909 (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/lib/libkse/thread/
H A Dthr_cancel.cdiff 76909 Sun May 20 21:08:33 MDT 2001 jasone Instead of using a join queue for each thread, use a single pointer to
keep track of a joiner. POSIX only supports a single joiner, so this
simplification is acceptable.

At the same time, make sure to mark a joined thread as detached so that
its resources can be freed.

Reviewed by: deischen
PR: 24345
H A Dthr_detach.cdiff 76909 Sun May 20 21:08:33 MDT 2001 jasone Instead of using a join queue for each thread, use a single pointer to
keep track of a joiner. POSIX only supports a single joiner, so this
simplification is acceptable.

At the same time, make sure to mark a joined thread as detached so that
its resources can be freed.

Reviewed by: deischen
PR: 24345
H A Dthr_join.cdiff 76909 Sun May 20 21:08:33 MDT 2001 jasone Instead of using a join queue for each thread, use a single pointer to
keep track of a joiner. POSIX only supports a single joiner, so this
simplification is acceptable.

At the same time, make sure to mark a joined thread as detached so that
its resources can be freed.

Reviewed by: deischen
PR: 24345
H A Dthr_resume_np.cdiff 76909 Sun May 20 21:08:33 MDT 2001 jasone Instead of using a join queue for each thread, use a single pointer to
keep track of a joiner. POSIX only supports a single joiner, so this
simplification is acceptable.

At the same time, make sure to mark a joined thread as detached so that
its resources can be freed.

Reviewed by: deischen
PR: 24345
H A Dthr_suspend_np.cdiff 76909 Sun May 20 21:08:33 MDT 2001 jasone Instead of using a join queue for each thread, use a single pointer to
keep track of a joiner. POSIX only supports a single joiner, so this
simplification is acceptable.

At the same time, make sure to mark a joined thread as detached so that
its resources can be freed.

Reviewed by: deischen
PR: 24345
H A Dthr_exit.cdiff 76909 Sun May 20 21:08:33 MDT 2001 jasone Instead of using a join queue for each thread, use a single pointer to
keep track of a joiner. POSIX only supports a single joiner, so this
simplification is acceptable.

At the same time, make sure to mark a joined thread as detached so that
its resources can be freed.

Reviewed by: deischen
PR: 24345
H A Dthr_create.cdiff 76909 Sun May 20 21:08:33 MDT 2001 jasone Instead of using a join queue for each thread, use a single pointer to
keep track of a joiner. POSIX only supports a single joiner, so this
simplification is acceptable.

At the same time, make sure to mark a joined thread as detached so that
its resources can be freed.

Reviewed by: deischen
PR: 24345
H A Dthr_init.cdiff 76909 Sun May 20 21:08:33 MDT 2001 jasone Instead of using a join queue for each thread, use a single pointer to
keep track of a joiner. POSIX only supports a single joiner, so this
simplification is acceptable.

At the same time, make sure to mark a joined thread as detached so that
its resources can be freed.

Reviewed by: deischen
PR: 24345
H A Dthr_sig.cdiff 76909 Sun May 20 21:08:33 MDT 2001 jasone Instead of using a join queue for each thread, use a single pointer to
keep track of a joiner. POSIX only supports a single joiner, so this
simplification is acceptable.

At the same time, make sure to mark a joined thread as detached so that
its resources can be freed.

Reviewed by: deischen
PR: 24345
H A Dthr_private.hdiff 76909 Sun May 20 21:08:33 MDT 2001 jasone Instead of using a join queue for each thread, use a single pointer to
keep track of a joiner. POSIX only supports a single joiner, so this
simplification is acceptable.

At the same time, make sure to mark a joined thread as detached so that
its resources can be freed.

Reviewed by: deischen
PR: 24345

Completed in 277 milliseconds