HomeSort by: relevance | last modified time | path
    Searched refs:gone (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/include/c11/
threads_win32.h 100 int gone;
193 } else if (cond->blocked > cond->gone) {
195 if (cond->gone != 0) {
196 cond->blocked -= cond->gone;
197 cond->gone = 0;
235 cond->gone++;
243 else if ((ngone = cond->gone) != 0) {
244 cond->gone = 0;
247 } else if (++cond->gone == INT_MAX/2) {
249 cond->blocked -= cond->gone;
    [all...]
  /xsrc/external/mit/xcompmgr/dist/
xcompmgr.c 106 void (*callback) (Display *dpy, win *w, Bool gone);
108 Bool gone; member in struct:_fade
238 (*f->callback) (dpy, f->w, f->gone);
263 void (*callback) (Display *dpy, win *w, Bool gone),
264 Bool gone, Bool exec_callback, Bool override)
283 (*f->callback)(dpy, f->w, f->gone);
296 f->gone = gone;
1262 unmap_callback (Display *dpy, win *w, Bool gone)
1622 finish_destroy_win (Display *dpy, Window id, Bool gone)
    [all...]
  /xsrc/external/mit/fontconfig/dist/doc/
fcpattern.fncs 56 Decrement the pattern reference count. If all references are gone, destroys
fcconfig.fncs 50 Decrements the config reference count. If all references are gone, destroys

Completed in 29 milliseconds