Searched refs:SET_CLREQ_RETVAL (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/m_scheduler/ |
D | scheduler.c | 1722 #define SET_CLREQ_RETVAL(zztid, zzval) \ macro 1889 SET_CLREQ_RETVAL(tid, RUNNING_ON_VALGRIND+1); in do_client_request() 1906 SET_CLREQ_RETVAL( tid, count ); in do_client_request() 1924 SET_CLREQ_RETVAL( tid, count ); in do_client_request() 1935 SET_CLREQ_RETVAL( tid, count ); in do_client_request() 1945 SET_CLREQ_RETVAL( tid, count ); in do_client_request() 1954 SET_CLREQ_RETVAL( tid, count ); in do_client_request() 1960 SET_CLREQ_RETVAL( tid, 0); in do_client_request() 1965 SET_CLREQ_RETVAL( tid, sid ); in do_client_request() 1970 SET_CLREQ_RETVAL( tid, 0 ); /* return value is meaningless */ in do_client_request() [all …]
|