Lines Matching refs:sl
3496 ("static int slwait(int *sl);\n" +3497 "static int slrelease(int *sl);\n" +8249 "static int slwait (int *sl) {\n" +8250 " while (InterlockedCompareExchange ((void **) sl, (void *) 1, (void *) 0) != 0)\n" +8256 "static int slrelease (int *sl) {\n" +8257 " InterlockedExchange (sl, 0);\n" +