multithreading using lscs_mp
#5
RE: multithreading using lscs_mp
(11-02-2018, 02:20 PM)kmallick Wrote:  Since I don't know much about mult-thread programming, is there any way to replace or bypass the pthreads and use/allow sproc just during the call to lscs_mp?

Only if the program has its pthread support selectable by setting macro's, such as:
Code:
#if HAVE_PTHREAD
  (do threading stuff)
#else
  (do non-threading stuff)
#endif

If you would be able to instruct the compiler or make command to disable pthread support, you should be able to link against lscs_mp
dexter1
Administrator

Trade Count: (1)
Posts: 297
Threads: 17
Joined: May 2018
Location: The Netherlands
Find Reply
11-02-2018, 09:42 PM


Messages In This Thread
multithreading using lscs_mp - by kmallick - 11-01-2018, 08:37 PM
RE: multithreading using lscs_mp - by dexter1 - 11-02-2018, 06:36 AM
RE: multithreading using lscs_mp - by kmallick - 11-02-2018, 02:20 PM
RE: multithreading using lscs_mp - by gijoe77 - 11-02-2018, 08:07 PM
RE: multithreading using lscs_mp - by dexter1 - 11-02-2018, 09:42 PM
RE: multithreading using lscs_mp - by kmallick - 11-03-2018, 01:14 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)