Searched refs:barrier_create (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dexit.c81 b = barrier_create(lm_optP * lm_optT * (lm_optB + 1), 0);
H A Dfork.c62 b = barrier_create(lm_optP * lm_optT * (lm_optB + 1), 0);
H A Dlibmicro.h129 barrier_t *barrier_create(int hwm, int datasize);
H A Dlibmicro.c404 b = barrier_create(lm_optT * lm_optP, DATASIZE);
406 perror("barrier_create()");
750 barrier_create(int hwm, int datasize) function
892 barrier_create(int hwm, int datasize) function

Completed in 16 milliseconds