File:  [DVB] / dietlibc / lib / cnd_init.c
Revision 1.1: download - view: text, annotated - select for diffs
Wed Mar 19 09:00:12 2014 UTC (10 years, 2 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
thread library checkin

#include <threads.h>

int cnd_init(cnd_t* cond) {
  cond->sem=0;
  return thrd_success;
}

LinuxTV legacy CVS <linuxtv.org/cvs>