Re: [osol-discuss] X11 With Multi thread

2010-12-15 Thread Debabrata Debroy
Hi Can you please comment out XtAppProcessEvent from function Add and sub and try it . -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] X11 With Multi thread

2010-12-15 Thread Debabrata Debroy
Can you please comment out XtAppProcessEvent from add and sub function On Wed, Dec 15, 2010 at 11:56 PM, John Martin wrote: > On 12/15/10 12:55 PM, Debabrata Debroy wrote: > >> Hi >>I want to use X11 in a multi threaded Application . >> I have attached a code that I have written to achieve i

Re: [osol-discuss] X11 With Multi thread

2010-12-15 Thread John Martin
On 12/15/10 12:55 PM, Debabrata Debroy wrote: Hi I want to use X11 in a multi threaded Application . I have attached a code that I have written to achieve it .Basically From main function I am calling a callback function fun() which will create a thread add(). From the thread I am again

[osol-discuss] X11 With Multi thread

2010-12-15 Thread Debabrata Debroy
Hi I want to use X11 in a multi threaded Application . I have attached a code that I have written to achieve it .Basically From main function I am calling a callback function fun() which will create a thread add(). >From the thread I am again creating a callback function AddCB. My doubt is