ecl/src/doc/manual/extensions/mp_ref_barrier.txi
2019-01-03 19:14:28 +01:00

45 lines
850 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@node Barriers
@subsubsection Barriers
@cindex Barriers (synchronization)
@cppindex ecl_make_barrier
cl_object ecl_make_barrier (cl_object name, cl_index count)
@lspindex mp:make-barrier
mp:make-barrier count &key name
@cppindex mp_barrier_count
@lspindex mp:barrier-count
cl_object mp_barrier_count (cl_object barrier)
mp:barrier-count
@cppindex mp_barrier_name
@lspindex mp:barrier-name
cl_object mp_barrier_name (cl_object)
mp:barrier-name
@cppindex mp_barrier_arrivers_count
n@lspindex mp:barrier-arrivers-count
cl_object mp_barrier_arrivers_count(cl_object barrier);
mp:barrier_arrivers_count barrier
@cppindex mp_barrier_wait
@lspindex mp:barrier-wait
mp:barrier-wait barrier
cl_object mp_barrier_wait (cl_object barrier);
@lspindex mp:barrier-unblock
mp:barrier-unblock barrier &key reset_count disable kill-waiting