mirror of
https://github.com/boostorg/thread.git
synced 2026-01-27 19:32:11 +00:00
19 lines
433 B
Plaintext
19 lines
433 B
Plaintext
|
|
project boost/thread/example
|
|
: requirements <library>../build//boost_thread <threading>multi
|
|
;
|
|
|
|
|
|
exe monitor : monitor.cpp ;
|
|
exe starvephil : starvephil.cpp ;
|
|
exe tennis : tennis.cpp ;
|
|
exe condition : condition.cpp ;
|
|
exe mutex : mutex.cpp ;
|
|
exe once : once.cpp ;
|
|
exe recursive_mutex : recursive_mutex.cpp ;
|
|
exe thread : thread.cpp ;
|
|
exe thread_group : thread_group.cpp ;
|
|
exe tss : tss.cpp ;
|
|
exe xtime : xtime.cpp ;
|
|
|