Searched refs:pre (Results 1 – 8 of 8) sorted by relevance
32 .PHONY: make-sub make-sub-p-pre make-sub-p34 make-sub-p-pre:
200 .PHONY: make-subdir-p-% make-submake-p-% make-sub make-sub-p-pre make-sub-p208 $(SUBDIRS_PARALLEL):$(SUBDIRS_PREFIX)%: make-sub-p-pre211 $(SUBMAKES_PARALLEL):$(SUBMAKES_PREFIX)%: make-sub-p-pre214 make-sub-p-pre:218 make-sub-p: make-sub-p-pre $(SUBDIRS_PARALLEL) $(SUBMAKES_PARALLEL)
534 -include $(BUILDTOOLSDIR)/commondefs.compat.pre
95 .PHONY: make-subdir-p-% make-submake-p-% make-sub make-sub-p-pre make-sub-p103 $(SUBDIRS_PARALLEL):$(SUBDIRS_PREFIX)%: make-sub-p-pre106 $(SUBMAKES_PARALLEL):$(SUBMAKES_PREFIX)%: make-sub-p-pre109 make-sub-p-pre:113 make-sub-p: make-sub-p-pre $(SUBDIRS_PARALLEL) $(SUBMAKES_PARALLEL)
375 OSThread *pre = NULL; in OSi_InsertThreadToList() local379 pre = t; in OSi_InsertThreadToList()383 if (!pre) in OSi_InsertThreadToList()390 thread->next = pre->next; in OSi_InsertThreadToList()391 pre->next = thread; in OSi_InsertThreadToList()407 OSThread *pre = NULL; in OSi_RemoveThreadFromList() local411 pre = t; in OSi_RemoveThreadFromList()417 if (!pre) in OSi_RemoveThreadFromList()423 pre->next = thread->next; in OSi_RemoveThreadFromList()1350 OSThread *pre = NULL; in OS_YieldThread() local[all …]
1859 PMGenCallbackInfo *pre; in PMi_InsertList() local1870 pre = NULL; in PMi_InsertList()1884 pre = p; in PMi_InsertList()1898 if ( pre ) in PMi_InsertList()1900 pre->next = info; in PMi_InsertList()1926 PMGenCallbackInfo *pre; in PMi_DeleteList() local1934 pre = p = *listp; in PMi_DeleteList()1940 if (p == pre) in PMi_DeleteList()1946 pre->next = p->next; in PMi_DeleteList()1951 pre = p; in PMi_DeleteList()
132 code.src pre138 white-space : pre;