- tkernel_2
- kernel/tkernel/src/mutex.c - 19.7KB - 703 lines
67: /* Get system information */
68: n = _tk_get_cfn(SCTAG_TMAXMTXID, &max_mtxid, 1);
69: if ( n < 1 || NUM_MTXID < 1 ) {
- kernel/tkernel/src/rendezvous.c - 20.8KB - 757 lines
62: /* Get system information */
63: n = _tk_get_cfn(SCTAG_TMAXPORID, &max_porid, 1);
64: if ( n < 1 || NUM_PORID < 1 ) {
- kernel/tkernel/src/semaphore.c - 11.5KB - 475 lines
61: /* Get system information */
62: n = _tk_get_cfn(SCTAG_TMAXSEMID, &max_semid, 1);
63: if ( n < 1 || NUM_SEMID < 1 ) {
- kernel/tkernel/src/subsystem.c - 29.4KB - 1,062 lines
97: /* Get system information */
98: i = _tk_get_cfn(SCTAG_TMAXSSYID, &max_ssyid, 1);
99: if ( i < 1 || NUM_SSYID < 1 ) {
- More results from subsystem.c
- kernel/tkernel/src/task.c - 8.1KB - 303 lines
60: /* Get system information */
61: i = _tk_get_cfn(SCTAG_TMAXTSKID, &max_tskid, 1);
62: if ( i < 1 || NUM_TSKID < 1 ) {
- More results from task.c
- kernel/tkernel/src/time_calls.c - 27.4KB - 1,118 lines
231: /* Get system information */
232: n = _tk_get_cfn(SCTAG_TMAXCYCID, &max_cycid, 1);
233: if ( n < 1 || NUM_CYCID < 1 ) {
- More results from time_calls.c
- kernel/tkernel/src/timer.c - 6.2KB - 216 lines
58: /* Get system information */
59: n = _tk_get_cfn(SCTAG_TTIMPERIOD, t, 2);
60: if ( n < 1 ) return E_SYS;